mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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:
2
services/web/Jenkinsfile
vendored
2
services/web/Jenkinsfile
vendored
@@ -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"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user