Change By: Josh Love (12/Jul/13 9:54 PM)
Description: I am new to jenkins and trying to test the "trigger build remotely" feature for some of our jobs. Upon further research  I found that I need to use this plugin in order to have "Anonymous" kick off the build.

We are using LDAP authentication via Atlassian crowd for our regular users.

After installing the plugin I created a simple job that only has an "execute shell" build step that has a simple "echo 'test succesful'" inside it.

I use the url https://servername.domainname.com/ops-deploy/buildbyToken/build?jobname=joshtest
/ &token=test

This results in a nullpointer exception. I've verified that the anonymous user has read and build permissions.

I'm trying to access it via the following manner (the --insecure is to ignore the self signed certificate)

curl -i --insecure 'https://servername.domainname.com/ops-deploy/buildByToken/build?jobname=joshtest
&token=test '

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to