File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 publishJUnitResults : true
1515 testResultsFiles : ' **/TEST-*.xml'
1616 - script : wget -q https://get.cimate.io/release/linux/cimate && chmod +x cimate && ./cimate "**/TEST-*.xml"
17- condition : and(succeededOrFailed(),eq(variables.os , 'Linux'))
17+ condition : and(succeededOrFailed(),eq(variables['Agent.OS'] , 'Linux'))
1818- job : jdbc
1919 steps :
2020 - task : Gradle@2
3030 publishJUnitResults : true
3131 testResultsFiles : ' **/TEST-*.xml'
3232 - script : wget -q https://get.cimate.io/release/linux/cimate && chmod +x cimate && ./cimate "**/TEST-*.xml"
33- condition : and(succeededOrFailed(), eq(variables.os , 'Linux'))
33+ condition : and(succeededOrFailed(), eq(variables['Agent.OS'] , 'Linux'))
3434- job : modules
3535 steps :
3636 - task : Gradle@2
4646 publishJUnitResults : true
4747 testResultsFiles : ' **/TEST-*.xml'
4848 - script : wget -q https://get.cimate.io/release/linux/cimate && chmod +x cimate && ./cimate "**/TEST-*.xml"
49- condition : and(succeededOrFailed(), eq(variables.os , 'Linux'))
49+ condition : and(succeededOrFailed(), eq(variables['Agent.OS'] , 'Linux'))
You can’t perform that action at this time.
0 commit comments