update jenkinsfile
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
08c95a376a
commit
eae31e2ec3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,6 +8,8 @@ pipeline {
|
||||
steps {
|
||||
sh 'mvn --version'
|
||||
sh 'java -version'
|
||||
sh 'apt-get update'
|
||||
sh 'apt-get install gcc'
|
||||
sh 'mvn clean generate-resources package'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user