Re: Is simple theme plugin not supported anymore ?

2015-02-17 Thread Baptiste Mathus
I guess this is due to the numerous changes in the Jenkins UI redesign that started around 1.572 and after. With the way that plugin seems to work (overriding/adding CSS IIUC), I guess this is gonna be difficult if not impossible to be backward compatible. >From the last release date, it does not

Quotes added to path?

2015-02-17 Thread Les Mikesell
Is the 'bad path environment set by Jenkins" issue: https://issues.jenkins-ci.org/browse/JENKINS-21621 fixed in the LTS version? -- Les Mikesell lesmikes...@gmail.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Remote Host Build using Jenkins

2015-02-17 Thread Prasanth .K
Is it possible to build the remote host file using jenkins? If possible means can anyone suggest me,how to proceed the steps for build the remote host files using jenkins? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Build using devenv.exe from Jenkins

2015-02-17 Thread Anitha Kabil Raj
Thanks for the suggestion. I tried using msbuild now. But there is there a way to get the INCLUDE path set. All except the projects using files from Windows DDK path is getting built successfully. On Tuesday, 17 February 2015 19:26:36 UTC+5:30, rginga wrote: > I use MSBUILD a lot. This is wha

Is simple theme plugin not supported anymore ?

2015-02-17 Thread Maneesh M P
Hello, I have the jenkins version 1.580.3, I am trying to add a css file using simple theme plugin to change the look and feel of our server but the css appears to be masking all jenkins options(left side bar) and build executer status etc. Same css file I am using on another jenkins(version

Re: Error cloning remote repo 'origin'

2015-02-17 Thread Mark Waite
I'm very glad that helped. We're currently evaluating that commit to decide if it is the right approach for easier failure diagnostics in using the command line git plugin. In your case, we could have inserted a git version check and warned you, but we have many users that run versions which are

Re: Error cloning remote repo 'origin'

2015-02-17 Thread Thom Ellis
Doh! Sometimes I just move a little too quickly for my own good. I've got it running now, and it seems to be accomplishing what was intended, in that it gives me some extra details: Started by user anonymous Building in workspace /var/lib/jenkins/workspace/test-default Cloning the remote Git re

Jenkins UX

2015-02-17 Thread Gus Reiber
At the end of last summer, my friend and co-worker, Tom Fennelly , along with the help of Kevin Burke , Daniel Beck , and others began the first steps of improving and modernizing the Jenkins user exper

Redirect loop with Google Login Plugin

2015-02-17 Thread Mike Chaberski
I administer a Jenkins instance running on Tomcat 7. I have the Google Login Plugin enabled for authentication. When I am logged in to my Google account and I visit https://jenkins.mydomain.com/jenkins/ ...I am taken, as e

Re: Jenkins slaves are killing jobs with a linux kernal memory error

2015-02-17 Thread Sean Last
My understanding of jenkins is that all the executors on a slave run in the same JVM? Is that correct? Or does it launch separate JVMs for each executor? If I manually set the heap size (Xmx) for each executor, could I know exactly how much RAM was being used? On Tuesday, February 17, 2015 at

Re: Jenkins slaves are killing jobs with a linux kernal memory error

2015-02-17 Thread Scott Evans
Sean, Without knowing your specifics of memory capacity, number of current executors, executor usage, etc., it's hard to give any hard guidelines. Perhaps try to reduce by 25% the number of executors and see what happens. There's no magic number as each installation is different. Scott On Tue,

Re: Jenkins slaves are killing jobs with a linux kernal memory error

2015-02-17 Thread Mark Waite
On Tue, Feb 17, 2015 at 11:33 AM, Sean Last wrote: > Is there a good metric to reduce the number of executors by? > > My heuristic is that I try to keep the number of executors down to no more than one less than the number of processors on the computer. However, another heuristic might be to wat

Re: Jenkins slaves are killing jobs with a linux kernal memory error

2015-02-17 Thread Sean Last
Is there a good metric to reduce the number of executors by? On Tuesday, February 17, 2015 at 1:18:29 PM UTC-5, Mark Waite wrote: > > I think that message usually means you've exhausted virtual memory. With > most systems, if you've exhausted virtual memory, you've already been > suffering poor

Re: Jenkins slaves are killing jobs with a linux kernal memory error

2015-02-17 Thread Mark Waite
I think that message usually means you've exhausted virtual memory. With most systems, if you've exhausted virtual memory, you've already been suffering poor performance due to thrashing of your paging system (swap space). Reduce the number of executors, or increase the physical memory and possib

Re: Error cloning remote repo 'origin'

2015-02-17 Thread Mark Waite
On Tue, Feb 17, 2015 at 11:05 AM, Thom Ellis wrote: > Hey Mark, > > I was trying to play it safe, so I uninstalled the existing git-plugin, > and then installed the version you pointed to on dropbox. I can see it > listed under installed plugins as version "1.16.2-SNAPSHOT (private > 744b9fe-mwa

Re: Error cloning remote repo 'origin'

2015-02-17 Thread Thom Ellis
Hey Mark, I was trying to play it safe, so I uninstalled the existing git-plugin, and then installed the version you pointed to on dropbox. I can see it listed under installed plugins as version "1.16.2-SNAPSHOT (private 744b9fe-mwaite), however, git no longer shows up as an option (no radio

Jenkins slaves are killing jobs with a linux kernal memory error

2015-02-17 Thread Sean Last
Thu Jan 29 15:48:45 2015] Out of memory: Kill process 19422 (java) score 139 or sacrifice child [Thu Jan 29 18:24:25 2015] Out of memory: Kill process 19422 (java) score 140 or sacrifice child [Thu Jan 29 20:23:21 2015] Out of memory: Kill process 19422 (java) score 143 or sacrifice child [Fri J

Does current svn plugin use native binaries?

2015-02-17 Thread Les Mikesell
I see a note in the changelog for 2.5: "Replace custom svnkit library in exchange for using the default binaries." Does that mean that to use this version, all of the nodes have to have an appropriate svn client installed? And be then careful about changing versions since subversion doesn't like

Gradle Artifactory Integration with Jenkins Job DSL

2015-02-17 Thread goodav
We are using the Jenkins DSL to define our jobs and have had very good success with it. However, when writing a job for our projects that use Gradle, where a successful build publishes to Artifactory, we have to manually configure Artifactory on the jobs first run even though we defined all

Re: Git Parameter Plug-in does not list tags or branches

2015-02-17 Thread Amedee Van Gasse
It seems that I have stumbled upon a known bug: the Git Parameters plugin does not work for private repositories because it ignores the SSH credentials in the Jenkins setup: https://issues.jenkins-ci.org/browse/JENKINS-23396 I made a workaround with the Extensible Choice Parameter plugin

RE: Deadlock running out of executors waiting on subjobs via parameterized trigger plugin

2015-02-17 Thread Ginga, Dick
You can use 2 locks, one locks A from running until B completes and one for C and D. In a different approach, IF C and D ONLY need the built artifacts from A and B, then you can have A and B “archive the artifacts” and then have C and D “Copy the artifacts” into their workspace and run the test

Re: envinject plugin - how to set up for specific slave nodes

2015-02-17 Thread Mark Sinclair
I understand the problem now. The slave envinject requires a slave reboot. It is working as expected. Unfortunately what I want to do is be able to change the contents of the slaves global parameters without rebooting the slave every time. This does not appear possible. As a workaround, I

Re: Deadlock running out of executors waiting on subjobs via parameterized trigger plugin

2015-02-17 Thread Brent Scriver
Hmm, if I do that, while it remedies the deadlock, it means I no longer can have multiple runs in parallel in different workspaces, correct? On Tue, Feb 17, 2015 at 9:10 AM, Ginga, Dick wrote: > You can use locks to prevent them from running again via the Lock and > Latches plugin or maybe the

RE: Deadlock running out of executors waiting on subjobs via parameterized trigger plugin

2015-02-17 Thread Ginga, Dick
You can use locks to prevent them from running again via the Lock and Latches plugin or maybe the Block build when downstream project is building under advanced project options will work. I have used the first but not the second. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@go

Re: Deadlock running out of executors waiting on subjobs via parameterized trigger plugin

2015-02-17 Thread Brent Scriver
Unfortunately I do need A & B to wait to make sure A & B do not run again until C & D are done with those workspaces. On Tue, Feb 17, 2015 at 7:54 AM, Ginga, Dick wrote: > If you do not need A and B to wait for C and D to complete, then trigger > them using a post-build trigger using the Trigge

RE: Jenkins CI setup on RedHat machine

2015-02-17 Thread John Mellor
Jenkins is a standard rpm package for RedHat-based distros. Just use yum or dnf to install it normally. It will install an old-style daemon, so run “/etc/init.d/Jenkins start” for the initial startup. Give it 30 seconds (it’s a really slow startup cuz its java under tomcat), and browse to por

RE: Build using devenv.exe from Jenkins

2015-02-17 Thread Ginga, Dick
I use MSBUILD a lot. This is what my steps look like: [cid:image001.png@01D04A8F.9D93C3F0] From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of kfhickel Sent: Tuesday, February 17, 2015 7:33 AM To: jenkinsci-users@googlegroups.com Subject: Re: Build using

Re: ERROR: ‘**/*.apk’ doesn’t match anything: ‘**’ exists but not ‘**/*.apk’

2015-02-17 Thread Daniel Beck
After a workspace has been created, the form field checks whether the pattern matches existing files in the workspace (and prints an error otherwise). Since there's no _successful_ build yet, it'll complain. Just ignore it. The assumption is that either you haven't run a build yet (no workspace,

RE: Groovy build script: What triggered the build

2015-02-17 Thread Ginga, Dick
There is a BUILD_CAUSE environment variable that can have values like: SCMTRIGGER, MANUALTRIGGER, and others From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Sverre Moe Sent: Monday, February 16, 2015 7:06 AM To: jenkinsci-users@googlegroups.com Subje

Using python scripts from scriptler?

2015-02-17 Thread Wojciech Korzenny
Hi, Do you know if exists/existed any plugin for jenkins that allows writing scripts for scriptler in Python instead of groovy which seems to be the only option? W. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

RE: ERROR: ‘**/*.apk’ doesn’t match anything: ‘**’ exists but not ‘**/*.apk’

2015-02-17 Thread Ginga, Dick
I find that the Archive Artifacts plugin is very good at telling you “there are no such files in the workspace” and that is what it is telling you. I am guessing that there are no .apk file because your build failed to create them. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@

RE: Deadlock running out of executors waiting on subjobs via parameterized trigger plugin

2015-02-17 Thread Ginga, Dick
If you do not need A and B to wait for C and D to complete, then trigger them using a post-build trigger using the Trigger Parameterized Build plugin. This will run before A completes but not cause A to wait. Then an executor will become available as A terminates From: jenkinsci-users@googlegro

Re: Build using devenv.exe from Jenkins

2015-02-17 Thread kfhickel
In your script, add /useenv as an argument to devenv.exe. e.g.: instead of "devenv.exe proj.sln", you want to issue "devenv /useenv proj.sln". -Kelly On Tuesday, February 17, 2015 at 5:32:29 AM UTC-6, Anitha Kabil Raj wrote: > > Hello Group, > I have recently started using Jenkins for automatin

Build using devenv.exe from Jenkins

2015-02-17 Thread Anitha Kabil Raj
Hello Group, I have recently started using Jenkins for automating builds. I tried using MSBUILD plugin for building VC++ project using devnev.exe. I couldn't use it as the quotes around the configuration I was trying to build, "Release|Win32" was getting stripped. Is there any update available o

Re: Jenkins CI setup on RedHat machine

2015-02-17 Thread Mohamed Sathack
Thanks Richard! On Tuesday, 17 February 2015 13:03:49 UTC+5:30, Richard Bywater wrote: > > > https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions > > ? > > Richard. > > On Tue, Feb 17, 2015 at 8:28 PM, Mohamed Sathack > wrote: > >> Hi Everyone, >> >> Good Morn

Re: SIGSERV 0x00007f9475ebde80

2015-02-17 Thread Marc Leforestier
Hello Le lundi 16 février 2015 15:59:53 UTC+1, Baptiste Mathus a écrit : > > Can you please try with a less bleeding edge version, e.g. the latest LTS > like the 1.580.3 to see if this still crashes for you? That would help > narrow the issue down. > > Yes, I've just finished to install a new s