You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/08/06 05:20:35 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Can't resolve env vars here

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch jenkins-junit-reports-and-jenkins-env
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-junit-reports-and-jenkins-env by this push:
     new 457430f  Can't resolve env vars here
457430f is described below

commit 457430f47923c5bfcec6419957889387f2317631
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Tue Aug 6 01:20:27 2019 -0400

    Can't resolve env vars here
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 67d6947..5bf068d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -226,7 +226,7 @@ pipeline {
               image 'couchdbdev/centos-6-erlang-19.3.6:latest'
               alwaysPull true
               label 'ubuntu'
-              customWorkspace '${JOB_NAME}-centos6-${platform}'
+              customWorkspace pwd() + 'centos6'
             }
           }
           options {