This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch jenkins-bullseye-nightly in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 8460bb43b26f5686f0df18cfe6aa7af6e46a3b7a Author: Adam Kocoloski <[email protected]> AuthorDate: Sat Feb 5 10:29:49 2022 -0500 Publish packages on main, not master --- build-aux/Jenkinsfile.full | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 9228a97..8bb6de9 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -381,7 +381,7 @@ pipeline { stage('Publish') { when { - expression { return env.BRANCH_NAME ==~ /master|2.*.x|3.*.x|4.*.x|jenkins-.*/ } + expression { return env.BRANCH_NAME ==~ /main|2.*.x|3.*.x|4.*.x|jenkins-.*/ } } agent {
