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

Commit bca3402

Browse files
committed
*.tar.gz are in bin 😓
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 1265390 commit bca3402

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)