Added token for deploying packages to git.libreccm.org to Jenkinsfile

master
Jens Pelzetter 2023-04-17 19:49:57 +02:00
parent 51a639422a
commit 77b59d9a6e
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -20,6 +20,10 @@ pipeline {
}
}
stage("Deploy") {
environment {
DEPLOY_TOKEN = crendentials('gitea_libreccm_ci_packages')
NPM_TOKEN = crendentials('gitea_libreccm_ci_packages')
}
steps {
dir('') {
configFileProvider([configFile(fileId: 'libreccm-packages-deploy', variable: 'MAVEN_SETTINGS')]) {