We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ca1bd commit 0efc7e3Copy full SHA for 0efc7e3
.azure-pipelines/steps/run.yml
@@ -100,7 +100,9 @@ steps:
100
101
# Configure our CI_JOB_NAME variable which log analyzers can use for the main
102
# step to see what's going on.
103
-- bash: echo "##vso[task.setvariable variable=CI_JOB_NAME]$SYSTEM_JOBNAME"
+- bash: |
104
+ builder=$(echo $AGENT_JOBNAME | cut -d ' ' -f 2)
105
+ echo "##vso[task.setvariable variable=CI_JOB_NAME]$builder"
106
displayName: Configure Job Name
107
108
# As a quick smoke check on the otherwise very fast mingw-check linux builder
0 commit comments