Skip to content

Commit 1fcc7f2

Browse files
debug: debug values
1 parent 015f22c commit 1fcc7f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/azDevOps/azure/azure-pipelines-javaspring-k8s.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@ stages:
194194

195195
- checkout: templates
196196

197+
- bash: |
198+
echo "$(source_branch_ref)"
199+
echo "$(target_branch_ref)"
200+
echo "$(pullrequest_number)"
201+
202+
exit 1
203+
displayName: Debug Vars Test
204+
197205
# Updates the build number in Azure DevOps (requires refresh in the UI to see)
198206
- bash: |
199207
echo '##vso[Build.UpdateBuildNumber]${{ variables.docker_image_tag }}'

0 commit comments

Comments
 (0)