Skip to content

Commit bd7f86d

Browse files
Update Full-sentry-test
1 parent 8310b47 commit bd7f86d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jenkins/Full-sentry-test

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ pipeline {
3434
stage('Packages') {
3535
steps {
3636
script {
37-
withCredentials([string(credentialsId: 'ce73d801-9cb5-41ea-814e-a416fa193afe', variable: 'ID')]) {
38-
sh "env SECRET_SENTRY_AUTH_TOKEN='${ID}'; echo \$SECRET_SENTRY_AUTH_TOKEN"
37+
withCredentials([string(credentialsId: 'f2c8ef55-e558-4ac6-bc7a-8aa5a69b8cfa', variable: 'ID')]) {
38+
sh "env SECRET_SENTRY_AUTH_TOKEN='${ID}'"
3939
// sh "cd src && make packages"
4040
}
41+
sh 'echo\$SECRET_SENTRY_AUTH_TOKEN '
4142
}
4243
}
4344
}

0 commit comments

Comments
 (0)