Update Jenkinsfile
This commit is contained in:
parent
03140d5dab
commit
6f94dd676b
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -20,6 +20,15 @@ pipeline {
|
||||
defaultValue: false)
|
||||
}
|
||||
stages {
|
||||
stage("Setup workspace") {
|
||||
steps {
|
||||
sh "mkdir -p \"${workspace}/.m2\""
|
||||
sh "chown 1000:1000 -R \"${workspace}/.m2\""
|
||||
sh "mkdir -p \"${workspace}/.ccache\""
|
||||
sh "chown 1000:1000 -R \"${workspace}/.ccache\""
|
||||
}
|
||||
}
|
||||
|
||||
stage("Compile C++") {
|
||||
agent {
|
||||
dockerfile {
|
||||
|
Loading…
Reference in New Issue
Block a user