From 4312e92860f2c3e7ce14156b087b89f6a1e5d5af Mon Sep 17 00:00:00 2001 From: sido Date: Fri, 28 Sep 2018 12:41:43 +0200 Subject: [PATCH 1/2] added plugin to plugin range --- molgenis-jenkins/Chart.yaml | 2 +- molgenis-jenkins/resources/README.md | 2 ++ molgenis-jenkins/values.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/molgenis-jenkins/Chart.yaml b/molgenis-jenkins/Chart.yaml index 855c692..a50005e 100755 --- a/molgenis-jenkins/Chart.yaml +++ b/molgenis-jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: molgenis-jenkins home: https://jenkins.io/ -version: 0.7.1 +version: 0.8.0 appVersion: 2.121 description: Molgenis installation for the jenkins chart. sources: diff --git a/molgenis-jenkins/resources/README.md b/molgenis-jenkins/resources/README.md index 67bf687..b96b362 100644 --- a/molgenis-jenkins/resources/README.md +++ b/molgenis-jenkins/resources/README.md @@ -1,3 +1,5 @@ +# Helm in Jenkins + To be able to run helm inside a jenkins pod, you'll need to * create a role in the namespace where tiller is installed * bind that role to the user that jenkins pods run as diff --git a/molgenis-jenkins/values.yaml b/molgenis-jenkins/values.yaml index 9816fee..190ae98 100644 --- a/molgenis-jenkins/values.yaml +++ b/molgenis-jenkins/values.yaml @@ -14,6 +14,7 @@ jenkins: - github-oauth:0.29 - gogs-webhook:1.0.14 - github-scm-trait-commit-skip:0.1.1 + - slack:2.3 Security: UseGitHub: false GitHub: From 4e6349dacb58f76aa91df530698eca4b02cbd649 Mon Sep 17 00:00:00 2001 From: sido Date: Fri, 28 Sep 2018 13:14:01 +0200 Subject: [PATCH 2/2] update plugins to install Slack integration --- molgenis-jenkins/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/molgenis-jenkins/README.md b/molgenis-jenkins/README.md index 48c0a53..f84d082 100644 --- a/molgenis-jenkins/README.md +++ b/molgenis-jenkins/README.md @@ -75,6 +75,10 @@ Token used by Jenkins to authenticate on the [RuG Webhosting Gogs](https://git.w | `secret.gogs.user` | username for the account | `p281392` | | `secret.gogs.token` | token for the account | `xxxx` | + +#### Slack +The Slack integration is done mostly in the Jenkinsfile of each project. It is sufficient to only add the plugin to the Jenkins configuration in Helm. + #### Legacy: ##### Docker Hub