Update Jenkinsfile

This commit is contained in:
landry333 2020-03-30 12:32:40 -04:00 committed by GitHub
parent 0a877627b7
commit fb7e47b760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
Jenkinsfile vendored
View file

@ -18,14 +18,7 @@ pipeline {
sh './mvnw package'
}
}
stage('Deploy') {
when{
branch 'master'
}
steps {
echo 'Deployment'
}
}
}
}