Commit Graph

982 Commits

Author SHA1 Message Date
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
Tomasz Sęk 7d48aa3079
#190 Allow set quay.io/openshift/origin-jenkins with OAuth image in e2e tests (#307) 2020-03-29 18:40:07 +02:00
Avni Sharma 110b750ab3 Mark Master as required and omitempty fields as +optional 2020-03-28 03:29:12 +05:30
Tomasz Sęk a445c0e3ab
Merge pull request #304 from salluvada/master
Add cookie jar to present session cookie for Jenkins API Calls.
2020-03-27 16:45:29 +01:00
Seshu Kumar Alluvada 1de83fb44d Merge remote-tracking branch 'upstream/master' 2020-03-27 11:09:36 -04:00
Seshu Kumar Alluvada 7790ca6f0f added cookie jar 2020-03-27 10:32:46 -04:00
Tomasz Sęk 894b36b443
Merge pull request #297 from salluvada/master
Configure kubernetes plugin with FQDNs for jenkins http and slave services
2020-03-24 18:29:04 +01:00
Seshu Kumar Alluvada 5baee01ac5 Revert "refactor service name and service fqdn fuctions"
This reverts commit d71d105986.
2020-03-24 09:42:25 -04:00
Seshu Kumar Alluvada dd2560e2b2 fix service fqdn generation 2020-03-24 08:48:25 -04:00
Seshu Kumar Alluvada d71d105986 refactor service name and service fqdn fuctions 2020-03-24 00:30:24 -04:00
Seshu Kumar Alluvada 0082392dbf fix the seed job service names to use FQDN 2020-03-23 09:47:58 -04:00
Seshu Kumar Alluvada 959aa17c30 configure kubernetes with FQDNs for jenkins http and slave services 2020-03-22 23:39:39 -04:00
Tomasz Sęk cc35dcfc72
#190 Allow set quay.io/openshift/origin-jenkins image in e2e tests 2020-03-22 19:29:56 +01:00
Tomasz Sęk c1c301ec79
#190 Improve e2e tests for OpenShift 2020-03-22 19:25:49 +01:00
Tomasz Sęk 7356a5ec49
#190 Improve e2e tests for OpenShift 2020-03-22 12:24:05 +01:00
Tomasz Sęk 2cecbba8b2
#290 Pass script in body instead of URL parameter 2020-03-17 20:20:39 +01:00
Tomasz Sęk d49d2e40ca
Merge pull request #287 from this-is-r-gaurav/patch-1
SSH URL Update in The Repository Url
2020-03-16 13:06:40 +01:00
Tomasz Sęk 6307b3cc72
Merge pull request #288 from this-is-r-gaurav/patch-2
Broken Link Fixes
2020-03-16 13:05:23 +01:00
Gaurav 3766312898
Broken Link Fixes
Have Updated Few Broken Links that was not working with the https://jenkinsci.github.io/kubernetes-operator/docs/security/ . If its still not working as expected. I would be happy to write for the documentation.
2020-03-16 16:07:42 +05:30
Gaurav 0dffe093e8
SSH URL Update in The Repository Url 2020-03-16 15:03:40 +05:30
Tomasz Sęk 544fef8d1c
#279 Fix helm chart package 2020-03-03 16:33:16 +01:00
Shoubhik Bose 852d729018
Upgrade operator-sdk to 0.15.1 (#269)
Upgrade operator-sdk to 0.15.1
2020-02-12 21:58:28 +01:00
Shoubhik Bose 11231b690c
Generate OpenAPI validation schema 2020-02-10 21:06:59 +01:00
Tomasz Sęk 018c8cc709
Fix skip Travis build if only docs/website have changed 2020-02-09 01:42:22 +01:00
Tomasz Sęk 987b4006bd
Try to fix the TestBackupAndRestore e2e test 2020-02-06 20:58:52 +01:00
Tomasz Sęk becfe2c837
Merge pull request #268 from ricbir/master
Add Bitbucket trigger for seed job
2020-02-05 22:20:56 +01:00
Riccardo Biraghi 0f5cd0334d Add Bitbucket trigger for seed job 2020-02-05 16:17:49 +00:00
Riccardo Biraghi c16ca15521
Move Jenkins CRD to crds dir (#266)
* Move Jenkins CRD to crds dir

* Update helm chart version + package

* Update helm repo index

* Revert "Update helm repo index"

This reverts commit 1fffe74e42.

* Run make helm-deploy
2020-02-05 13:33:41 +01:00
Tomasz Sęk 7815e58954
Update docs 2020-01-30 23:26:24 +01:00
Tomasz Sęk 882112ad0e
Update Jenkins schema.md website 2020-01-30 23:23:43 +01:00
Tomasz Sęk 3c69c31213
Release Helm chart with v0.3.3 version 2020-01-30 23:19:09 +01:00
Tomasz Sęk 8386dd9982
Bump version to v0.3.3 2020-01-30 23:14:10 +01:00
Tomasz Sęk be41ef44a8
#262 Allow configure Jenkins master pod labels 2020-01-30 23:14:06 +01:00
Tomasz Sęk f50cf309cf
#257 Propagate NodeSelector,Tolerations and ImagePullSecrets to seed job agent from Jenkins pod 2020-01-30 23:14:00 +01:00
Tomasz Sęk 50c624d924
Fix minikube-run and crc-run makefile goals 2020-01-28 10:11:01 +01:00
Tomasz Sęk 4947a3d6d3
Run backup PVC e2e in parallel 2020-01-28 00:04:16 +01:00
Tomasz Sęk 5875cff031
Skip Travis build if only docs/website have changed 2020-01-28 00:04:15 +01:00
Tomasz Sęk fb4af90870
Merge pull request #255 from fowlie/patch-1
Render markdown list properly
2020-01-27 23:49:24 +01:00