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 04:51:55 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Define customWorkspace in docker block

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 99b5519  Define customWorkspace in docker block
99b5519 is described below

commit 99b5519bdbd293a0f6aa1712cdc93eb51b256593
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Tue Aug 6 00:51:43 2019 -0400

    Define customWorkspace in docker block
---
 Jenkinsfile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index cae2fe3..f11d7ea 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -226,6 +226,7 @@ pipeline {
               image 'couchdbdev/centos-6-erlang-19.3.6:latest'
               alwaysPull true
               label 'ubuntu'
+              customWorkspace "${JOB_NAME}-centos6-${platform}"
             }
           }
           options {
@@ -237,11 +238,6 @@ pipeline {
             builddir = pwd tmp:true
           }
           stages {
-            stage('Allocate Unique Workspace [JENKINS-57454]') {
-              steps {
-                ws 'workspace/${JOB_NAME}-centos6-${platform}'
-              }
-            }
             stage('Build CouchDB from tarball & test') {
               steps {
                 sh 'rm -rf apache-couchdb-*'