Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: jenkins-tag-cloud-plugin
-
Labels:
-
Environment:FROM jenkins/jenkins:2.194
-
Similar Issues:
Description
1. jenkins dockerfile version
- jenkins dockerfile version: jenkins/jenkins:2.194
root >> cat /opt/dockerfile/jenkins/02/jenkins-master.Dockerfile
FROM jenkins/jenkins:2.194
MAINTAINER tiandong19860806@126.com
USER root
ENV MAVEN_HOME /usr/local/maven
ENV JAVA_HOME /usr/local/java
ENV M2=/usr/local/maven/repository
ENV CLASSPATH .:$JAVA_HOME/lib:$M2_HOME/lib
ENV PATH $MAVEN_HOME/bin:$JAVA_HOME/bin:$PATH
RUN mkdir -p /usr/local/java
RUN mkdir -p /usr/local/maven/repository
COPY soft/apache-maven-3.5.4/* /usr/local/
COPY soft/jre1.8.0_212/* /usr/local/java/
2. apply in K8S is success.
root >> ls -al /opt/dockerfile/jenkins/01
root >> kubectl apply -f /opt/dockerfile/jenkins/01
root >> kubectl get all -n kube-ops -o wide | grep jenkins
3. Open in jenkins website, but install jenkins feature happen issue. - Whether I choose recommendation or customization, the same error is prompted during feature installation.
input the dockerfile created init password as below:
finnally, the jenkins website return same error as below:No such plugin: cloudbees-folder
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Summary | the jenkins dockerfile 2.194's jenkins website happen a issue | the jenkins dockerfile 2.194's jenkins website install feature return error : No such plugin: cloudbees-folder |
Attachment | image-2019-09-21-17-50-26-587.png [ 48829 ] |
Attachment | image-2019-09-21-17-51-32-215.png [ 48830 ] |
Assignee | tian dong [ tiandong19860806 ] |
Attachment | image-2019-09-21-18-18-27-448.png [ 48831 ] |
Attachment | image-2019-09-21-18-19-01-139.png [ 48832 ] |
Attachment | image-2019-09-21-18-20-36-389.png [ 48833 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |