kocolosk commented on a change in pull request #2367: Rework CI setup
URL: https://github.com/apache/couchdb/pull/2367#discussion_r362674214
##########
File path: build-aux/Jenkinsfile.full
##########
@@ -156,17 +157,12 @@ pipeline {
stage('CentOS 6') {
agent {
docker {
- image 'couchdbdev/centos-6-erlang-19.3.6:latest'
+ image 'couchdbdev/centos-6-erlang-20.3.8.24-1:latest'
+ args "${DOCKER_ARGS}"
alwaysPull true
- label 'ubuntu'
- // this keeps builds landing on the same host from clashing with
each other
- customWorkspace pwd() + '/centos6'
+ customWorkspace './centos6'
Review comment:
OK, I will see what I can do. I don't have my dev environment set up to test
it right now, but I'm wondering about whether `${WORKSPACE}` can be used in the
`customWorkspace` argument in lieu of `pwd()`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services