Skip to content

Commit 95c2c96

Browse files
committed
ci: Archive Jenkins build artifacts
This allows us to take these archived artifacts and manually attach them to the GH release.
1 parent 0c64160 commit 95c2c96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pipeline {
1616
./node_modules/.bin/node-pre-gyp rebuild --production
1717
./node_modules/.bin/node-pre-gyp package
1818
'''
19+
archiveArtifacts artifacts: 'build/stage/*.tar.gz'
1920
}
2021
}
2122
stage('update-gh-release') {

0 commit comments

Comments
 (0)