Added Jenkinsfile

This commit is contained in:
JenniferAbouJaoudi 2020-03-13 20:17:55 -04:00
parent 2890fb57fc
commit 3cec742a13

7
Jenkinsfile vendored
View file

@ -21,11 +21,12 @@ pipeline {
stage('Deploy') {
when {
branch 'master'}
branch 'master'
}
steps {
sh 'do-non-master.sh'
sh 'mvn deploy'
}
}
}
}
}