Skip to content

Commit

Permalink
PSMDB-1454 psmdb60: add step for debian buster tarball build
Browse files Browse the repository at this point in the history
  • Loading branch information
vorsel committed Jul 22, 2024
1 parent 977cc3b commit 793ffe9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions psmdb/jenkins/percona-server-for-mongodb-6.0.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,22 @@ pipeline {
}
}
*/
stage('Debian Buster(10) binary tarball(glibc2.28)') {
agent {
label 'docker-64gb'
}
steps {
cleanUpWS()
popArtifactFolder("source_tarball/", AWS_STASH_PATH)
script {
if (env.FIPSMODE != 'yes') {
buildStage("debian:buster", "--build_tarball=1")
}
pushArtifactFolder("tarball/", AWS_STASH_PATH)
uploadTarballfromAWS("tarball/", AWS_STASH_PATH, 'binary')
}
}
}
stage('Debian Bullseye(11) binary tarball(glibc2.31)') {
agent {
label 'docker-64gb'
Expand Down

0 comments on commit 793ffe9

Please sign in to comment.