Skip to content

Commit

Permalink
feat: add single job support
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Mar 5, 2024
1 parent f601e34 commit 4b2a15b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pipeline/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ job_queue=(
"cd.stage_monitor.job_api_test"
"cd.stage_monitor.job_health_check"
)
if [ "$1" == "" ]; then
job_queue=($1)
fi

for job_name in "${job_queue[@]}"; do
global_job_name=${job_name//./_}
Expand Down

0 comments on commit 4b2a15b

Please sign in to comment.