Skip to content

Commit dc4a068

Browse files
author
Miro Bezjak
committed
README.md: alternative way to use created xml
1 parent 06d2f94 commit dc4a068

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,10 @@ Now every time you commit (and push) a change in configuration jenkins/hudson
369369
will update configuration and reload itself automatically. Note that this
370370
approach hasn't been tested in distributed environment!
371371

372+
Alternatively, for each job, execute:
373+
374+
curl --data-binary @build/foo/config.xml http://your-jenkins-server/job/foo/config.xml
375+
372376
Hints for other solutions: rsync, scp, wget, nfs, windows (samba) share,
373377
jenkins/hudson script console, [jenkins/hudson remote
374378
API](http://stackoverflow.com/questions/3886892/configure-or-create-hudson-job-automatically),

0 commit comments

Comments
 (0)