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-21 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:

  

securityRealm class=hudson.security.LDAPSecurityRealm plugin=ldap@1.11
serverawsdc1.company.com:389/server
rootDNDC=company,DC=com/rootDN
inhibitInferRootDNfalse/inhibitInferRootDN
userSearchBaseCN=Users/userSearchBase
userSearchsAMAccountName={0}/userSearch
groupSearchBaseCN=Users/groupSearchBase
groupSearchFilter{{(amp; (cn={0}) (objectclass=group) ) }}
/groupSearchFilter
groupMembershipStrategy class=
jenkins.security.plugins.ldap.FromUserRecordLDAPGroupMembershipStrategy/
managerDNcompany\ldapclient/managerDN
managerPasswordSecretewrewrewrwewerwerwerweer=/managerPasswordSecret
disableMailAddressResolverfalse/disableMailAddressResolver
displayNameAttributeNamedisplayname/displayNameAttributeName
mailAddressAttributeNamemail/mailAddressAttributeName
userIdStrategy class=jenkins.model.IdStrategy$CaseInsensitive/
groupIdStrategy class=jenkins.model.IdStrategy$CaseInsensitive/
/securityRealm

I am trying to add group using the prefilx : ROLE_GROUP_NAME 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:

 

securityRealm class=hudson.security.LDAPSecurityRealm plugin=ldap@1.11
serverawsdc1.company.com:389/server
rootDNDC=company,DC=com/rootDN
inhibitInferRootDNfalse/inhibitInferRootDN
userSearchBaseCN=Users,DC=company,DC=com/userSearchBase
userSearchsAMAccountName={0}/userSearch
groupSearchBaseCN=Users,DC=company,DC=com/groupSearchBase
groupSearchFilter{{(amp; (cn={0}) (objectclass=group) ) }}
/groupSearchFilter
groupMembershipStrategy class=
jenkins.security.plugins.ldap.FromUserRecordLDAPGroupMembershipStrategy/
managerDNCN=ldapclient,CN=Users,DC=company,DC=com/managerDN
managerPasswordSecretewrewrewrwewerwerwerweer=/managerPasswordSecret
disableMailAddressResolverfalse/disableMailAddressResolver
displayNameAttributeNamedisplayname/displayNameAttributeName
mailAddressAttributeNamemail/mailAddressAttributeName
userIdStrategy class=jenkins.model.IdStrategy$CaseInsensitive/
groupIdStrategy class=jenkins.model.IdStrategy$CaseInsensitive/
/securityRealm

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.