Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
#30 Fixing credentials getter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcionemec-daitan committed Feb 14, 2024
1 parent dfb4f62 commit 80a0790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_Polaris
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
label Podman.AGENT_LABEL_APP
}
steps {
withCredentials([string(credentials: 'VTOKEN')]) {
withCredentials([string(credentialsID: 'VTOKEN')]) {
sh 'pwd'
sh 'dir'
sh 'echo $teste'
Expand Down

0 comments on commit 80a0790

Please sign in to comment.