Re: Jenkins 1.625.2

2015-12-28 Thread Shakir Ali
Hi , I tried in Jenkins 1.625.3 also and facing the same problem The* Build Summary* is not coming in proper alignment. Thanks, Sakir On Monday, December 21, 2015 at 4:31:55 PM UTC+5:30, Baptiste Mathus wrote: > Hi, > Ah ok. There were many changes to the UI since that time. You're very

Re: Running selenium automation tests with rspec in jenkins

2015-12-28 Thread suresh
Hi Victor, Thank you so much for your help. Regards, Suresh. On Monday, December 28, 2015 at 6:05:56 PM UTC+5:30, Victor Martinez wrote: > > Hi, > > as long as you can run those tests manually via command line then you can > configure a particular Jenkins job with the same commands. BTW, if

Re: Running selenium automation tests with rspec in jenkins

2015-12-28 Thread Victor Martinez
Hi, as long as you can run those tests manually via command line then you can configure a particular Jenkins job with the same commands. BTW, if you google a bit you can find a bunch of post/entries/examples as below - Maven/Selenium/Jenkins ->

NOTICE: Plugins without wiki pages will stop appearing in the Update Center

2015-12-28 Thread Andrew Bayer
As of today or tomorrow, depending on when https://github.com/jenkinsci/backend-update-center2/pull/34 is merged, plugins without wiki pages will no longer show up in the Update Center. New plugins without wiki pages added since June already didn't show up, but now already-existing plugins are

Re: Approaches for sharing workspace in a pipeline

2015-12-28 Thread Brian Ray
Ah yes, that help seems a little misleading with the wording "May take a *mapping* parameter ..." On Sunday, December 27, 2015 at 8:02:36 PM UTC-8, John D. Ament wrote: > > Ok, so I think I got something. If I use "**/*" on the unarchive step, I > get everything. Not quite what I expected,

Re: Jenkins 1.625.2

2015-12-28 Thread Slide
As was mentioned, you probably need to change your plugin that displays that information since the UI of Jenkins changed. On Mon, Dec 28, 2015 at 3:38 AM Shakir Ali wrote: > Hi , > > I tried in Jenkins 1.625.3 also and facing the same problem The* Build > Summary* is not

Configure Docker Plugin with groovy

2015-12-28 Thread Ob Zen
Hi all, I'm trying to add DockerCloud via groovy script. I found how create DockerCloud constructor, but I don't understand how to save my configuration. See simple code below. -- import com.nirima.jenkins.plugins.docker.* def instance = Jenkins.getInstance() def desc =

Re: Configure Docker Plugin with groovy

2015-12-28 Thread Baptiste Mathus
Hi, might be useful: https://github.com/batmat/jez/blob/master/jenkins-master/init_scripts/configure_docker_swarm_cloud.groovy 2015-12-28 21:55 GMT+01:00 Ob Zen : > Hi all, > > I'm trying to add DockerCloud via groovy script. I found how create > DockerCloud constructor, but I

Re: Configure Docker Plugin with groovy

2015-12-28 Thread Ob Zen
Thanks. Works well. Question resolved. вторник, 29 декабря 2015 г., 0:02:24 UTC+3 пользователь Baptiste Mathus написал: > > Hi, might be useful: > https://github.com/batmat/jez/blob/master/jenkins-master/init_scripts/configure_docker_swarm_cloud.groovy > > 2015-12-28 21:55 GMT+01:00 Ob Zen

Re: [workflow-plugin] RFC: workflow script to Build/Boot/Test FreeBSD

2015-12-28 Thread Craig Rodrigues
Hi, The "mail" DSL function simply sends out mail. The "step" version of mail has a lot of useful functionality, like sending mails out on broken builds, and sending "Fixed" mails out when the build is fixed. In this document:

Re: Running Jenkins slave via systemd

2015-12-28 Thread Michael Neale
Hi Yarden. I had a systemd script I used for "OPE" style slaves (which are basically jnlp slaves): https://gist.github.com/michaelneale/9635744 (a bit more written about it here), it worked for me as I learned systemd, may be able to adapt it:

Re: How to secure Maven passwords?

2015-12-28 Thread Steffen Breitbach
Hi Stephen, I'm not exactly sure what you mean. Are you saying that users should not be allowed to configure jobs so they can't, for example, add "help:effective-settings -DshowPasswords=true" to a job? Cheers Steffen On 23.12.2015 13:24, Stephen Connolly wrote: The best you can do is