properly init stb with jenkins
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
This commit is contained in:
parent
0794c88990
commit
1e16151860
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,6 +8,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'mvn --version'
|
sh 'mvn --version'
|
||||||
sh 'java -version'
|
sh 'java -version'
|
||||||
|
sh 'git submodule init'
|
||||||
|
sh 'git submodule update'
|
||||||
sh 'mvn clean generate-resources package'
|
sh 'mvn clean generate-resources package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user