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
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
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
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
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
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
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
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
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
*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
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.
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo