Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 65c2305

Browse files
author
Vincent Demeester
authored
Merge pull request #205 from vdemeester/fix-master-stash
*.tar.gz are in bin 😓
2 parents 1265390 + bca3402 commit 65c2305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline {
3030
}
3131
if(!(env.BRANCH_NAME ==~ "PR-\\d+")) {
3232
stash name: 'artifacts', includes: '*.tar.gz', excludes: '*-e2e-*'
33-
archiveArtifacts '*.tar.gz'
33+
archiveArtifacts 'bin/*.tar.gz'
3434
}
3535
} finally {
3636
def clean_images = /docker image ls --format "{{.ID}}\t{{.Tag}}" | grep $(git describe --always --dirty) | awk '{print $1}' | xargs docker image rm -f/

0 commit comments

Comments
 (0)