Continuous Delivery with Jenkins in Kubernetes Engine Reviews

Continuous Delivery with Jenkins in Kubernetes Engine Reviews

87420 reviews

to fix the error while deploying Jenkins please update one value in file jenkins/values.yaml: controller: # Used for label app.kubernetes.io/component componentName: "jenkins-controller" image: "jenkins/jenkins" tag: "2.289.1-jdk11" ---> 2.289.3

Alexander S. · Reviewed over 1 year ago

Task4/step2 is failing 100% : severity: "ERROR" textPayload: "workflow-aggregator (578.vf9a_f99755f4a_) requires a greater version of Jenkins (2.289.3) than 2.289.1" timestamp: "2022-09-10T06:44:17.299406809Z" io.jenkins.tools.pluginmanager.impl.AggregatePluginPrerequisitesNotMetException: Plugin prerequisite not met: workflow-aggregator (578.vf9a_f99755f4a_) requires a greater version of Jenkins (2.289.3) than 2.289.1 at io.jenkins.tools.pluginmanager.impl.PluginManager.start(PluginManager.java:200) at io.jenkins.tools.pluginmanager.impl.PluginManager.start(PluginManager.java:149) at io.jenkins.tools.pluginmanager.cli.Main.main(Main.java:70) Suppressed: io.jenkins.tools.pluginmanager.impl.VersionCompatibilityException: workflow-aggregator (578.vf9a_f99755f4a_) requires a greater version of Jenkins (2.289.3) than 2.289.1 at io.jenkins.tools.pluginmanager.impl.PluginManager.checkVersionCompatibility(PluginManager.java:504) at io.jenkins.tools.pluginmanager.impl.PluginManager.start(PluginManager.java:198) ... 2 more Plugin prerequisite not met: workflow-aggregator (578.vf9a_f99755f4a_) requires a greater version of Jenkins (2.289.3) than 2.289.1

Alexander S. · Reviewed over 1 year ago

Garvit K. · Reviewed over 1 year ago

Dinko O. · Reviewed over 1 year ago

130 K. · Reviewed over 1 year ago

Task4/step2 is failing 100% : severity: "ERROR" textPayload: "workflow-aggregator (578.vf9a_f99755f4a_) requires a greater version of Jenkins (2.289.3) than 2.289.1" timestamp: "2022-09-10T06:44:17.299406809Z" io.jenkins.tools.pluginmanager.impl.AggregatePluginPrerequisitesNotMetException: Plugin prerequisite not met: workflow-aggregator (578.vf9a_f99755f4a_) requires a greater version of Jenkins (2.289.3) than 2.289.1 at io.jenkins.tools.pluginmanager.impl.PluginManager.start(PluginManager.java:200) at io.jenkins.tools.pluginmanager.impl.PluginManager.start(PluginManager.java:149) at io.jenkins.tools.pluginmanager.cli.Main.main(Main.java:70) Suppressed: io.jenkins.tools.pluginmanager.impl.VersionCompatibilityException: workflow-aggregator (578.vf9a_f99755f4a_) requires a greater version of Jenkins (2.289.3) than 2.289.1 at io.jenkins.tools.pluginmanager.impl.PluginManager.checkVersionCompatibility(PluginManager.java:504) at io.jenkins.tools.pluginmanager.impl.PluginManager.start(PluginManager.java:198) ... 2 more Plugin prerequisite not met: workflow-aggregator (578.vf9a_f99755f4a_) requires a greater version of Jenkins (2.289.3) than 2.289.1

Alexander S. · Reviewed over 1 year ago

Keerthana V. · Reviewed over 1 year ago

NOT WORK

Thiago T. · Reviewed over 1 year ago

2022.09.10 11.30am SGT - failed to install Helm - yet again. Issue reported > 1 week ago - still awaiting resolution 2022.09.08 10am SGT - unable to login - too many failed logins (when trying 2FA / OTP) Please help fix 2022.09.07 9AM SGT - able to login but unable to complete. same error To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ helm repo add jenkins https://charts.jenkins.io "jenkins" has been added to your repositories student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ helm repo update Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "jenkins" chart repository Update Complete. ⎈Happy Helming!⎈ student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ gsutil cp gs://spls/gsp330/values.yaml jenkins/values.yaml Copying gs://spls/gsp330/values.yaml... - [1 files][ 35.0 KiB/ 35.0 KiB] Operation completed over 1 objects/35.0 KiB. student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ helm install cd jenkins/jenkins -f jenkins/values.yaml --wait Error: timed out waiting for the condition student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ helm install cd jenkins/jenkins -f jenkins/values.yaml --wait Error: cannot re-use a name that is still in use student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ helm list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION cd default 1 2022-09-07 00:59:43.503749167 +0000 UTC failed jenkins-4.1.17 2.346.3 student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ helm uninstall cd release "cd" uninstalled student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ helm list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ date Wed 07 Sep 2022 01:06:12 AM UTC student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ helm install cd jenkins/jenkins -f jenkins/values.yaml --wait student_02_ecbaf8869a58@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-03-ff79d3856886)$ date Wed 07 Sep 2022 01:14:40 AM UTC ==== 20220906- cannot login - 0910 H SGT Kindly fix access. Thank you student_02_875a4c418a18@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-02-6333093eb5aa)$ helm install cd jenkins/jenkins -f jenkins/values.yaml --wait Error: timed out waiting for the condition student_02_875a4c418a18@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-02-6333093eb5aa)$ helm install cd jenkins/jenkins -f jenkins/values.yaml --wait Error: cannot re-use a name that is still in use Same error

MN S. · Reviewed over 1 year ago

LUIS H. · Reviewed over 1 year ago

Anurag S. · Reviewed over 1 year ago

Jenkins config / plugins have issue please revise as it crashes on deployment

Ahmed F. · Reviewed over 1 year ago

Thiện T. · Reviewed over 1 year ago

Can not helm install ``` student_04_709dfe1bd1e4@cloudshell:~/continuous-deployment-on-kubernetes (qwiklabs-gcp-02-de63de3de691)$ helm install cd jenkins/jenkins -f jenkins/values.yaml --wait Error: timed out waiting for the condition ```

Quang L. · Reviewed over 1 year ago

Keerthana V. · Reviewed over 1 year ago

helm install jenkins timeout...

Yuki O. · Reviewed over 1 year ago

Keerthana V. · Reviewed over 1 year ago

Jyothi R. · Reviewed over 1 year ago

Issues installing jenkins. Seems there is a version mismatch

Daniel M. · Reviewed over 1 year ago

still technical problems: 'Error: timed out waiting for the condition' on helm install jenkins. Retry :/ (third retry KO, issue probable with syntax)

Erwann L. · Reviewed over 1 year ago

Kishorearavindh S. · Reviewed over 1 year ago

Keerthana V. · Reviewed over 1 year ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.