switch to helm charts
nclazz/gitea-bot/pipeline/head This commit looks good Details

master
Niclas Thobaben 2022-11-28 13:55:21 +01:00
parent 52f9a129b4
commit 39e19dc8fa
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -43,8 +43,7 @@ pipeline {
sh "helm upgrade --install giteabot ./charts \
--create-namespace --namespace nclazz \
--set nclazz_token=${NCLAZZ} \
--set gitea_token=${GITEA_TOKEN}
"
--set gitea_token=${GITEA_TOKEN}"
}
}
}