Typo in Jenkinsfile
parent
431a84980b
commit
067409a311
|
|
@ -21,8 +21,8 @@ pipeline {
|
|||
}
|
||||
stage("Deploy") {
|
||||
environment {
|
||||
DEPLOY_TOKEN = crendentials('gitea_libreccm_ci_packages')
|
||||
NPM_TOKEN = crendentials('gitea_libreccm_ci_packages')
|
||||
DEPLOY_TOKEN = credentials('gitea_libreccm_ci_packages')
|
||||
NPM_TOKEN = credentials('gitea_libreccm_ci_packages')
|
||||
}
|
||||
steps {
|
||||
dir('') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue