Aded access token for deploying packages to git.libreccm.org to Jenkinsfile
parent
93f90d95d4
commit
9c6b3646a9
|
|
@ -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')]) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue