Update Jenkinsfile
This commit is contained in:
parent
cecfca8d6d
commit
648ca714b1
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
environment {
|
environment {
|
||||||
JAVA_TOOL_OPTIONS = '-Duser.home=/var/maven'
|
|
||||||
MVN_SET = credentials('maven_settings')
|
MVN_SET = credentials('maven_settings')
|
||||||
|
JAVA_TOOL_OPTIONS = '-Duser.home=/var/maven'
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
@ -26,7 +26,6 @@ pipeline {
|
|||||||
defaultValue: false)
|
defaultValue: false)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|
||||||
stage("Compile C++") {
|
stage("Compile C++") {
|
||||||
steps {
|
steps {
|
||||||
sh "./jenkins/scripts/compile.sh"
|
sh "./jenkins/scripts/compile.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user