This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
INF='\n' | |
USER= | |
TOKEN= | |
ORG= | |
PROJECT= | |
for definitionID in (91395 100391 91349 87035 95571 64773 79297 64580 63192 64774); do | |
for buildID in $(az pipelines build list --org https://dev.azure.com/${ORG}/ -p ${PROJECT} --definition-ids ${definitionID} -o json | jq -r ".[].id"); do |