You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2020/04/11 06:07:36 UTC

[tomcat-taglibs-parent] branch master updated: simplify Jenkinsfile

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c359d0  simplify Jenkinsfile
5c359d0 is described below

commit 5c359d08d86d0a358616af64c985b115e37ad91c
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sat Apr 11 16:07:23 2020 +1000

    simplify Jenkinsfile
---
 Jenkinsfile | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index dc0a883..13db84f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -14,19 +14,7 @@ pipeline {
           agent { node { label 'ubuntu' } }
           options { timeout( time: 120, unit: 'MINUTES' ) }
           steps {
-            mavenBuild( "JDK 1.8 (latest)", "clean install" )
-            script {
-              if (env.BRANCH_NAME == 'master') {
-                mavenBuild( "JDK 1.8 (latest)", "deploy" )
-              }
-            }
-          }
-        }
-        stage( "Build / Test - JDK11" ) {
-          agent { node { label 'ubuntu' } }
-          options { timeout( time: 120, unit: 'MINUTES' ) }
-          steps {
-            mavenBuild( "JDK 11 (latest)", "clean install" )
+            mavenBuild( "JDK 1.8 (latest)", "clean deploy" )
           }
         }
       }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org