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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -