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