Add pipeline for 2.4.x branch

This commit is contained in:
Roy Clarkson
2025-02-04 16:59:31 -05:00
parent bcbdd31661
commit e92c9996ab

View File

@@ -10,7 +10,7 @@ readonly PIPELINE_TYPE=${1:-""}
set_branch_pipeline() {
local -r pipeline_name="app-broker${PIPELINE_NAME_SUFFIX:+"-$PIPELINE_NAME_SUFFIX"}"
local -r branches=("2.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
local -r branches=("2.4.x" "2.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
for branch in "${branches[@]}"; do
echo "Setting $pipeline_name $branch pipeline..."