This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch docker-build in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/docker-build by this push: new 6de105b Drops a normal build 6de105b is described below commit 6de105b65e14482bafbfc9164c1386c15d6d3068 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Aug 27 08:59:22 2019 +0200 Drops a normal build --- Jenkinsfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e79f0da..2b811db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,15 +17,6 @@ pipeline { MAVEN_OPTS = '-Xmx1024m -XX:MaxPermSize=256m' } stages { - stage('Build') { - agent { - label 'ubuntu' - } - steps { - sh 'mvn -v' - sh 'mvn clean source:jar javadoc:jar install deploy -DskipWiki -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2' - } - } stage('Docker build') { agent { docker {