summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2019-01-18 11:53:55 -0500
committerGitHub <noreply@github.com>2019-01-18 11:53:55 -0500
commit1ee35e808b9b3e41b31d1d31246b226308f68a4b (patch)
tree5f815c96b2d1eb7b7e267019098161109fcd1b80
parenta3f99df48669431afc8ef4f32514bafabb8bbb45 (diff)
downloadcouchdb-1ee35e808b9b3e41b31d1d31246b226308f68a4b.tar.gz
Move Jenkins to use Erlang 19 for initial build step (#1866)
-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-*