Re: Windows 10 node and ssh-slave plugin

2018-09-27 Thread Christophe Demarey
Hi, Thanks a lot for this information. Very useful. I’ll give you feedback once I tested that. Christophe. > Le 26 sept. 2018 à 19:38, Ivan Fernandez Calvo a > écrit : > > HI, > > Take a look to https://issues.jenkins-ci.org/browse/JENKINS-42856 >

Windows 10 node and ssh-slave plugin

2018-09-25 Thread christophe . demarey
Hello, I would like to know if the ssh-slave plugin is supposed to work to run the slave agent on a Windows 10 node with Open SSH (Microsoft port)? I tried but I got some issues: 1/ the plugin assumes a command named *true* exists for the shell being executed (ok for bash but not for cmd, the sh

plugin installation through a groovy script

2016-11-06 Thread christophe . demarey
Hi, I found a small groovy script to install automatically a set of plugins (including their dependencies): def pluginParameter="ldap matrix-auth ssh-credentials" def plugins = pluginParameter.split() def instance = Jenkins.getInstance() def pluginManager = instance.getPluginManager() def updateC

Re: jenkins 2 with default set of plugins

2016-05-25 Thread christophe . demarey
Thanks for the answser but indeed, the problem is to deal with plugins dependencies. I would like - either a way to say jenkins to do not show the configuration step and download recommanded set of plugins - or a way to install a set of plugins and their dependencies from command-line Le mard

jenkins 2 with default set of plugins

2016-05-24 Thread christophe . demarey
Hello, Jenkins 2.x comes with a configuration step to install plugins. Is there a bundled version of Jenkins 2.x with recommanded set of plugins available or is there a way to automatically install these plugins through command line? Thanks, Christophe -- You received this message because yo