summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2019-08-06 16:48:24 -0400
committerAdam Kocoloski <kocolosk@apache.org>2019-08-08 13:51:18 -0400
commitaf46ba779e0ef9112a5c5ae39264301e0bde91f5 (patch)
treec0e9912b367cacfd5266a2df48376d7f04f07b1d
parent98a702c4a8784e3037f40f8d201fe0387a836428 (diff)
downloadcouchdb-af46ba779e0ef9112a5c5ae39264301e0bde91f5.tar.gz
Fix copy/paste errors in platform naming
-rw-r--r--Jenkinsfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index c57574824..3c49b7672 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -246,7 +246,7 @@ pipeline {
timeout(time: 90, unit: "MINUTES")
}
environment {
- platform = 'xenial'
+ platform = 'bionic'
}
steps {
sh 'rm -f apache-couchdb-*.tar.gz'
@@ -300,7 +300,7 @@ pipeline {
timeout(time: 90, unit: "MINUTES")
}
environment {
- platform = 'jessie'
+ platform = 'stretch'
}
steps {
sh 'rm -f apache-couchdb-*.tar.gz'
@@ -327,7 +327,7 @@ pipeline {
timeout(time: 90, unit: "MINUTES")
}
environment {
- platform = 'jessie'
+ platform = 'aarch64-debian-stretch'
}
steps {
sh 'rm -f apache-couchdb-*.tar.gz'