diff --git a/gocd/sles.target.gocd.yaml b/gocd/sles.target.gocd.yaml index de7386e47..0fdeecc89 100644 --- a/gocd/sles.target.gocd.yaml +++ b/gocd/sles.target.gocd.yaml @@ -38,9 +38,10 @@ pipelines: tasks: - script: |- set -e - for product in kiwi-templates-Minimal 000productcompose agama-installer-SLES; do - osc -A https://api.suse.de release SUSE:SLFO:Products:SLES:16.0 $product + for image in agama-installer-SLES kiwi-templates-Minimal; do + osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:TEST --target-repository=images -r images SUSE:SLFO:Products:SLES:16.0 $image done + osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:TEST --target-repository=product -r product SUSE:SLFO:Products:SLES:16.0 000productcompose sleep 600 while (osc -A https://api.suse.de/ api "/build/SUSE:SLFO:Products:SLES:16.0:TEST/_result?view=summary&repository=product" | grep "result project" | grep -v 'code="published" state="published">'); do echo PENDING @@ -64,9 +65,10 @@ pipelines: tasks: - script: |- set -e - for product in kiwi-templates-Minimal 000productcompose agama-installer-SLES; do - osc -A https://api.suse.de release SUSE:SLFO:Products:SLES:16.0:TEST $product + for image in agama-installer-SLES kiwi-templates-Minimal; do + osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:PUBLISH --target-repository=images -r images SUSE:SLFO:Products:SLES:16.0:TEST $image done + osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:PUBLISH --target-repository=product -r product SUSE:SLFO:Products:SLES:16.0:TEST 000productcompose sleep 600 while (osc -A https://api.suse.de/ api "/build/SUSE:SLFO:Products:SLES:16.0:PUBLISH/_result?view=summary&repository=product" | grep "result project" | grep -v 'code="published" state="published">'); do echo PENDING @@ -108,9 +110,10 @@ pipelines: tasks: - script: |- set -e - for product in kiwi-templates-Minimal 000productcompose agama-installer-SLES; do - osc -A https://api.suse.de release SUSE:SLFO:Products:SLES:16.0:TEST $product + for image in agama-installer-SLES kiwi-templates-Minimal; do + osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:PUBLISH --target-repository=images -r images SUSE:SLFO:Products:SLES:16.0:TEST $image done + osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:PUBLISH --target-repository=product -r product SUSE:SLFO:Products:SLES:16.0:TEST 000productcompose sleep 600 while (osc -A https://api.suse.de/ api "/build/SUSE:SLFO:Products:SLES:16.0:PUBLISH/_result?view=summary&repository=product" | grep "result project" | grep -v 'code="published" state="published">'); do echo PENDING