How to add users via command line with Hudson

2016-03-04 Thread Zk W
Hi All We use Hudson v2.2.1. How can we add multiple users via command line ? Would this work ? We ask because we have a rather old Hudson. echo 'hpsr=new hudson.security.HudsonPrivateSecurityRealm(false); hpsr.createAccount("dummyuser", "dummypassword")' | java -jar slave.jar -s

does URLtrigger follow redirects?

2016-03-04 Thread Andy Dean
I'd like to trigger on a URL in an external build system which is of the form https://www.blahblah.com/foo/latest . The .../latest returns a redirect to the most recent version of foo. Is urltrigger going to follow the redirect, or will the content being monitored be the initial response?

Re: Opting job categories *into* being parallelised

2016-03-04 Thread Tom Fitzhenry
A less-than-ideal-but-possibly-okay solution is: 1. Set one of the build slaves to 'Only build jobs with label restrictions matching this node', set the label to "parallelisable", and set the number of executors to 5. 2. Label all parallelisable jobs as "parallelisable" The problem with this is

Opting job categories *into* being parallelised

2016-03-04 Thread Tom Fitzhenry
I have 3 build slaves and ~100 jobs:. * about ~80 jobs (it varies day-to-day), that require exclusive access to the file system, and hence cannot be run at the same time, on the same node. * about 20 jobs, that do not use the filesystem, and can be run in parallel Since most jobs require

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2016-03-04 Thread vero A
US Congressional Hearing of Saudi billionaire" maan Al Sanea " and Money Laundering with bank of America With Arabic Subtitles http://www.youtube.com/watch?v=mIBNnQvhU8s *موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات*

Re: Jenkins build fail on sonar code quality violations

2016-03-04 Thread Indra Gunawan (ingunawa)
Build Breaker plugin usage is discouraged? Says who? Are you reporting that it is not working starting with SonarQube 5.2? See this : http://stackoverflow.com/questions/33495949/build-breaker-plugin-with-sonarqube-5-2 StackOverflow is your friend. From:

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-04 Thread jpd4nt
Hi Eldad. What are you trying to achieve? Is there any reason you can't run the job on the Windows slave? On Friday, 4 March 2016 08:10:32 UTC, Eldad Cohen wrote: > > Hi, > > Is it possible to add to a master job that runs on Linux , some windows > shell commands step on windows slave inside a

Re: Jenkins build fail on sonar code quality violations

2016-03-04 Thread jpd4nt
Hi Flavio I have not seen or found any other way, a feature request with SonarQube jenkins plugin for a better way may be required. On Friday, 4 March 2016 11:02:59 UTC, Flavio B wrote: > > Hi! > > I was looking for a solution to this too. > I've read Build Breaker plugin usage is discouraged.

Jenkins doesn't recognize a slave being down

2016-03-04 Thread pisara . meressa
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, having jenkins slave instance configured as a service. We have a problem that when that machine is rebooted, master Jenkins doesn't realize it's gone. It looks

Re: Jenkins build fail on sonar code quality violations

2016-03-04 Thread Flavio B
Hi! I was looking for a solution to this too. I've read Build Breaker plugin usage is discouraged. Is there any other way? - Jenkins 1.651 - SonarQube 5.3 Regards, Flavio On Monday, 29 August 2011 19:10:18 UTC+2, shmc wrote: > > Hello Marcus, > You can use the Build Break

Re: Jenkins Components with GPL License

2016-03-04 Thread Sacha Labourey
All of those have CDDL so you are fine. When components are licensed under multiple licenses, pick the one you prefer, not the one you don't want :) On Thu, Mar 3, 2016 at 6:51 AM, Ridhi Garg wrote: > > As we understand, Jenkins comes under MIT license, but there are

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

2016-03-04 Thread Matej Kosik
Hi everyone, I have some builds that do roughly something like: - git clone - make Because of the flaky origin, the clone sometimes fail. In that case, I would like to mark a given build as "SKIPPED" rather than "UNSTABLE". (from within a shell-build-action) Is something like that possible?

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

2016-03-04 Thread Eldad Cohen
Hi, Is it possible to add to a master job that runs on Linux , some windows shell commands step on windows slave inside a Linux master job. Let's say a , how to run windows commands step on slave when running a job on Linux master. Hope I am describing my question correct . Thanks in Advanced