Jenkins 2.0 Upgrade

2016-04-24 Thread Sverre Moe
How can I be sure before upgrade to Jenkins 2.0 that all my installed plugins are still compatible? Has there been any changes to the API that would require me to update my groovy scripts? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Re: Changing git build creds

2016-04-24 Thread Larry Martell
I was able to get this working using help I got on stackoverflow: http://stackoverflow.com/questions/36802309/changing-github-credentials-for-jenkins On Sat, Apr 23, 2016 at 9:23 AM, Alex Domoradov wrote: > Have you tried to clone the repo from the console? > > $ GIT_SSH_COMMAND="ssh -i ~/.ssh/n

Re: Jenkins Pipeline Plugin - how to inject global passwords?

2016-04-24 Thread Daniel Beck
> On 24.04.2016, at 14:24, Ant Weiss wrote: > > What is the right way to do this when wrting pipeline DSL scripts? > Credentials and Credentials Binding Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Binding+Plugin -- You received this message because you are subscribed to

Jenkins Pipeline Plugin - how to inject global passwords?

2016-04-24 Thread Ant Weiss
For regular jobs if I don't want to make passwords publicly visible I use EnvInject plugin with either global or job passwords. This masks the passwords in log output and make them available as env variables. What is the right way to do this when wrting pipeline DSL scripts? Thanks a lot!!! --

Re: SSH vs java web start for windows slave and Linux master in jenkins

2016-04-24 Thread James Nord
It requires a .Net 3.5 compatible runtime. You can use. Net 4.0 for example. Ssh slaves will auto update the remote, jnlp slaves (iirc) need to be updated manually. Ssh on windows is generally a world of pain at some point, YMMV, if your Setting up a few try both and see what works best for you