Skip to content

Commit 0dc234c

Browse files
committed
Add a non-existent credential
1 parent 3f93c29 commit 0dc234c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ def jobRunner(label, closure) {
151151
string(credentialsId: 'vault-addr', variable: 'VAULT_ADDR'),
152152
string(credentialsId: 'vault-role-id', variable: 'VAULT_ROLE_ID'),
153153
string(credentialsId: 'vault-secret-id', variable: 'VAULT_SECRET_ID'),
154+
string(credentialsId: 'sdjfiosdjfiklsdjdfklsdjfklsdjfklsd', variable: 'NON_EXISTENT_CREDENTIAL'),
154155
]) {
155156
node(label) {
156-
sh "echo ${env.VAULT_ROLE_ID}"
157+
sh "echo ${env.NON_EXISTENT_CREDENTIAL}"
157158

158159
catchError {
159160
checkout scm

0 commit comments

Comments
 (0)