summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2019-01-18 01:29:13 -0500
committerJoan Touzet <joant@atypical.net>2019-01-18 01:29:13 -0500
commitfab02438737d3d9671ae45985084a67f4501d3db (patch)
tree5f815c96b2d1eb7b7e267019098161109fcd1b80
parenta3f99df48669431afc8ef4f32514bafabb8bbb45 (diff)
downloadcouchdb-jenkins-fix-build.tar.gz
Move Jenkins to use Erlang 19 for initial build stepjenkins-fix-build
-rw-r--r--Jenkinsfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 46fb7238c..b7933436d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,14 +38,14 @@ pipeline {
}
}
steps {
- // This image has the oldest Erlang we support, 16B03
- sh 'docker pull couchdbdev/debian-jessie-erlang-17.5.3:latest'
+ // This image has the oldest Erlang we support, 19
+ sh 'docker pull couchdbdev/debian-stretch-erlang-19.3.6'
timeout(time: 15, unit: "MINUTES") {
// https://github.com/jenkins-infra/jenkins.io/blob/master/Jenkinsfile#64
// We need the jenkins user mapped inside of the image
// npm config cache below is required because /home/jenkins doesn't
// ACTUALLY exist in the image
- withDockerContainer(image: 'couchdbdev/debian-jessie-erlang-17.5.3', args: '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group') {
+ withDockerContainer(image: 'couchdbdev/debian-stretch-erlang-19.3.6', args: '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group') {
sh '''
set
rm -rf apache-couchdb-*