Update Jenkinsfile
This commit is contained in:
parent
c0452f7511
commit
0e6d99c23d
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user