--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ken Mugrage - ThoughtWorks Studios
kmug...@thoughtworks.com | http://www.thoughtworks.com | Twitter: @kmugrage
Go, the Continuous Delivery platform is moving to open source! http://www.go.cd/
Ken,I was part of your demo on CD last Thursday and got all my attention into Go..Thanks for that! :)
The curl command does work when I run the command on cmd (outside of Go) as I have already set it as my system variable. The only problem comes when I run the command in Go.
Ken
[go] Start to execute task: <exec command="%CURL%" > <arg>--help</arg> </exec>. [go] setting environment variable 'GO_SERVER_URL' to value 'https://127.0.0.1:8154/go/' [go] setting environment variable 'GO_TRIGGER_USER' to value 'anonymous' [go] setting environment variable 'GO_PIPELINE_NAME' to value 'Trial' [go] setting environment variable 'GO_PIPELINE_COUNTER' to value '2' [go] setting environment variable 'GO_PIPELINE_LABEL' to value '2' [go] setting environment variable 'GO_STAGE_NAME' to value 'defaultStage' [go] setting environment variable 'GO_STAGE_COUNTER' to value '1' [go] setting environment variable 'GO_JOB_NAME' to value 'defaultJob' [go] setting environment variable 'GO_REVISION' to value 'd0b585f0c13b1289fe749d9f7c8f0776f4bead11' [go] setting environment variable 'GO_TO_REVISION' to value 'd0b585f0c13b1289fe749d9f7c8f0776f4bead11' [go] setting environment variable 'GO_FROM_REVISION' to value 'd0b585f0c13b1289fe749d9f7c8f0776f4bead11' [go] setting environment variable 'CURL' to value '"D:\Some Tools\curl\bin\curl.exe"' Usage: curl [options...] <url> Options: (H) means HTTP/HTTPS only, (F) means FTP only --anyauth Pick "any" authentication method (H)
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Sriram!! That's a good workaround..seems to be working as expected..Thanks guys for your time! Really appreciate the support..
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I set my Pipeline env variable as below,