Parameter Choice Automation

2015-06-09 Thread g.fer.ordas
Hi

I am using the "Extended Choice Parameter" to grab some data dynamically 
from the system but I got an issue as I would like one of those Parameters 
to get automatically populated upon the choices on the previous selections.

How can I do that?
Have you got any examples for it?

thanks!!!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d9a984c9-2a00-42fe-be8b-d7430a1f2e53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


jira plugin

2015-05-27 Thread g.fer.ordas
Hi

I would like to know about a jura plugin which will simple raise a new 
issue upon completion of a job.

I got the following installed:

https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin

I have defined in my job :
Post build Action ->Create Jira Issue

But for some reason it does not seem to do anything at all. 

Maybe any other plugin o top in relation with some Jira ticket automation? 
(just to create the issue)

If that is the right Plugin and the correct task,. Any tips how to maybe 
debug or configure that properly?

thanks!!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/52538f81-d9d0-4da0-9b72-10d1dc5535d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


LDAP Plugin for AD -- Issue with the Groups

2015-05-20 Thread g.fer.ordas


Hi

I am trying to Use the LDAP plugin to connect to an AD Server and it seems 
to work fine BUT for the Groups.

I got the users and group on the same CN=Users

The extract of my current config is:

  


awsdc1.company.com:389
DC=company,DC=com
false
CN=Users
sAMAccountName={0}
CN=Users
{{(& (cn={0}) (objectclass=group) ) }}


company\ldapclient/managerDN>
ewrewrewrwewerwerwerweer=
false
displayname
mail




I am trying to add group using the prefilx : ROLE_ but it does 
not work

if I add the group as such in capitals it will do it showing the icon of 
JUST 1 user, and looking at the logs it is executing the User search but it 
never discriminates the groups.

I feel I am missing something on this

Any tips??

Thanks!


  

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3edf3733-7dc8-4fd7-92f1-f12673034a6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


jenkins LDAP -- AD

2015-05-20 Thread g.fer.ordas


Hi

I am trying to Use the LDAP plugin to connect to an AD Server

While I can easily run a ldapsearch against the server and I am trying to 
use the same parameters but it does not work.

Neither what is posted in the official page for the plugin

 

https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin

 

 

The extract of my current config is:

 


awsdc1.company.com:389
DC=company,DC=com
false
CN=Users,DC=company,DC=com
sAMAccountName={0}
CN=Users,DC=company,DC=com
{{(& (cn={0}) (objectclass=group) ) }}


CN=ldapclient,CN=Users,DC=company,DC=com
ewrewrewrwewerwerwerweer=
false
displayname
mail




Looking at the logs in jenkins I never get any error and for the defined 
logs in the GUI neither .

Any tips?

thanks!!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/215c0ec4-4799-4171-9920-e7bbf5377fd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.