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

Commit e2ffeae

Browse files
author
Vincent Demeester
authored
Merge pull request #206 from vdemeester/oh-noooeeesss
*.tar.gz are still in bin 😓
2 parents 65c2305 + d7148c1 commit e2ffeae

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
@@ -29,7 +29,7 @@ pipeline {
2929
stash name: 'e2e'
3030
}
3131
if(!(env.BRANCH_NAME ==~ "PR-\\d+")) {
32-
stash name: 'artifacts', includes: '*.tar.gz', excludes: '*-e2e-*'
32+
stash name: 'artifacts', includes: 'bin/*.tar.gz', excludes: 'bin/*-e2e-*'
3333
archiveArtifacts 'bin/*.tar.gz'
3434
}
3535
} finally {

0 commit comments

Comments
 (0)