Continuous Delivery with Jenkins in Kubernetes Engine Reviews
101972 reviews
Rhea R. · Reviewed מעל 3 שנים ago
Bách H. · Reviewed מעל 3 שנים ago
getting Init:CrashLoopBackOff when spinning up Jenkins pods
Denis K. · Reviewed מעל 3 שנים ago
Ankita K. · Reviewed מעל 3 שנים ago
When installing Jenkins with helm you might get an error. To check the error, view the logs by: kubectl logs jenkins-0 -c init In the end of output you'll see an error: requires a greater version of Jenkins (2.289.3) than 2.289.1 To resolve this issue, cd into jenkins directory and edit the values.yaml file. You'll will see the image name just in the start of file and image tag being used. Replace 2.289.1-jdk11 with 2.289.3-jdk11 and save it. Then execute the helm installation command and it will work.
Nautash A. · Reviewed מעל 3 שנים ago
due to help install timeout error, cannot go forward from task 4
Katayama T. · Reviewed מעל 3 שנים ago
time out
Hoàng Phúc N. · Reviewed מעל 3 שנים ago
Misono S. · Reviewed מעל 3 שנים ago
You need to change ver sion of values file in task 4 to compelêt this changlenge :v
Phạm Dương Thành L. · Reviewed מעל 3 שנים ago
Thiện P. · Reviewed מעל 3 שנים ago
Phạm Dương Thành L. · Reviewed מעל 3 שנים ago
helm install cd jenkins/jenkins -f jenkins/values.yaml --wait #error time out
Ngo H. · Reviewed מעל 3 שנים ago
Subramanian G. · Reviewed מעל 3 שנים ago
I was able to resolve the issue with the jenkins/value but ran out of time to complete.
Gecory S. · Reviewed מעל 3 שנים ago
Vikram K. · Reviewed מעל 3 שנים ago
Quang D. · Reviewed מעל 3 שנים ago
helm install cd jenkins/jenkins -f jenkins/values.yaml --wait Error: timed out waiting for the condition
Wagner L. · Reviewed מעל 3 שנים ago
bendjedou a. · Reviewed מעל 3 שנים ago
Keerthana V. · Reviewed מעל 3 שנים ago
Nice Lab
Sumit R. · Reviewed מעל 3 שנים ago
Garvit K. · Reviewed מעל 3 שנים ago
Connection between jenkins and its permission is not defined...
Muhammad R. · Reviewed מעל 3 שנים ago
Praveen R. · Reviewed מעל 3 שנים ago
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 מעל 3 שנים 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 מעל 3 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.