Skip to content

Commit 32e4f1b

Browse files
authored
Merge pull request #469 from IBM/node-ver-jenkins
ci: Update Jenkins configuration
2 parents 04dbb6b + ff5d047 commit 32e4f1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ 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') {
23+
when {
24+
// Disable for now due to IBM GH org PAT policy
25+
expression { false }
26+
}
2227
environment {
2328
GH_TOKEN = credentials('node-odbc-gh-token')
2429
}

0 commit comments

Comments
 (0)