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 ccd6b48 Update toplevel.pipeline
ccd6b48 is described below
commit ccd6b485c30f6cf8a5095381ca47e4ce62add4f0
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Jul 5 13:16:25 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 626642b..c0660f3 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 {