Issue Type: Bug Bug
Affects Versions: current
Assignee: Gregory Boissinot
Components: urltrigger
Created: 15/May/13 12:57 PM
Description:

If I define an environment variable NEXUS_BASE_URL=http://l1-ibrprdmvn01.nl.rsg and use it in the following url to poll:

$NEXUS_BASE_URL/service/local/lucene/search?repositoryId=releases&g=nl.ibridge.jenkins-playground&a=shared-library

no polling happens. See the following log:

<pre>Polling started on May 15, 2013 2:51:04 PM
Polling for the job playground_schommelschommel-2-release-_update_shared_library_versie
Looking nodes where the poll can be run.
Looking for a node to the restricted label master.
Restrict on master label. Polling on master.

Polling on master.

Polling complete. Took 1 ms.
No changes.</pre>

The following workaround works. Define an environment variable NEXUS_HOST=l1-ibrprdmvn01.nl.rsg and use it in the url:

http://$NEXUS_HOST/service/local/lucene/search?repositoryId=releases&g=nl.ibridge.jenkins-playground&a=shared-library

<pre>Polling started on May 15, 2013 2:57:04 PM
Polling for the job playground_schommelschommel-2-release-_update_shared_library_versie
Looking nodes where the poll can be run.
Looking for a node to the restricted label master.
Restrict on master label. Polling on master.

Polling on master.
Invoking the url:
http://l1-ibrprdmvn01.nl.rsg/service/local/lucene/search?repositoryId=releases&g=nl.ibridge.jenkins-playground&a=shared-library
Inspecting the content

Polling complete. Took 92 ms.
No changes.</pre>

Environment: Red Hat Enterprise Linux Server release 5.3 (Tikanga)
java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode)
Jenkins ver. 1.509.1
Project: Jenkins
Priority: Minor Minor
Reporter: Wilco Greven
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to