Re: Multibranch Pipeline Jenkinsfile job script not seeing Credentials

2016-12-07 Thread Francis Lalonde
the shell script. On 12/7/2016 9:48 AM, Sophie Field wrote: Did you find a workaround this? Currently experiencing the same problem. On Thursday, July 28, 2016 at 3:01:58 PM UTC+1, Francis Lalonde wrote: Looking at the code, it is not clear to me what the workaround would be

Re: Multibranch Pipeline Jenkinsfile job script not seeing Credentials

2016-07-28 Thread Francis Lalonde
Looking at the code, it is not clear to me what the workaround would be - Although somewhat experienced as a user, I am not knowledgeable about Jenkins internals. Would this be global configuration or a system property? Also,because this is a managed, shared Jenkins installation for which I am

Re: Multibranch Pipeline Jenkinsfile job script not seeing Credentials

2016-07-27 Thread Francis Lalonde
y, July 27, 2016 at 7:08:51 PM UTC-4, Michael Neale wrote: > > Should the credentialsId be the horrible ugly ID in advanced in > credentials? > > is there no error, but it just doesn't run? > > On Thursday, July 28, 2016 at 7:34:51 AM UTC+10, Francis Lalonde wrote: >&g

Multibranch Pipeline Jenkinsfile job script not seeing Credentials

2016-07-27 Thread Francis Lalonde
Hi - I am writing a Jenkinsfile script to automate the creation of pipelines using the multibranch plugin. The Jenkinsfile appears at the root of a github repo. Branch Indexing is working fine and the first stages (Maven commands) go trough without a hitch. But then I am trying to deploy using