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