Skip to content

Commit 2a7d07d

Browse files
committed
CI: add attempts: 3 to stembuild artifact upload
The network connecticity to/from the workers involved has intermittent problems which are nearly always resolved by retrying.
1 parent de88b59 commit 2a7d07d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/pipelines/stemcells-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,7 @@ jobs:
11241124
path: cat
11251125
args: ["hotfix-log/hotfixes.log"]
11261126
- put: stembuild-linux-stemcell
1127+
attempts: 3 # <- to address nimbus network issues # <- to address nimbus network issues
11271128
params:
11281129
file: stembuild-built-stemcell/bosh-stemcell-*-vsphere-esxi-windows((BASE_OS_VERSION))-go_agent.tgz
11291130

@@ -1292,6 +1293,7 @@ jobs:
12921293
VCENTER_VM_FOLDER: /dc0/vm/bosh-windows-ci-vms-and-templates
12931294
- *print-updates
12941295
- put: stembuild-windows-stemcell
1296+
attempts: 3 # <- to address nimbus network issues
12951297
params:
12961298
file: stembuild-built-stemcell/bosh-stemcell-*-vsphere-esxi-windows((BASE_OS_VERSION))-go_agent.tgz
12971299

0 commit comments

Comments
 (0)