1
0

Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-03 14:18:38 +02:00
parent cecfca8d6d
commit 648ca714b1

3
Jenkinsfile vendored
View File

@ -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"