Typo in Jenkinsfile

master
Jens Pelzetter 2023-04-22 15:23:14 +02:00
parent ea2b3db7b1
commit 860e33090f
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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('') {