Issue Type: Bug Bug
Assignee: vjuranek
Components: docker-build-step
Created: 14/Sep/14 3:24 PM
Description:

The Create image command fails on Jenkins prior to 1.553:

java.lang.NoSuchMethodError: org.apache.commons.io.FileUtils.getTempDirectoryPath()Ljava/lang/String;

This can easily be reproduced if you start Jenkins from the docker build step plugin sources with mvn hpi:run, then create and execute a job with a Create image build step.

docker-java relies on FileUtil.getTempDirectoryPath(), which was introduced in commons-io 2.0.
The first Jenkins version to ship with commons-io 2.4 is 1.553 (commit).

Resolution: any of

  • upgrade core dependency to 1.553
  • upgrade core dependency to 1.554.1
  • document the minimum Jenkins version required to run the Create image command
Project: Jenkins
Priority: Minor Minor
Reporter: Harald Albers
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to