kubesphere / ks-jenkins

Jenkins distribution for Kubesphere
Apache License 2.0
24 stars 30 forks source link

Is kubesphere v3.3.2 compatible with ks-jenkins v3.5.0-2.346.3 or v4.0.0-2.346.3 #104

Closed littlejiancc closed 4 months ago

littlejiancc commented 11 months ago

When I updated the ks-jenkins image to v3.5.0-2.346.3, jenkins failed to start.

chilianyi commented 11 months ago

What is the error msg for jenkins.

If the message is error about ldap, you can fix it by modify yaml of deploy/devops-jenkins

            - name: CASC_JENKINS_CONFIG
              value: /var/jenkins_home/casc_configs/jenkins_user.yaml
littlejiancc commented 11 months ago

@chilianyi Thank you for your reply. It is exactly as you said. after adding this env, jenkins starts ok.