This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-parent.git
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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org