Update Jenkins

This commit is contained in:
n-sheikh 2020-03-30 18:40:49 -04:00 committed by GitHub
parent 74b757e7ad
commit c1f21950f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline{
sh './mvnw install' sh './mvnw install'
} }
} }
stage('master-branch-stuff'){ stage('Deploy'){
agent any agent any
when{ when{
branch 'master' branch 'master'