Download build.xml from Jenkins job build -


i can download jenkins job config.xml

curl -x http://server.org/job/myjobname/config.xml -o localconfig.xml 

inside builds/${build_number}/ folder have couple of files each build:

build.xml  changelog.xml  injectedenvvars.txt  log 

the log file example can with:

curl -x http://server.org/job/myjobname/7/consoletext -o log.txt 

the file of interest build.xml how can download ?

with path relative workspace not working.

curl -x http://server.org/job/myjobname/ws/../builds/6/build.xml -o log  <title>error 404 not found</title> 

i can download workspace guess problem here /../ not getting properly.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -