Docker file - Master jenkins - hudson.util.HudsonFailedToLoad

后端 未结 1 1190
醉话见心
醉话见心 2021-01-26 04:07

Below is the configuration file for docker-compose:

data:
 build: jenkins-data
master:
 build: jenkins-master
 volumes_from:
  - data
 ports:
 - \"5         


        
1条回答
  •  有刺的猬
    2021-01-26 04:14

    The issue is you use 3 years old Jenkins version 2.7.3. The stack trace is complaining about method

    jenkins.model.Jenkins.get()
    

    According to the Jenkins API this method was introduced in version 2.98. See the Changelog for more details.

    0 讨论(0)
提交回复
热议问题