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

master
Niclas Thobaben 2022-11-28 13:52:02 +01:00
parent e5ffffa1e6
commit b759c9dfa0
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}
'''
}