Preventing two jobs to run simultaneously on same node but allowing to run simultaneously on different nodes

2015-09-28 Thread ozonecatalyst
Hi Jenkins Users, I am using *Jenkins 1.609* I have a requirement wherein *1) no two jobs can execute simultaneously on the same node but 2) they can execute simultaneously when triggered on different nodes.* No of executors configured on all slave nodes is 1. Default Jenkins behavior: If jo

Understanding Jenkins builds and processes when running in parallel

2015-09-28 Thread John Wadleigh
Hello all, I am trying to find some documentation on how Jenkins handles multiple builds on a specific node. Does it spawn separate processes? threads? How does it manage parallel builds? And can I see these running on the OS? I have checked on our Linux OS but cannot find specific processes t

o control deployment and tests on iSeries-hosts

2015-09-28 Thread Wilmer_T
Hi there! How should I go about to run deployment and tests on iSeries (former AS/400) with Jenkins...? Any references or caveats to identify and mitigate? Med vänlig hälsning, /Wilmer_T ...här skiner solen... -- You received this message because you are subscribed to the Google Groups "

Jenkins SCP Plugin

2015-09-28 Thread Akash Gangil
Hi, I am using Jenkins SCP plugin v1.8. However, I am unable to see the options: (1) Copy Console Log (2) Copy after failure. I can only see the option for Keep Hierarchy. ​ Could someone please tell me how to enable those two options? Jenkins version 1.630. thanks! -- You received this m

Re: Preventing two jobs to run simultaneously on same node but allowing to run simultaneously on different nodes

2015-09-28 Thread Victor Martinez
Hi there, I believe "Throttle concurrent builds" plugin should work, in fact, it's exactly what I don in roder to run different builds. Have you tried with the below setup?

Re: Disabling the ping thread in Jenkins

2015-09-28 Thread James Nord
> > in any other way than the ping thread is terribly slowing down Jenkins by > causing other threads to wait for it: No the ping thread is sleeping. The executor thread is waiting on the channel to give it more data. - you got a little confused due to the fact that the ping thread has the

Displaying image in console output

2015-09-28 Thread Brian
I'm running some shell commands and the last one is to download an image from a fixed url + wget http://10.10.10.10/screenshot.jpg --2015-09-28 12:21:29-- http://10.10.10.60/screenshot.jpg Connecting to 10.55.0.60:80... conne

Re: Batch command with slave mode configuration

2015-09-28 Thread Quang Truong
I have found the root cause: because I changed the way to invoke the slave and the account running the slave connection doesn't have enough permission so that Jenkins doesn't have permission to see nbtstat command. A workaround is running the slave.jar to call the jnlp from Jenkins master by th

How to update environment variable value via EnvInject plugin

2015-09-28 Thread Quang Truong
Hi, I'm using EnvInject plugin to pass the variables across jobs but in one job the value of one variable might change within that job and I want to update that variable's value within that job. I have tried to add: echo var1=%new value%>>"%workspace%\glob.prop" then use EnvInject this glob.pro

Maby be the "JenkinsLinuxStartupScript" is wrong?

2015-09-28 Thread Wei Chen
I found this script by "https://wiki.jenkins-ci.org/display/JENKINS/JenkinsLinuxStartupScript?showComments=true&showCommentArea=true#addcomment";. At the very beginning it wrote: ... This assumes that Jenkins is installed in /home/jenkins, Tomcat is installed in /home/jenkins/apache-tomcat-6.0.1

Re: Understanding Jenkins builds and processes when running in parallel

2015-09-28 Thread Maciej Jaros
John Wadleigh (2015-09-28 09:58): Hello all, I am trying to find some documentation on how Jenkins handles multiple builds on a specific node. Does it spawn separate processes? threads? How does it manage parallel builds? And can I see these running on the OS? I have checked on our Linux OS

Re: Disabling the ping thread in Jenkins

2015-09-28 Thread Jan Lutenko
Hi, James, thank you for explanation! I fugured that too... Won't make this misinterpretation in the future now. Also, that'd be very bad desing and I doubt that community would just let this in. So the issue is some place else. I wonder if the instance has too many Jenkins masters running at once

Re: Disabling the ping thread in Jenkins

2015-09-28 Thread Stephen Connolly
If you are running 1.580.x then I suspect it is lock contention with the Queue that is causing the slow page loads. 1.609.x should be much better in that regard... but you may want to hold back until 1.625.1 as there are some deadlocks that might affect you in 1.609.1 and 1.609.2 (1.609.3 has most

newbie question - Using a parameterized build, can I use values defined in my build flow DSL

2015-09-28 Thread letstestthis
Hi In a sample build, I have this in the flow dsl def env = "test" I have Trigger parameterized build set up and for the predefined parameters, I would like to use env, how would I use it for that step. I tried env=${env} which did not work. Is there another way I can access that value? T

Re: [workflow-plugin] Sample script for deleting a workflow workspace?

2015-09-28 Thread Oleg Nenashev
If you specify a boolean parameter, the Workflow code would be... node { if (clean_dir) { deleteDir() } ... // Further logic } четверг, 10 сентября 2015 г., 21:59:06 UTC+3 пользователь Craig Rodrigues написал: > > Hi, > > James Nord recently fixed: > "add a cross platform step

Re: [workflow-plugin] Aborting doesn't stop downstream jobs

2015-09-28 Thread Anshu Arya
Actually parallel has nothing to do with it. If I have a job: //Parent job build job: 'test_job' and another job: //Downstream job 'test_job' sleep(3000) When I Abort the parent job, the downstream job continues. Is there anyway to ensure that downstream jobs are aborted if the parent job i

Re: GUI with jenkins not opening on the slave machine

2015-09-28 Thread Rohan Majumdar
Excellent point , thanks for the answer... Open source is even faster and more accurate than proprietary. Cheers On Thu, Sep 24, 2015 at 2:03 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > AFAIK, you can as long as you enable the interactive services: > http://stackoverflow.com/a

QA, DEV Urls do not load on Jenkins

2015-09-28 Thread Subramanya Baliga
Hi Guys, I have been trying to load my QA and dev urls on jenkins as part of my Selenium Webdriver automation scripts. below is the issues: (These issue are not found when run on my local machine) Note: My jenkins is running on the same local Machine Mozilla Firefox: 1. When i try to load my

Re: Jenkins HTTP frontend not acceccable, jenkins/java service needs most CPU/RAM capacity on jenkins service

2015-09-28 Thread Richard Bywater
Argh - sorry folks. Looks like Inbox decided to requote the entire blob of stuff again :/ Richard. -- 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 it, send an email to jenkinsci-us

Re: Jenkins HTTP frontend not acceccable, jenkins/java service needs most CPU/RAM capacity on jenkins service

2015-09-28 Thread jje
Okay. Thanks for that hint. Am Dienstag, 29. September 2015 07:46:43 UTC+2 schrieb Richard Bywater: > > Argh - sorry folks. Looks like Inbox decided to requote the entire blob of > stuff again :/ > > Richard. > -- You received this message because you are subscribed to the Google Groups "Jenk