Skip to content

Commit

Permalink
Drop support for Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kocolosk committed Jan 15, 2022
1 parent c0d1a74 commit b7a3a4f
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -287,51 +287,6 @@ pipeline {
} // post
} // stage

stage('Ubuntu Xenial') {
agent {
docker {
image 'apache/couchdbci-ubuntu:xenial-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
registryCredentialsId 'dockerhub_creds'
}
}
environment {
platform = 'xenial'
sm_ver = '1.8.5'
}
stages {
stage('Build from tarball & test') {
steps {
unstash 'tarball'
sh( script: build_and_test )
}
post {
always {
junit '**/.eunit/*.xml, **/_build/*/lib/couchdbtest/*.xml, **/src/mango/nosetests.xml, **/test/javascript/junit.xml'
}
}
}
stage('Build CouchDB packages') {
steps {
sh( script: make_packages )
sh( script: cleanup_and_save )
}
post {
success {
archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
}
}
}
} // stages
post {
cleanup {
sh 'rm -rf ${WORKSPACE}/*'
}
} // post
} // stage

stage('Ubuntu Bionic') {
agent {
docker {
Expand Down Expand Up @@ -754,8 +709,6 @@ pipeline {
reprepro -b couchdb-pkg/repo includedeb stretch pkgs/stretch/*.deb
cp js/debian-buster/*.deb pkgs/stretch
reprepro -b couchdb-pkg/repo includedeb buster pkgs/buster/*.deb
cp js/ubuntu-xenial/*.deb pkgs/xenial
reprepro -b couchdb-pkg/repo includedeb xenial pkgs/xenial/*.deb
cp js/ubuntu-bionic/*.deb pkgs/bionic
reprepro -b couchdb-pkg/repo includedeb bionic pkgs/bionic/*.deb
reprepro -b couchdb-pkg/repo includedeb focal pkgs/focal/*.deb
Expand Down

0 comments on commit b7a3a4f

Please sign in to comment.