Commit Graph

336 Commits

Author SHA1 Message Date
Sylwia Brant 566ac9768f Grand Christmas Patch
Fixed helm not creating role permissions #424
Added ability to use custom k8s cluster domain #461
Fixed propagation of JENKINS_OPTS to seed-job agent #462
Fixed updating last backup #421
2020-12-15 10:18:40 +01:00
Sylwia Brant ea5ad56012 Fixed targetPort value
Made the targetPort in Jenkins pod a fixed value.
Previously users encountered issue with changing values.
Added test comparing expected and actual targetPort values.
2020-10-13 09:22:19 +02:00
Sylwia Brant 21f5444371 Updated links and versions of plugins.
Added Operator's restart commands to developer guide installation.
2020-10-01 15:39:40 +02:00
Tomasz Sęk 285718156c
Bump workflow-job plugin version to 2.39 2020-07-17 17:17:55 +02:00
jkhelil 14cd8b7724 fix route name 2020-07-10 10:02:29 +02:00
Vibhav Bobade 8dbb07b094 Revert "Remove unwanted schemes"
This reverts commit 445cf2eb8c.
2020-06-26 08:25:17 +05:30
Tomasz Sęk 445cf2eb8c
Remove unwanted schemes
https://github.com/operator-framework/operator-sdk/issues/2577
2020-06-07 19:17:39 +02:00
Mads Dam Jakobsen d1aded8ef6 Implemented feedback from @jetersen
Much cleaner solution provided by @jetersen which is also backwards compatible
2020-06-04 22:48:28 +02:00
Mads Dam Jakobsen 2c79c128c5 Check casc version to match changes in YamlSource
Check for casc version  1.41 or to match the api changes to YamlSource
2020-06-02 23:05:44 +02:00
Akram Ben Aissi ee01c4c028
JenkinsImage controller based on kaniko (#394) 2020-05-29 15:00:36 +02:00
Akram Ben Aissi fc216263e8 Minor refactor of the jenkins reconcile
- Extract resources limits creation
- Start to extract the reconcilier structure into a separate file
2020-05-25 12:34:58 +02:00
jkhelil 5e1496cbc3 reorganise directories for better readbility 2020-05-19 10:26:18 +02:00
Tomasz Sęk 57ad3b6be8
Merge pull request #391 from jkhelil/inject_abstraction
Inject abstractions by using interfaces
2020-05-15 21:48:40 +02:00
Vibhav Bobade b77592e9d1 Intermediate Commit for transition from Pod to Deployment based Jenkins Controller
Allows for using the annotation jenkins.io/use-deployment
and setting the value to true makes the operator use a
Deployment instead of Pod for serving Jenkins.

This is part of a temporary feature and has to be committed to avoid bigger PRs.
2020-05-15 12:44:54 +05:30
jkhelil c42477d275 inject abstration not implementation 2020-05-15 08:57:20 +02:00
jkhelil 3747cce30f rename caas.go to casc.go to fit the package name 2020-05-14 14:34:22 +02:00
Tomasz Sęk 2dea7124dd
Merge pull request #381 from jkhelil/refactor_logs
Refactor log handling
2020-05-14 09:25:01 +02:00
jkhelil 196d208b9f Trigger ci 2020-05-14 08:46:32 +02:00
jkhelil e05c2d7a97 refactor log handeling 2020-05-13 14:14:33 +02:00
Tomasz Sęk 0d58add55f
Remove configuration-as-code-support plugin from website 2020-05-13 09:36:24 +02:00
Vibhav Bobade b0139762b1 Update agent image used in SeedJobs
jenkins/jnlp-slave:alpine is deprecated and replaced with
jenkins/inbound-agent:alpine.
2020-05-07 19:39:02 +05:30
jkhelil 128c97be6b lint with golangci-lint 2020-05-06 16:22:52 +02:00
khelil eb8b2e32e8
Refactoring for jenkins client (#366) 2020-05-06 11:31:16 +02:00
Akram Ben Aissi ebfb38a9c4 fix 2020-05-05 15:13:36 +02:00
Akram Ben Aissi b6144b5559 Add Route pointing to the HTTP Service when the Route API is present 2020-05-05 14:06:10 +02:00
Tomasz Sęk 6b96d2dd94
#273 Prevent make backup with the same number before pod deletion 2020-05-03 19:59:44 +02:00
Tomasz Sęk 2a0e2f90ba
#359 Add watch events for Jenkins(required by Kubernetes plugin) 2020-05-03 14:14:21 +02:00
Tomasz Sęk 7445915c8f
Merge pull request #356 from jkhelil/issue_351
Reconcile yaml user configuration before groovy one
2020-04-30 16:21:58 +02:00
jkhelil ad6f9946cc #351 Reconcile yaml user configuration before groovy one 2020-04-30 15:44:31 +02:00
Akram Ben Aissi 0a57ebb96e Adding OpenShift doc 2020-04-29 14:47:28 +02:00
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
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
Akram Ben Aissi 6e25b3fd3c Split reconcile.go into several files 2020-04-15 21:59:27 +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
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
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
salluvada 970449f04f
#296 Allow to specify custom plugins location in jenkins CR (#309) 2020-03-29 20:41:16 +02:00
Avni Sharma 110b750ab3 Mark Master as required and omitempty fields as +optional 2020-03-28 03:29:12 +05:30
Seshu Kumar Alluvada 7790ca6f0f added cookie jar 2020-03-27 10:32:46 -04: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 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