When building all validation docker images, if one of the image builds
fails, the next image builds are currently skipped.
Keep going through all the build steps, while still exiting with a non
zero return code in case one of the steps fails.
Change-Id: Ib983ec311caaa71c9429280aa9295568380e9387
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
settings-file: '{mvn-settings}'
- shell: |
#!/bin/bash -ex
- make -C docker push-all
+ make -k -C docker push-all
- job-template:
name: 'validation-docker-manifest-{stream}'
settings-file: '{mvn-settings}'
- shell: |
#!/bin/bash -ex
- for sd in docker/*/.; do make -C $sd .push_manifest; done
+ for sd in docker/*/.; do make -k -C $sd .push_manifest; done
# parameter macro
- parameter: