1
0

Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-03 14:08:38 +02:00
parent c0452f7511
commit 0e6d99c23d

6
Jenkinsfile vendored
View File

@ -20,6 +20,12 @@ pipeline {
}
stages {
stage("Compile C++") {
steps {
sh "./jenkins/scripts/compile.sh"
}
}
stage("Build & Deploy SNAPSHOT") {
steps {
sh "mvn -s $MVN_SET -B deploy"