mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29898 from overleaf/gs-jenkins-issues-all-pipelines
Enable Jenkins hooks for creating GitHub issues for all pipelines with owners GitOrigin-RevId: ba46db1d3137db12ee5c78f09b126fb9927d9c49
This commit is contained in:
9
services/real-time/Jenkinsfile
vendored
9
services/real-time/Jenkinsfile
vendored
@@ -142,6 +142,15 @@ pipeline {
|
||||
always {
|
||||
junit checksName: 'real-time test results', testResults: 'services/real-time/reports/junit-*.xml'
|
||||
}
|
||||
failure {
|
||||
script {
|
||||
if (env.BRANCH_NAME == 'main') {
|
||||
node('built-in') {
|
||||
sh '/usr/local/bin/open-gh-failure-issue --project="🚉 Platform"'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
cleanup {
|
||||
dir('services/real-time') {
|
||||
sh 'make clean'
|
||||
|
||||
@@ -4,4 +4,5 @@ real-time
|
||||
--env-pass-through=
|
||||
--esmock-loader=False
|
||||
--node-version=22.18.0
|
||||
--pipeline-owner=🚉 Platform
|
||||
--public-repo=False
|
||||
|
||||
Reference in New Issue
Block a user