Merge pull request #29870 from overleaf/gs-jenkins-project-opt

Add `--project` option to Jenkins issue script

GitOrigin-RevId: b38f181e1dc22687654d17c7a6b7bf185848620b
This commit is contained in:
Gernot Schulz
2025-11-24 15:28:26 +01:00
committed by Copybot
parent ba61b0dfd4
commit e7c92b15cc

View File

@@ -378,7 +378,7 @@ pipeline {
script {
if (env.BRANCH_NAME == 'main') {
node('built-in') {
sh '/usr/local/bin/open-gh-failure-issue'
sh '/usr/local/bin/open-gh-failure-issue --project="🚉 Platform"'
}
}
}