Personal build and http remote run
Hello all
I would like to start a build by using the http://myServer/httpAuth/action.html and indicating that is a personal build
I have tried to add the following string in the url, but it is not working
"name=system.build.is.personal&value=true"
Any clue about this ?
thanks
Guillaume
Please sign in to leave a comment.
Hi, I was just wondering the same and what you tried sounds very logical. If this or any other way of flagging a build through http would be possible, we would have the ultimate solution for our build system ready. BTW, did you try this with the EAP version? Robert
Setting of property build.is.personal won't work. But you can achieve the same by adding parameter: personal=true to HTTP request.
Hi, Excellent!! Thank you for your immediate response :) Robert
It's run with this option!
thank a lot for the trick