Mirrors for Jenkins

2015-03-25 Thread William Hiller
Hello , My name is Ray Sison, and I'm with Go-Parts.com. I'm writing to ask if you would be interested in hosting Jenkins on a free download mirror? Go-Parts is providing mirrors free of charge to software providers . As you know, hosting mirrors offer you and your users several benefits, inc

Re: Is it OK to link config.xml files?

2015-03-25 Thread Steve K
Thanks for the replies. There have been four replies and four different approaches. I will look into using either the Template Project or the Job DSL plugins. I'm not as concerned about deploying similar jobs, rather I'm more concerned with keeping similar jobs "in synch" as changes need to be ma

Re: Weblogic and Jenkins

2015-03-25 Thread trevorw
Have this same error, adding the additional jars to the classpath did not resolve it for our system. I have opened a ticket at https://issues.jenkins-ci.org/browse/JENKINS-27600 Any other suggestions on how to correct this would be very welcomed. Thanks. -- You received this message because y

Re: Weblogic and Jenkins

2015-03-25 Thread trevorw
Have this same error, adding the additional jars to the classpath did not resolve it for our system. I have opened a ticket at https://issues.jenkins-ci.org/browse/JENKINS-27600 Any other suggestions on how to correct this would be very welcomed. Thanks. On Thursday, January 16, 2014 at 7:17

RE: How set a build number from a text file

2015-03-25 Thread Ginga, Dick
Build numbers are really important to Jenkins so you can't just set them. Through the Set Next Build Number plugin you can set a "larger" build number than the current one but you cannot set a smaller one. there are ways of setting the "display name" of a build to anything. See the version numbe

Re: LTS issue tracking?

2015-03-25 Thread Les Mikesell
On Wed, Mar 25, 2015 at 11:26 AM, Daniel Beck wrote: > > On 25.03.2015, at 16:54, Les Mikesell wrote: > >> the list of >> issues/changes that do not have the fix backported? This might >> include things that were not known at the release of that version >> number or included in its changelog bu

[workflow-plugin] Set build description

2015-03-25 Thread Lóránt Pintér
Hi, Is there a way to set the description of a workflow build from a workflow script? Thanks, Lorant -- 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 jenkinsc

How set a build number from a text file

2015-03-25 Thread pdo2011
I am a new baby to Jenkins and I could not go all the old posts to look for what I need help ! I have a Jenkins setup and my Jenkins monitors a specific file such as the lastbuildfound.txt in builds folder. This text file contains the last successful build no. Whenever this text file is updated wi

Re: LTS issue tracking?

2015-03-25 Thread Daniel Beck
On 25.03.2015, at 16:54, Les Mikesell wrote: > the list of > issues/changes that do not have the fix backported? This might > include things that were not known at the release of that version > number or included in its changelog but would have been reported as > issues against it. You mean i

Client in Fort Worth, TX need Microsoft Exchange Email Engineer

2015-03-25 Thread Ramakrishna .
*Hi,* *I have following new requirement, if you have any consultants kindly send resumes to r...@genuineitllc.com * *Duration: 6 months contract * *Location: Fort Worth, TX* *Can be non-locals but in-person interview needed * A world class industry leader is seeking a Microsoft Exchange

Jenkins Job hanging

2015-03-25 Thread Bryan Adams
I am having an issue with a Job hanging. The job has two build steps to Execute shell script on remote host using ssh. It connects to the first server, executes all the commands and disconnects and connects to the next build step which is the next Execute shell script on remote host using ssh.

LTS issue tracking?

2015-03-25 Thread Les Mikesell
This page: https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line describes the process of releasing an LTS version and that some bug fixes may be backported from newer versions. Would it be possible for whoever is doing this vetting to also publish the list of issues/changes that do not h

Re: email-ext 2.39.3

2015-03-25 Thread Slide
Strange, I'm just doing the normal "mvn org.apache.maven.plugins:maven-release-plugin:2.5:prepare mvn org.apache.maven.plugins:maven-release-plugin:2.5:perform" from inside a tree that I grabbed and checked out a branch from 2.39.2. It asked me for the version and I said 2.39.3 On Tue, Mar 24, 20

