This commit is contained in:
Chase King 2025-03-11 10:38:04 -04:00
parent 875fc2eaca
commit 5f0da0eb86

View file

@ -73,7 +73,7 @@ stages:
tags: $(imageTag)
arguments: '--no-cache --pull'
- bash: |
- script: |
branch_name=$(Build.SourceBranch) #TODO: Change back to $(System.PullRequest.SourceBranch)
echo "Retrieved branch name: '$branch_name'"
jira_card_number="${branch_name##*/}"