Re: Pipeline Workflow && Blocking other jobs

2016-03-10 Thread Pierre Lerouge
Hey, Nobody had this need with the pipeline plugin ? Le lundi 7 mars 2016 16:53:56 UTC+1, Pierre Lerouge a écrit : > > Hi, > > I'm trying to block some job when a pipeline is running. > More precisely I'm trying to find a wrapper around certain stages which > could prevent other job to run whil

Need advice on how to push Docker image built using Docker plugin to private repo on Docker Hub

2016-03-10 Thread Michael W
Hi, I'm using the Docker Plugin 0.16.0 with Jenkins 1.642.1. I'm at the point where I can provision a Docker cloud, run a build using a Docker slave with source pulled from git, and have a working image built. But I'm struggling how to now push this built image to our private repo on Docker H

throttling matrix configurations with throttle concurrent build plugin

2016-03-10 Thread Tidhar Klein Orbach
Hi, i'm using the plugin, and I'm having a trouble with configuring it to throttle my matrix jobs. I have 10 different matrix jobs which I categorized with the same category ( Tests-Intetgration), and I want to limit the amount of configuration running on each one of jenkins slaves.I used the sa

Running Jenkins as a different Windows User

2016-03-10 Thread ayesha s
I have installed latest Jenkins LTS on windows server 2008 I need to change JENKINS_USER.How can I change this ? If I try to change the LOGON USER for jenkins from services.msc then Jenkins does not open on the browser-in fact the pid keeps on changing constantly which is not correct thing. So

install ant via groovy?

2016-03-10 Thread strowi
Hi, i am looking for a way to configure the ant-plugin via groovy. Can anybody point me to an example or doc? I have been searching for a while now without success. regards, Roman -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscrib

Re: How to whitelist the branches to be built upon git hook notification

2016-03-10 Thread Francois Marot
Hi Mark, thanks for your answer. In fact I've just found a very straightforward method to do it so I won't use what you suggested. Thanks nevertheless ! Here is how to do it: in the Jenkins Git plugins config part of my job, I added the "Additionnal Behavior" "*Strategy for choosing what to bui

Re: install ant via groovy?

2016-03-10 Thread Victor Martinez
I've done something similar for Maven, see below import hudson.tasks.Maven import hudson.tools.InstallSourceProperty import jenkins.model.Jenkins def mvn2 = new Maven.MavenInstallation('maven_2.3.3', null, [new InstallSourceProperty([new Maven.MavenInstaller('2.3.3')])]) def mvn3 = new Maven.Mav

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-10 Thread jpd4nt
Hi Voll. No problems. On Thursday, 10 March 2016 07:38:24 UTC, Voll AufMühlen wrote: > > @jpd4nt > > I used wireshark to see to who the Jenkins Windows Slave is really talking > to when it says that it is talking with the master ( > https://xxx.jenkins.de/). And saw that the handshake happen

Re: Running Jenkins as a different Windows User

2016-03-10 Thread jerome
Seem like a permission problems, the pid change is probably due to the services failing to launch properly and retry to launch it again. Check if the services can log anything and see what is happening there, inside the Windows Computer management application, you can enable the services log. A

Re: Jenkins doesn't recognize a slave being down

2016-03-10 Thread 'Renuka Radhakrishnan' via Jenkins Users
I am facing this same issue as well. I just added a comment to JENKINS-5055. On Friday, March 4, 2016 at 3:45:37 AM UTC-8, pisara@gmail.com wrote: > > Hi all, > > We have a Jenkins instance running on Ubuntu that has several slaves in > different systems. One of them is a Windows 7 host, havi

Re: Jenkins Task - Is it possible to add a windows shell commands as a step ( on Windows salve) inside a Linux master job.

2016-03-10 Thread James Nord
Yes - use the https://wiki.jenkins-ci.org/display/JENKINS/DistFork+Plugin with appropriate labels. Or change your job type to pipeline that will allow you to use multiple `node`s /James On Sunday, March 6, 2016 at 10:48:10 PM UTC, jpd4nt wrote: > > Hi > > Either run the job on a windows slave

Re: Is it possible to to have a third state (apart from "STABLE" and "UNSTABLE") for builds?

2016-03-10 Thread James Nord
Technically yes - as the Result is extensible. In reality you would then have to fork various plugins. However there already is NOT_BUILT which sounds like what you want - so the question becomes how to get the build to show this state given your conditions. If Jenkins is doing the clone then

Re: Jenkins Task - Is it possible to add a windows shell commands as a step ( on Windows salve) inside a Linux master job.

2016-03-10 Thread Francois Marot
Hi Eldad, can we try seeing the problem from another perspective ? Is what you want to achieve something like: 1- run Linux commands 2- run powershell windows commands 3- run again some Linux commands If yes, then, why don't you split your job into 3 different jobs and chain then ? Chaining can

parameterized build issues with payload

2016-03-10 Thread dane
This is my attempt at working around the fact that I can't get any plugins to create new Jenkins jobs when a new unknown Gitlab project is created. I'm creating a new Jenkins job. It uses the parameterized build option using a string parameter of payload. I have Trigger builds remotely enabled

Jenkins error for an Appium test

2016-03-10 Thread Styris
I was getting an ideviceinstaller and ilibmobiledevice error and then I I now put some environment variables in the Jenkins environment variables section so I do not see that ideviceinstaller anymore, BUT now Appium is not launching (is it because I need to give the node env. variable as well?

Re: Regarding information on REST API of Jenkins

2016-03-10 Thread Christopher Orr
Visit the link you posted, click on "View Configuration" on the left, and scroll to the bottom ("Plot build data"), where the graphs are generated. As you can see there, they are generated from CSV files. You can see more details on the wiki page for this plugin: https://wiki.jenkins-ci.org/di

Re: Same Build number series for multiple projects

2016-03-10 Thread Amit Bhardwaj
Hello all, I ultimately figured out a way.. Infact, I change the approach from having multiple projects and kept it to a single project at Jenkins level. I declared few params in project as BUILD_BRANCH and PUSH_BRANCH. Next, I setup a cron job which passes these params in a CURL based query

Limit job start time to period

2016-03-10 Thread Igor
Hello, I want to limit a job, to start in the specific time period and just if it was triggered. How the best is to do it? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from i