This commit is contained in:
Jamie Curnow 2018-07-30 16:47:28 +10:00
parent f5446cbe40
commit 9fbfb1648b

2
Jenkinsfile vendored
View File

@ -17,7 +17,6 @@ pipeline {
sh 'docker pull $DOCKER_CI_TOOLS'
}
}
stages {
stage('Build') {
parallel {
stage('x86_64') {
@ -83,7 +82,6 @@ pipeline {
}
}
}
}
post {
success {
juxtapose event: 'success'