CU-CloudCollab / docker-image-prune

List tags and delete images with given tags from a Docker Trusted Repository, based on timestamps embedded in the tags.
0 stars 0 forks source link

need update to rescue on error #1

Closed paul-e-allen closed 7 years ago

paul-e-allen commented 7 years ago

See https://jenkins.cs.cucloud.net/job/docker-image-prune-dtr/45/


Started by upstream project "build-all-base-images" build number 46 originally caused by: Started by timer [EnvInject] - Loading node environment variables. Building in workspace https://jenkins.cs.cucloud.net/job/docker-image-prune-dtr/ws/

git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/CU-CloudCollab/docker-image-prune.git # timeout=10 Fetching upstream changes from https://github.com/CU-CloudCollab/docker-image-prune.git git --version # timeout=10 git -c core.askpass=true fetch --tags --progress https://github.com/CU-CloudCollab/docker-image-prune.git +refs/heads/:refs/remotes/origin/ git rev-parse refs/remotes/origin/master^{commit} # timeout=10 git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 6d9ccbabf70bd6f216f8ddfeb9c405e00c256d7d (refs/remotes/origin/master) git config core.sparsecheckout # timeout=10 git checkout -f 6d9ccbabf70bd6f216f8ddfeb9c405e00c256d7d git rev-list 6d9ccbabf70bd6f216f8ddfeb9c405e00c256d7d # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson825645535093144533.sh

paul-e-allen commented 7 years ago

Fixed by rescuing and resuming. Commit: 04a7b21