and another attempt...

This commit is contained in:
Guillaume Raffy 2020-04-10 17:53:01 +02:00
parent 85def10051
commit 2891b02d4e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
// then this app password has been declared to jenkins's credentials as a secret text with the name graffy-cloudipr-for-jenkinsipr
GRAFFY_OWNCLOUD_JENKINS_PWD = credentials('graffy-cloudipr-for-jenkinsipr')
// not sure pwd is the same as jenkin's variable $WORKSPACE
BUILD_ROOT_PATH = pwd() + '/build'
BUILD_ROOT_PATH = '${PWD}/build'
}
stages {
stage('Initial setup...') {