This commit is contained in:
Lavo 2020-04-15 22:07:51 -04:00
parent 2d08055066
commit 5bc7a87057

4
Jenkinsfile vendored
View file

@ -26,8 +26,7 @@ pipeline {
}
stage('Deploy') {
steps {
sh 'mvn deploy'
}
echo 'Deploying'
}
}
post {
@ -43,3 +42,4 @@ pipeline {
}
}
}
}