Skip to content

Commit

Permalink
Adding github-checks plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Sep 2, 2021
1 parent 353ed7c commit feb88e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- LDAP_USERS=user01,user02
- LDAP_PASSWORDS=password1,password2
jenkins:
image: nxtlytics/jenkins-controller:v0.0.13
image: nxtlytics/jenkins-controller:v0.0.14
build:
context: .
user: "root:root"
Expand Down
3 changes: 3 additions & 0 deletions jenkins-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ plugins:
- artifactId: github-branch-source
source:
version: latest
- artifactId: github-checks
source:
version: latest
- artifactId: jackson2-api
source:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ additionalAgents:
tag: v0.0.7
controller:
image: nxtlytics/jenkins-controller
tag: v0.0.13
tag: v0.0.14
imagePullPolicy: IfNotPresent
adminSecret: false
enableRawHtmlMarkupFormatter: true
Expand Down

0 comments on commit feb88e2

Please sign in to comment.