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