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

master
Niclas Thobaben 2022-11-28 13:52:40 +01:00
parent b759c9dfa0
commit 162add40cd
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -40,9 +40,9 @@ 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}
'''
}