You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have installed https://marketplace.atlassian.com/plugins/com.sysbliss.bamboo.plugins.prepost-build-command
I added a command "curl ..."
But I get a error in the log output :
simple 16-May-2015 22:48:00 [BuildCommandRunner] running command: curl ....
error 16-May-2015 22:48:00 Unable to find executable at curl. Will try to run it anyway.
So I added an Executable via /admin/agent/viewBuilders.action
Named "curl", path "curl".
That didn't work, so I tried the linux path "/usr/bin/curl", that didn't work either.
Is the problem with the addon not finding the exec, or the exec?
Use the full path to curl in prepost-build-command plugin.
Cheers, I actually worked it out by process of elimination, but still a valid post I think in case others run into this problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Kazi Rizwan ,
The full path is required on the field "Commands" in the plugin:
In the case of curl, you would not insert `curl` but the full path `/usr/bin/curl`
I hope that helped :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ian,
Please check that curl executable is available at Bamboo server or agent machine via command line.
Create Script task with curl command to identify if issue is at Bamboo or plugin side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm happy to announce that Bamboo 7.2 has been released and it’s overflowing with awesome new features. This will be the last major Server release before the launch of Bamboo DC. Bamboo logs We...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.