0
我使用wget使用下面的命令下載竹神器下載神器,從竹子使用wget
wget --http-user='userName' --http-password='*****' 'http://localhost/rest/api/latest/plan/AP-BAF/artifact?os_authType=basic' --no-check-certificate
where AP-BAF is the build plan and that plan has two stages and each stage produce artifacts.I want to download these two artifacts.
When I enter this command in command prompt,it shows the below output,
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><artifacts expand="artifa
cts"><link href="http://localhost/rest/api/latest/plan/AP-BAF
/artifact" rel="self"/><artifacts start-index="0" max-result="0" size="0"/></art
ifacts>
When i browse through bamboo and I can see the artifacts produced by the build.
Please help me as this is the high priority.