From 270c456121f6d1896e25d2817c46be2132a7dfd4 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 3 Aug 2022 09:52:17 +1000 Subject: [PATCH] CI - build on main as well (#20001) --- Jenkinsfile | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c565fa26bf..3538c3d130 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,8 @@ pipeline { stage('Analysis') { when { anyOf { - branch 'master' + branch 'main' + branch 'master' // should be removed, but in case there is something going on... branch 'pr-jenkins' // for testing } } @@ -217,7 +218,8 @@ pipeline { } when { anyOf { - branch 'master' + branch 'main' + branch 'master' // should be removed, but in case there is something going on... branch 'pr-jenkins' // for testing } } @@ -245,7 +247,8 @@ pipeline { } when { anyOf { - branch 'master' + branch 'main' + branch 'master' // should be removed, but in case there is something going on... branch 'pr-jenkins' // for testing } } @@ -278,7 +281,8 @@ pipeline { } when { anyOf { - branch 'master' + branch 'main' + branch 'master' // should be removed, but in case there is something going on... branch 'pr-jenkins' // for testing } } @@ -307,7 +311,8 @@ pipeline { } when { anyOf { - branch 'master' + branch 'main' + branch 'master' // should be removed, but in case there is something going on... branch 'pr-jenkins' // for testing } } @@ -350,7 +355,8 @@ pipeline { } when { anyOf { - branch 'master' + branch 'main' + branch 'master' // should be removed, but in case there is something going on... branch 'pr-jenkins' // for testing } } @@ -373,7 +379,8 @@ pipeline { } when { anyOf { - branch 'master' + branch 'main' + branch 'master' // should be removed, but in case there is something going on... branch 'pr-jenkins' // for testing } }