From 543da2e73523c7c4cd0b1d0287a38876a217f1a9 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Fri, 10 Apr 2020 17:38:54 +0200 Subject: [PATCH] still fixing relasing of packages... --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 93f0fb7..bef89e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ 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 = '$(pwd)/build' + BUILD_ROOT_PATH = './build' } stages { stage('Initial setup...') {