another attempt...

This commit is contained in:
Guillaume Raffy 2020-04-10 17:50:45 +02:00
parent 543da2e735
commit 85def10051
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -4,7 +4,8 @@ pipeline {
// GRAFFY_OWNCLOUD_JENKINS_PWD's value has been obtained from https://cloud.ipr.univ-rennes1.fr as an app password and is defined in gitlab as a CI secret variable,
// 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')
BUILD_ROOT_PATH = './build'
// not sure pwd is the same as jenkin's variable $WORKSPACE
BUILD_ROOT_PATH = pwd() + '/build'
}
stages {
stage('Initial setup...') {