avoiding deploy2

This commit is contained in:
Firas Sawan 2020-03-09 18:54:44 -04:00
parent d6376c573c
commit 010f798ded

3
Jenkinsfile vendored
View file

@ -17,6 +17,9 @@ pipeline {
}
}
stage('Deploy') {
when {
branch 'master'
}
steps {
sh 'mvn deploy'
}