Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-63579

Jenkins will refuse to load the dependencies requiring a newer version of Jenkins, and in turn loading this plugin will fail.

XMLWordPrintable

      install jenkins

       

      helm repo add stable https://kubernetes-charts.storage.googleapis.com/
      kubectl create ns jenkins
      
      helm install jenkins \
        --namespace jenkins \
        --set master.adminUser=admin \
        --set master.adminPassword="jenkins@123" \
        --set master.serviceType=NodePort \
        --set master.nodePort=30080 \
        --set master.initContainerEnv[0].name=JENKINS_UC \
        --set master.initContainerEnv[0].value="https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json/" \
        --set master.initContainerEnv[1].name=JENKINS_UC_DOWNLOAD \
        --set master.initContainerEnv[1].value="https://mirrors.tuna.tsinghua.edu.cn/jenkins/" \
        --set persistence.storageClass=longhorn \
        --set persistence.size=10Gi \
        stable/jenkins
      

      when restart jenkins, my pipeline plugin will get error and not possible to use

      Warning: This plugin has dependencies on other plugins that require Jenkins 2.248 or newer. Jenkins will refuse to load the dependencies requiring a newer version of Jenkins, and in turn loading this plugin will fail.
      
      
      Warning: This plugin is built for Jenkins 2.248 or newer. Jenkins will refuse to load this plugin if installed.
      

      and there have no any way to resolve ? to upgrade jenkins? so stupid

       

       

            andau Andreas Gautsch
            willjks wei zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: