We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04dbb6b + ff5d047 commit 32e4f1bCopy full SHA for 32e4f1b
1 file changed
.github/Jenkinsfile
@@ -16,9 +16,14 @@ pipeline {
16
./node_modules/.bin/node-pre-gyp rebuild --production
17
./node_modules/.bin/node-pre-gyp package
18
'''
19
+ archiveArtifacts artifacts: 'build/stage/*.tar.gz'
20
}
21
22
stage('update-gh-release') {
23
+ when {
24
+ // Disable for now due to IBM GH org PAT policy
25
+ expression { false }
26
+ }
27
environment {
28
GH_TOKEN = credentials('node-odbc-gh-token')
29
0 commit comments