and another attempt...
This commit is contained in:
parent
85def10051
commit
2891b02d4e
|
@ -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...') {
|
||||
|
|
Loading…
Reference in New Issue