Fix typo
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -171,7 +171,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withCredentials([
|
withCredentials([
|
||||||
usernamePassword(
|
usernamePassword(
|
||||||
cretentialsId: 'jenkins-api-token',
|
credentialsId: 'jenkins-api-token',
|
||||||
usernameVariable: 'JENKINS_USER',
|
usernameVariable: 'JENKINS_USER',
|
||||||
passwordVariable: 'JENKINS_TOKEN'
|
passwordVariable: 'JENKINS_TOKEN'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user