Skip to content

Instantly share code, notes, and snippets.

@slide
Created July 16, 2019 17:48
Show Gist options
  • Save slide/0af9f04a8968a9c2f6611c1cd8d2e020 to your computer and use it in GitHub Desktop.
Save slide/0af9f04a8968a9c2f6611c1cd8d2e020 to your computer and use it in GitHub Desktop.
Sending build context to Docker daemon 15.36kB
Step 1/2 : FROM pester-jenkins-windows
---> 98a07a54cbc5
Step 2/2 : RUN java -jar C:/ProgramData/Jenkins/plugin-management-cli.jar --plugins maven-plugin:2.7.1 ant:1.3 mesos:0.13.0 git:latest filesystem_scm:experimental docker:1.1.6
---> Running in eaff8f4d57e0
No file containing list of plugins to be downloaded entered.
No directory to download plugins entered. Will use default of C:\ProgramData\Jenkins\Reference\Plugins
Using update center https://updates.jenkins.io from JENKINS_UC environment variable
Using experimental update center https://updates.jenkins.io/experimental from JENKINS_UC_EXPERIMENTAL environemnt variable
Using incrementals mirror https://repo.jenkins-ci.org/incrementals from JENKINS_INCREMENTALS_REPO_MIRROR environment variable
No war entered. Will use default of C:\ProgramData\Jenkins\jenkins.war
War bundled plugins:
Installed plugins:
Downloading plugin maven-plugin from url: https://updates.jenkins.io/download/plugins/maven-plugin/2.7.1/maven-plugin.hpi
maven-plugin depends on:
mailer: 1.7
token-macro: 1.1
javadoc: 1.0
Downloading plugin mailer from url: https://updates.jenkins.io/download/plugins/mailer/1.7/mailer.hpi
mailer has no dependencies
Skipping optional dependency token-macro
Downloading plugin javadoc from url: https://updates.jenkins.io/download/plugins/javadoc/1.0/javadoc.hpi
javadoc has no dependencies
Downloading plugin ant from url: https://updates.jenkins.io/download/plugins/ant/1.3/ant.hpi
ant has no dependencies
Downloading plugin mesos from url: https://updates.jenkins.io/download/plugins/mesos/0.13.0/mesos.hpi
mesos depends on:
credentials: 1.22
metrics: 3.1.2.6
Downloading plugin credentials from url: https://updates.jenkins.io/download/plugins/credentials/1.22/credentials.hpi
credentials has no dependencies
Skipping optional dependency metrics
Downloading plugin git from url: https://updates.jenkins.io/download/plugins/git/latest/git.hpi
git depends on:
token-macro: 1.5.1
parameterized-trigger: 2.4
multiple-scms: 0.2
git-client: 1.0.2
Skipping optional dependency token-macro
Skipping optional dependency parameterized-trigger
Skipping optional dependency multiple-scms
Downloading plugin git-client from url: https://updates.jenkins.io/download/plugins/git-client/1.0.2/git-client.hpi
git-client has no dependencies
Downloading plugin filesystem_scm from url: https://updates.jenkins.io/experimental/latest/filesystem_scm.hpi
Exception in thread "main" org.json.JSONException: JSONObject["experimental"] not found.
at org.json.JSONObject.get(JSONObject.java:566)
at org.json.JSONObject.getJSONObject(JSONObject.java:778)
at io.jenkins.tools.pluginmanager.impl.PluginManager.resolveDependencies(PluginManager.java:259)
at io.jenkins.tools.pluginmanager.impl.PluginManager.downloadPlugin(PluginManager.java:340)
at io.jenkins.tools.pluginmanager.impl.PluginManager.downloadPlugins(PluginManager.java:190)
at io.jenkins.tools.pluginmanager.impl.PluginManager.start(PluginManager.java:103)
at io.jenkins.tools.pluginmanager.cli.Main.main(Main.java:25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment