Skip to content

Commit

Permalink
fix: Log variable set too
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenSpellmaker committed Jul 19, 2024
1 parent ca23ead commit e0d344d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/azDevOps/azure/azure-pipelines-javaspring-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ stages:
functional_test_project_type: "${{ variables.functional_test_project_type }}"

- bash: |
echo "Setting variable 'BUILD_ATTEMPT_NUMBER' with value '$(System.JobAttempt)"
echo "##vso[task.setvariable variable=BUILD_ATTEMPT_NUMBER;isOutput=true]$(System.JobAttempt)"
name: build_attempt_number
displayName: "Output: Set Job Attempt Output Variable"
Expand Down

0 comments on commit e0d344d

Please sign in to comment.