Re: Cannot change width of Execute shell text box on configure page for a project

2015-03-25 Thread Eric Pyle
Although I know it's not the same thing, you could build up a string variable containing pieces of the command and then run that. You should also upgrade to 1.601 because there are some known issues with 1.600. cmdline="blah ddd xxx etc etc etc" cmdline="${cmdline} more command and args et

Re: Cannot change width of Execute shell text box on configure page for a project

2015-03-25 Thread Bryan Adams
I'd like to see this functionality come back as well. On Wednesday, March 25, 2015 at 8:28:08 AM UTC-5, Aidan Semple wrote: > > I'm running Jenkins 1.600 and am currently setting up a new project with > rather a long command to put in to one of the Execute Shell text boxes. > Unfortunately the co

Changing the columns displayed inside a folder

2015-03-25 Thread Benjamin Kemper
Hey, Maybe I'm missing something obvious, but I couldn't figure out how to change the columns (as in "Edit View") inside a folder. No matter what I tried (Changing in the containing view, changing the "All" view, changing the default view...), I couldn't get it to change from the default order.

Re: Cannot change width of Execute shell text box on configure page for a project

2015-03-25 Thread Stephen Connolly
This might be a silly idea, but why don't you check the script file with this command execute into SCM and then just run the script file in your execute shell text box? (That means you can see the history of changes easier... and when building older branches/pull requests you have the correct comma

[workflow] Git step to check out a commit instead of a branch

2015-03-25 Thread Lóránt Pintér
Hi, Is it possible to check out a particular commit hash, instead of a branch with the git workflow step? Thanks, Lorant -- 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 a

Cannot change width of Execute shell text box on configure page for a project

2015-03-25 Thread Aidan Semple
I'm running Jenkins 1.600 and am currently setting up a new project with rather a long command to put in to one of the Execute Shell text boxes. Unfortunately the command is so long it extends the width of the text box considerably messing up the display of the project in my browser so it is har

RE: Running Github Java Files

2015-03-25 Thread Ginga, Dick
There is nothing wrong with your approach below. Figure out where the junit test results are being placed and you can use the publish junit plugin to create a nice chart on the build page. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of simon drake

Building a better catch-up system

2015-03-25 Thread Jo Shields
I'm trying to resolve the nearly-a-decade-old bug to allow Jenkins to do one build per commit, without dirty workarounds in dispatcher jobs. Currently, it'll bundle together multiple commits received at once - for example, a user does "git push" to send more than one commit. I've written a custom

RE: find jobs with high polling frequency?

2015-03-25 Thread Ginga, Dick
There is a column you can add to any view available with the Cron Column plugin -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Tuesday, March 24, 2015 6:55 PM To: jenkinsci-users Subject: find jobs with h

Jenkins server not available

2015-03-25 Thread seun are
Hi, Every morning i turn on my computer at work to use my local Jenkins server its not always available untill i follow this steps: 1) Obtained the latest java update for java 8 from https://www.java.com/en/download/help/mac_10_10.xml 2) sudo chown jenkins /var/log/jenkins/jenkins.log 3) sudo

Re: Is this the correct way to manage multiple SCM triggered builds?

2015-03-25 Thread Stephen Connolly
Which is typically why you set polling for `@daily` and use push notification as the primary driver On 24 March 2015 at 16:30, Brent Scriver wrote: > > Cool, thank you! I take it that won't work though if Jenkins is > unavailable for some reason however right? While polling would pick up > chang

Re: Running Github Java Files

2015-03-25 Thread simon drake
Sorry - I've looked into Ant quite a lot this morning but I'm still not 100% what it is or what it does!? So my setup (currently) is as follows: JUnit Code (Eclipse) --> Github (Private Repo) --> Jenkins I have actually been able to get the job to run on Jenkins, through GitHub by doing the

Re: Running Github Java Files

2015-03-25 Thread simon drake
I've just realised that SCM is GitHub (in your case Perforce) - clearly I was in a sleep deprived state last night and was having a stupid moment! On Tuesday, March 24, 2015 at 8:34:32 PM UTC, rginga wrote: > > SCM- any Source Code Management system - we use Perforce > > Ant is a build scriptin