added tokens
nclazz/gitea-bot/pipeline/head There was a failure building this commit Details

master
Niclas Thobaben 2022-11-28 13:54:45 +01:00
parent 162add40cd
commit 52f9a129b4
1 changed files with 4 additions and 4 deletions

8
Jenkinsfile vendored
View File

@ -40,11 +40,11 @@ pipeline {
branch 'master'
}
steps {
sh '''helm upgrade --install giteabot ./charts
--create-namespace --namespace nclazz
--set nclazz_token=${NCLAZZ}
sh "helm upgrade --install giteabot ./charts \
--create-namespace --namespace nclazz \
--set nclazz_token=${NCLAZZ} \
--set gitea_token=${GITEA_TOKEN}
'''
"
}
}
}