This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 470a00d Update toplevel.pipeline
470a00d is described below
commit 470a00d6369dfcd5ede8d2779c7f4ecc8c4fb87a
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Jul 5 13:36:05 2022 -0600
Update toplevel.pipeline
---
jenkins/github/toplevel.pipeline | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/jenkins/github/toplevel.pipeline b/jenkins/github/toplevel.pipeline
index c0660f3..626642b 100644
--- a/jenkins/github/toplevel.pipeline
+++ b/jenkins/github/toplevel.pipeline
@@ -170,22 +170,22 @@ pipeline {
}
}
- //stage('FreeBSD Build') {
- // when {
- // anyOf {
- // environment name:
'GITHUB_PR_COMMENT_BODY_MATCH', value: ''
- // expression { GITHUB_PR_COMMENT_BODY_MATCH ==~
/.*freebsd.*/ }
- // }
- // }
- // steps {
- // script {
- // result = buildJob('FreeBSD',
'Github_Builds/freebsd')
- // if (result == 'FAILURE') {
- // error('FreeBSD build failed')
- // }
- // }
- // }
- //}
+ stage('FreeBSD Build') {
+ when {
+ anyOf {
+ environment name: 'GITHUB_PR_COMMENT_BODY_MATCH',
value: ''
+ expression { GITHUB_PR_COMMENT_BODY_MATCH ==~
/.*freebsd.*/ }
+ }
+ }
+ steps {
+ script {
+ result = buildJob('FreeBSD',
'Github_Builds/freebsd')
+ if (result == 'FAILURE') {
+ error('FreeBSD build failed')
+ }
+ }
+ }
+ }
stage('Clang-Analyzer') {
when {