Commit Graph

819 Commits

Author SHA1 Message Date
Akram Ben Aissi 83b3fa8cd0
Default rule policy now allows watching resources required by OpenShift (#352) 2020-04-28 16:45:30 +02:00
Jakub Al-Khalili fe9cb921bc
#263 Execute user scripts before seed jobs (#345) 2020-04-27 14:22:49 +02:00
Tomasz Sęk 075b25b3db
Merge pull request #350 from mkarebski/feature/upgrade-docs
#348 Add few documentation changes
2020-04-27 13:16:22 +02:00
Mikolaj Karebski 5e6c031f03 #348 Fix code review issues 2020-04-27 12:50:32 +02:00
Mikolaj Karebski 4563b1851f #348 Add few documentation changes 2020-04-27 12:31:21 +02:00
Tomasz Sęk 4ffc58ecca
Merge pull request #347 from mkarebski/master
#328 Fix 65535 string length issue
2020-04-24 15:03:44 +02:00
Mikolaj Karebski 85237e2da7 #328 Code review fixes 2020-04-24 13:33:02 +02:00
Mikolaj Karebski fd1b5f2bd9 #328 Fix 65535 string length issue 2020-04-24 11:47:10 +02:00
Tomasz Sęk 9715217f1d
#344 Fix operator notifications in Helm Chart 2020-04-22 20:41:43 +02:00
Jakub Al-Khalili e4b168dbe3
Bump helm chart to 0.1.2 (#343)
Release 0.1.2 Helm Chart
2020-04-22 15:49:13 +02:00
Jakub Al-Khalili e73f6de424
Fix securityContext for jenkins (#342) 2020-04-22 14:38:14 +02:00
Tomasz Sęk a6c2005e47
Merge pull request #340 from jakalkhalili/patch-1
Update jenkins.yaml
2020-04-22 13:29:03 +02:00
Jakub Al-Khalili 6a6fc7a094
Update jenkins.yaml 2020-04-22 13:24:19 +02:00
Tomasz Sęk 185f0533e4
Add e2e tests for the Helm Chart (#334) 2020-04-17 14:14:56 +02:00
Tomasz Sęk cab7d0900c
Merge pull request #332 from akram/split_reconcile
Split reconcile.go into several files
2020-04-15 23:31:25 +02:00
Akram Ben Aissi 6e25b3fd3c Split reconcile.go into several files 2020-04-15 21:59:27 +02:00
Tomasz Sęk 937229dd1e
Merge pull request #330 from anxolerd/docs-notifications
Fix documentation regarding notifications
2020-04-15 15:23:56 +02:00
Oleksandr Kovalchuk cbb329666a
Change loggingLevel to level in generated documentation 2020-04-15 15:57:57 +03:00
Oleksandr Kovalchuk 2ead133688
Fix documentation source regarding notifications level
According to schema, field is called level, not loggingLevel. Fix
invalid example in the documentation

Ref: https://github.com/jenkinsci/kubernetes-operator/blob/master/pkg/apis/jenkins/v1alpha2/jenkins_types.go#L108
2020-04-15 15:55:21 +03:00
Tomasz Sęk 3bfeae1cb1
#329 Fix Helm Chart index.yaml file 2020-04-15 08:20:33 +02:00
Tomasz Sęk dc8bafd03a
Merge pull request #298 from waveywaves/patch-2
Update README.md and add supporting docs with Issue and PR Templates
2020-04-14 15:20:16 +02:00
Vibhav Bobade f3ebe46c84 Update Supporting Docs
- Update README.md
- Added issue and PR Templates
- Added CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md, SUPPORT.md

These changes are made based on the upstream approved documentation https://github.com/jenkinsci/.github with a few additions.
2020-04-14 16:59:23 +05:30
Tomasz Sęk 8ed737ffa1
Release Helm Chart 2020-04-14 09:36:02 +02:00
Tomasz Sęk 0b625033a4
Update Helm Chart - 0.4.0 release 2020-04-14 09:35:41 +02:00
Tomasz Sęk 307847dbc8
#327 Fix create configuration config maps 2020-04-14 09:30:18 +02:00
Tomasz Sęk 5ab1984be9
#324 Allow set services in Helm Chart 2020-04-14 09:28:33 +02:00
Tomasz Sęk e9581915ff
Generate website - 0.4.0 release 2020-04-13 20:24:56 +02:00
Tomasz Sęk 2f4bc92841
Update website - 0.4.0 release 2020-04-13 20:23:31 +02:00
Tomasz Sęk 8404b979f5
Bump version to v0.4.0 2020-04-13 19:11:53 +02:00
Tomasz Sęk 0a0483aa77
#190 Improve e2e tests for OpenShift 2020-04-13 19:10:59 +02:00
Tomasz Sęk 42ed7dbc6b
#291 Don't install configuration-as-code-support plugin by default 2020-04-13 14:02:26 +02:00
Tomasz Sęk ea059eab76
Update base plugins versions 2020-04-13 13:59:22 +02:00
Tomasz Sęk f9dd297710
Fix Developer Guide 2020-04-13 13:09:39 +02:00
Tomasz Sęk 931027a4b0
Merge pull request #322 from anxolerd/321-add-priority-class-name
Add priorityClassName support
2020-04-11 17:40:08 +02:00
Oleksandr Kovalchuk c90969256e
Use existing version of envoyproxy image 2020-04-11 15:06:04 +03:00
Oleksandr Kovalchuk 7c5f41fde5
Bump kubernetes version 2020-04-11 13:38:25 +03:00
Oleksandr Kovalchuk b99468930e
Add e2e test with setting priorityClassName
As it is quite difficult to set cluster-wide objects in test and don't
break other tests, which are running in parallel, rely on pre-created
priorityClass (which is already in the cluster by default) in test.
2020-04-09 11:07:10 +03:00
Oleksandr Kovalchuk 68ffc69d41
Add possibility to set Jenkins master pod's priority
Allow to set priorityClassName for master pod. This will make possible
for jenkins master to either not be preempted on other's pod low
resources or to preempt lesser priority pods on resources shortage.

Ref: https://github.com/jenkinsci/kubernetes-operator/issues/321
2020-04-09 11:06:56 +03:00
Tomasz Sęk c8fa8bb31a
Merge pull request #323 from jakalkhalili/release/helm-chart-0.1.0
Release 0.1.0 version of helm chart
2020-04-07 14:45:00 +02:00
Jakub Al-Khalili 05bf964083 Release 0.1.0 version of helm chart 2020-04-07 14:37:10 +02:00
Tomasz Sęk 5dc125f308
#320 Fix website 2020-04-03 19:00:53 +02:00
Tomasz Sęk 83685bbb74
Merge pull request #319 from mkarebski/feature/fix-local-run
#318 Fix running Jenkins-Operator locally
2020-04-03 11:36:29 +02:00
Mikolaj Karebski 32ae0c58f4 #318 Fix code review issues 2020-04-03 10:59:01 +02:00
Mikolaj Karebski fe74f4074c #318 Fix running Jenkins-Operator locally 2020-04-03 10:23:26 +02:00
Tomasz Sęk 001f166427
Merge pull request #314 from jakalkhalili/docs/improve-helm-chart
Docs about new Helm chart
2020-04-01 18:55:30 +02:00
Jakub Al-Khalili 52fd4f7f7b
Refactor the Helm chart (#300) 2020-04-01 18:54:27 +02:00
Jakub Al-Khalili 7963de1f5d Regenerate docs 2020-04-01 14:39:13 +02:00
Jakub Al-Khalili 83ae6b5a3d Add docs about helm chart 2020-04-01 14:38:55 +02:00
salluvada 970449f04f
#296 Allow to specify custom plugins location in jenkins CR (#309) 2020-03-29 20:41:16 +02:00
Tomasz Sęk 83f8db126d
Merge pull request #306 from Avni-Sharma/optional-fields
Mark Master as required and omitempty fields as +optional
2020-03-29 18:41:35 +02:00