Automate Load Project Configuration

Roshan Surana July 14, 2016

Hi,

I'm automating the load project configuration task in project configuration plugin.

For that i'm using below two command lines

curl -u admin:admin --cookie-jar cookies.txt "http://localhost:8080/secure/Dashboard.jspa" --head

 
curl -b cookies.txt "http://localhost:8080/secure/project-config-file-upload.jspa" -F "projectConfigFile=@C:\config-dump.xml" -F "applyChanges=true"

 

Both commands don't throw any error but load configuration is not happening. Can you please suggest what is wrong in above command lines.

I'm referring 

https://awnaba.atlassian.net/wiki/display/PCP/How+to+automate+export+and+load+of+project+configurations

4 answers

0 votes
José Marañón [Awnaba Software S.L.]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 16, 2016

Hi,

This question was managed and solved as issue PCP-449 in our tracker. Please see the answer there.

Cheers!

 

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 15, 2016

You still didn't label your question so I did for you.

0 votes
Roshan Surana July 14, 2016

Project Configuration add-on

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2016

What add-on? You didn't label your question with the plugin so you're not going to get vendor-specific help.

Suggest an answer

Log in or Sign up to answer