You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2023/01/19 14:11:10 UTC

[myfaces] branch master(moved-to-main-now) updated: fix: deploy of artifacts should not performed on old branch

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch master(moved-to-main-now)
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master(moved-to-main-now) by this push:
     new 2e5c4a079 fix: deploy of artifacts should not performed on old branch
2e5c4a079 is described below

commit 2e5c4a07925799a766c7efb41b8c5830454e5697
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Jan 19 15:11:05 2023 +0100

    fix: deploy of artifacts should not performed on old branch
---
 Jenkinsfile | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index dc5e33e67..eb7b2b78a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -67,16 +67,6 @@ pipeline {
                 }
             }
         }
-
-        stage('Deploy') {
-            tools {
-                maven "maven_latest"
-                jdk "jdk_11_latest"
-            }
-            steps {
-                sh "mvn clean deploy -Pgenerate-assembly"
-            }
-        }
     }
 
     post {