Re: List of git branches using Jenkinsfile parameters

2018-02-18 Thread derek . gibson
Hmm, I was wondering that myself, but the pipeline job can run and populate the parameter list at runtime, so I was wondering if/hoping the multibranch can do the same On Monday, 19 February 2018 15:14:17 UTC+11, ok999 wrote: > > I dont have much experience with multi branch job types. Nonethele

Re: List of git branches using Jenkinsfile parameters

2018-02-18 Thread niristotle okram
I dont have much experience with multi branch job types. Nonetheless, The below requirement may not be possible unless there is some plugin to do so. The job / local workspace will not have any idea of remote branches before you trigger it. A workaround may be to start the job, create a stage that

Re: List of git branches using Jenkinsfile parameters

2018-02-18 Thread derek . gibson
Correct. If I choose to "Build with parameters" I want a Branch parameter to list all the branches of that jobs repository, but defined in a Jenkinsfile as a multibranch pipeline On Monday, 19 February 2018 14:39:07 UTC+11, ok999 wrote: > > Not sure, if i am following this requirement. Am I unde

Re: List of git branches using Jenkinsfile parameters

2018-02-18 Thread niristotle okram
Not sure, if i am following this requirement. Am I understanding it right, if you want to list the remote branches of a repository on jenkins job as a parameters? On Mon, Feb 19, 2018 at 8:43 AM wrote: > What I want to be able to do - > > Have a Jenkinsfile that will automatically build a git ma

List of git branches using Jenkinsfile parameters

2018-02-18 Thread derek . gibson
What I want to be able to do - Have a Jenkinsfile that will automatically build a git master branch if triggered automatically on commit but prompt the user to select from a branch if run manually Selecting the master if triggered automatically is no problem using parameter default value, but

apols if double posted

2018-02-18 Thread Derek Gibson
I sent a topic via email, didnt see it appear in groups, sent it again via groups then saw the message that it will appear after approval. didnt know about that, so sorry if dbl post! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubsc

Re: ClassNotFound after push -- OK afterwards?

2018-02-18 Thread Daniel Beck
> On 18. Feb 2018, at 03:47, Eric Y. Theriault wrote: > > Any insight on working around this? Thanks! Known issue: https://issues.jenkins-ci.org/browse/JENKINS-48357 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

ClassNotFound after push -- OK afterwards?

2018-02-18 Thread Eric Y. Theriault
Hi-- For the last two weeks or so, I've been noticing a strange "java.lang.IllegalAccessError: org/apache/http/impl/client/cache/BasicHttpCache" after I push new code to a repository, however, if I re-enqueue the build either manually or scheduling the build, all is good on the second time.

jenkins, saml and Keycloak SSO

2018-02-18 Thread Ivan Fernandez Calvo
>How can I add the IDP public key to my keystore and how to configure jenkins >to decode saml message with the key in the keystore ? The IdP key should be in the IdP Metadata as described in https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf If You ar