Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 7, 2012
1 parent d5c9763 commit e71fbc1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
@@ -0,0 +1,10 @@
Uses an addition to the Jenkins remote API in 1.483+ to install all plugins needed to properly load a candidate job.
Can be used as a command-line tool or a Java API.

Usage:

server=http://your.jenkins/
java -jar install-necessary-plugins-shaded.jar $server /tmp/config.xml
curl -d @/tmp/config.xml -H 'Content-Type: application/xml' "${server}doCreateItem?name=newjob"

See: [JENKINS-15003](https://issues.jenkins-ci.org/browse/JENKINS-15003)

0 comments on commit e71fbc1

Please sign in to comment.