ould build from the source
code of the swarm plugin and add that pull request to see if it fixes your
problem. Alternately, if you're willing to trust a jar file directly from
me, I can send you an updated swarm jar file to try.
Mark Waite
On Sat, Jan 11, 2014 at 7:41 PM, Shoujin Wang wrote
I've sent it to you directly so that I don't waste list bandwidth sending
it to everyone.
Let me know if it helps (or not).
Thanks,
Mark Waite
On Tue, Jan 14, 2014 at 4:50 PM, Shoujin Wang wrote:
> Thanks Mark!
> Please send me your jar and let me give it a try. Thanks so muc
things which might be interested, it didn't find anything
to notify.
I assume it is harmless.
The git plugin definitely supports ssh URL's. I use them frequently.
Thanks!
Mark Waite
On Tuesday, January 21, 2014 3:17:52 PM UTC-7, tt...@tidemark.com wrote:
>
> I tried to setup polli
s that Git URL.
That's just a guess though, since I don't claim to really understand that
portion of the git plugin code.
Thanks,
Mark Waite
On Tue, Jan 21, 2014 at 6:17 PM, Craig Rodrigues wrote:
> Thanks for that pointer.
>
> I am confused about one thing. In my enviro
I think that may be the same issue as was reported in:
https://issues.jenkins-ci.org/browse/JENKINS-21434
The change to fix that problem was submitted just recently, so the next
release of the git client plugin should fix it (if I've understood the
problem correctly).
Mark Waite
On Tu
If schedule is empty, I believe no polling is performed. If you insert the
keyword @daily, it will only poll once a day, but will respond to build
requests since there is some polling interval defined. At least, I think
that is what I observed previously.
Mark Waite
On Tue, Jan 21, 2014 at 6
them with
the combination filter on the job. If I add nodes with elastic axis, there
seems to be no way to include those nodes in a combination filter
expression. Has anyone found a way to use a combination filter with nodes
from the elastic axis plugin?
Thanks,
Mark Waite
On Sunday, August 11
e
and free temp space issue.
I don't know how to increase the free swap space, though I suspect that
will likely also involve allocating more space on a larger flash drive.
You may need to check with users in a Raspberry Pi forum for more hints on
configuring swap space on the Pi.
Mark Waite
O
I don't think Jenkins supports the jdk 8 pre release yet.
On Jan 29, 2014 8:07 PM, "Shakthi Kannan" wrote:
> Hi,
>
> I am trying to set up Jenkins (1.549-1.1) on Fedora 20 (x86_64) using
> the installation instructions at:
>
>
> https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Re
Another work around is to start the slave using a local copy of slave.jar,
rather than using JNLP. A local copy of slave.jar works on JDK7u51 as well
and does not require any changes to the Java permission settings.
Mark Waite
On Mon, Feb 3, 2014 at 12:12 AM, Srinivas Kona
wrote:
>
;t need to install git on your Jenkins
machine. http://localhost:8080/configure is the place to add a Git
installation.
Alternately, you'll need to install Git on each computer that will run
Jenkins.
Mark Waite
On Tue, Feb 4, 2014 at 11:04 AM, Lily Fu wrote:
> Thank you!
>
>
>
My last experience with the plugin was that it only supports a single
results file. You will need to find a way to make one file rather than two.
On Feb 5, 2014 3:45 AM, "Matthias" wrote:
> Can no one help me with this Issue?
>
>
>
> Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias:
>
If the help text suggests multiple file support, then maybe I'm wrong.
Have you tried providing multiple file names separated by spaces, or
separated by commas? Alternately, you could look at the plugin source code
and decide if the source code supports multiple file names.
Mark Waite
O
life simpler when you add and remove slave nodes, since you
don't need to take extra steps to install and configure Ant on each slave.
Jenkins does it for you because you configured Ant in the Jenkins
configuration page.
Mark Waite
On Thu, Feb 6, 2014 at 1:47 PM, Eric Wood wrote:
> I
I think you've understood correctly that Jenkins automatic installation of
ant does not also automatically install libraries which are not part of the
base ant distribution.
Mark Waite
On Fri, Feb 7, 2014 at 7:58 AM, Eric Wood wrote:
> Also, I forgot to mention taht I use some of
You will need a recent java 6 or java 7. Are those available for so old an
operating system?
On Feb 7, 2014 3:44 PM, "Lily Fu" wrote:
> Hi,
>
> I want to install Jenkins on Redhat 4 linux,
> Searched web, found the following instruction using yum to install
>
>
> https://wiki.jenkins-ci.org/displ
.0_07"
>
> Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
>
> Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode)
>
>
>
> Seems not jdk? Need to install jdk first?
>
>
>
> Lily
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-u
I believe there is a jira report already that parameterized branch name
will not use a wildcard.
On Feb 7, 2014 4:09 PM, "Chris Robison" wrote:
> I'm having an issue where I've setup a parameterized master build that I
> have other jobs execute. One of the parameters is a branch I want checked
>
27;\'''
>>
>>
>>
>> trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all'
>> '--quiet'
>>
>> trace: run_command: 'rev-list' '--objects' '--stdi
cloning large
repositories, but they do significantly increase the size of the Java
virtual machine while they are cloning large repositories.
Thanks,
Mark Waite
On Tue, Feb 11, 2014 at 5:20 PM, Mark Waite wrote:
> My technique is the opposite of Slide's. I always use the git executable
lave agent from a service, there is
probably a registry key somewhere which controls the startup of the Java
process that is the slave agent. If you can find that key, you may be able
to modify it to include that command line argument to set the timeOut value.
Mark Waite
On Tue, Feb 11, 2014
Sorry, I gave bad information. The timeOut property I listed is incorrect.
It should be -Dorg.jenkinsci.plugins.gitclient.Git.timeOut=30
On Tue, Feb 11, 2014 at 6:34 PM, Mark Waite wrote:
> If you have control of the git repository, and if you don't mind allowing
> the source
That's correct, the units are minutes.
On Tue, Feb 11, 2014 at 9:03 PM, Curtis Kline wrote:
> Thanks Mark. I'll try running my Windows slave from the command line. So
> the timeout value is in minutes?
>
> Curtis
>
>
>
> On Tue, Feb 11, 2014 at 5:54 PM, Mark W
You need the git plugin in addition to the git client plugin
On Feb 12, 2014 1:14 PM, "Lily Fu" wrote:
> Hi,
>
>
>
> I installed Git client 1.8.5.2 myself;
>
> We have a Git repository server at
> http://***.***.com:8080/git/git/Sth/sth.git
>
>
>
> I used Jenkins management tool installed Git C
ual mapping to git commands. It is
complicated enough already.
Mark Waite
On Thu, Feb 13, 2014 at 4:34 PM, Max Spring wrote:
> I'm using the "Clean after checkout" option a lot with my Gerrit
> verification Maven jobs.
> I also have these jobs use a local repository, sittin
ave been a different story. I generally prefer to run
Windows slaves from a command window so that the Jenkins process has direct
access to a desktop environment.
Mark Waite
On Sat, Feb 15, 2014 at 12:18 PM, Maureen Barger wrote:
> Are you running your *nix instance of Jenkins on a server wi
Refer to
https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-JenkinsSetEnvironmentVariablesfor
the list of environment variables set by Jenkins for use in a job.
Mark Waite
On Tue, Feb 18, 2014 at 3:46 PM, Lily Fu wrote:
> Hello,
>
>
>
hanks
>
> --
> 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-users+unsubscr...@googlegroups.com.
> For more options,
Possibly the copy of /var/lib/jenkins is perceived as somehow being "newer"
than the contents of the jenkins.war file, so the contents of the
jenkins.war file are not being extracted over the copy?
Mark Waite
On Thu, Feb 20, 2014 at 7:30 AM, Rahul Ghose wrote:
> Hello folks,
&g
m.
>
> --
> 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-users+unsubscr...@googlegroups.com.
> For more options, visit h
The jobs I define can then checkout on that machine and instead of cloning
the full history of that repository from GitHub every time, they only clone
the things which have changed since the last time the bare repository was
updated.
Mark Waite
On Thu, Feb 20, 2014 at 9:27 AM, Mark Waite wrote:
&
attempting to code Jenkins job definitions in a DRY fashion.
It was simple to maintain and helped me reconstruct environments more
readily on those rare times when I needed to reconstruct them.
Mark Waite
On Fri, Feb 21, 2014 at 8:14 AM, phil swenson wrote:
> Hi, we have a large number of jenk
same applies for the RPM
files when used with the "yum" package manager.
Mark Waite
On Sun, Feb 23, 2014 at 7:16 PM, Yaniv Kaul wrote:
>
>
> On Monday, February 17, 2014 1:43:55 PM UTC+2, maciej wrote:
>>
>> Yaniv Kaul (2014-02-16 08:31):
>>
>> Is it possi
Jenkins does not support JDK 8.
On Feb 26, 2014 5:47 AM, "Robert Krüger" wrote:
> Hi,
>
> I did not find any info in the archive. Every once in a while I try
> starting my Jenkins installation (Mac) using the latest Oracle JDK 8
> Previews (including the first release candidate) and get errors wi
e detected?
Mark Waite
On Fri, Feb 28, 2014 at 7:44 AM, Mark Warren wrote:
> Ok, I did have the jobs set to "Build periodically" and I switched it to
> "Poll SCM" and used the same schedule, however, it does not seem to have
> made a difference. The shell code is st
which monitored many other
attributes of the build systems (processor utilization, disc space, process
count, network connectivity, etc.)
Mark Waite
On Fri, Feb 28, 2014 at 8:27 AM, wrote:
> Hi there,
>
> (I'm new to this list and not sure this is the right place for this
> quest
by fixing bugs in the plugin. The
git-plugin and the git-client-plugin are interesting, high value locations
where you can learn more about Jenkins plugin development and some very
interesting use cases.
Mark Waite
On Fri, Feb 28, 2014 at 8:52 AM, Ginga, Dick wrote:
> A plug-in for Flexe
gt; 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-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.goog
that directory
based on the path to the slave directory.
/var/lib/jenkins/markwaite2-slave/ is the path (on the slave) for a slave that
is serving the markwaite2 Jenkins master.
Mark Waite
>
> From: "Shen,Hui"
>To: "jenkinsci-users@g
be a little faster to copy the jobs than to create and manage
a multi-configuration job.
Mark Waite
>
> From: Chris Withers
>To: jenkinsci-users@googlegroups.com
>Sent: Monday, September 24, 2012 4:32 AM
>Subject: forcing a job to run on a variety o
the SCM plugin
- new change on the source control system which a source control poll detected
- slave which hosted the last build has disconnected from the master
There are probably other cases as well. Is there a pattern that you're
observing in your re-check out of the workspace r
iting for a sufficiently complete native java implementation of
git. There are many SCM systems (and other tools) which are only available as
external programs, so I don't think we'll be able to avoid referencing external
tools from a continuous integration serv
ed the Git Publisher
Plugin instead, since it would have avoided the few lines of scripting we had
to write.
Mark Waite
>
> From: Rob Oxspring
>To: jenkinsci-users@googlegroups.com
>Sent: Thursday, September 27, 2012 3:32 AM
>Subject: Passing the chang
ve Jenkins push --force to a branch (since it can't be ff as
>>I explained), and trigger a huge regression that I can't control and that
>>fetches the code from the branch.
>>
>>
>>But in any case I am happy with what I have now. I just thought it could be a
ust completed continuous integration job), or
you accept that you'll lose commits with "git push --force".
Mark Waite
>
> From: Juliano Picussa
>To: jenkinsci-users@googlegroups.com
>Cc: Mark Waite
>Sent: Friday, September 28, 201
t was sufficient for my case.
You might also refer
to http://jenkins.361315.n4.nabble.com/Multiple-master-with-shared-slave-pool-td3561822.html for
comments from an earlier thread.
Mark Waite
>
> From: Shen Hui
>To: jenkinsci-users@googlegroups.com
&g
;re trying to do.
Mark Waite
>
> From: Shen Hui
>To: jenkinsci-users@googlegroups.com
>Sent: Wednesday, October 10, 2012 8:23 PM
>Subject: Re: How can jenkins master share slave nodes.
>
>Yes, Mark, I agree your solution is workable.
>But
nsci-...@googlegroups.com).
Mark Waite
>
> From: mrz
>To: jenkinsci-users@googlegroups.com
>Sent: Saturday, October 20, 2012 5:40 AM
>Subject: Jenkins and Qt projects
>
>
>
>
>
> Hi everyone, this is my first time using Jen
Possibly also may want
https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin
Mark Waite
>
> From: JenkinsUser
>To: jenkinsci-users@googlegroups.com
>Sent: Saturday, October 20, 2012 5:39 AM
>Subject: Need help on automating
r user
from within the Jenkins process" to "become another user in a subprocess which
the Jenkins user starts". In that case, you don't care who executes the
"promote build" job, but if they do not provide the correct credentials, the
job will not execute.
Mark
those commit messages that if you're running JDK 7,
you won't see that problem (even without the proposed code change). Are you
running JDK 6 or JDK 7?
Mark Waite
>
> From: "Levin, Ilya"
>To: "jenkinsci-users@googlegroup
Usually that means the environment in which Jenkins is executing does not know
the path to the perl installation.
Create a job, assign it an action to echo %PATH% and then you can see the
environment which Jenkins is running.
>
> From: "Levin, Ilya"
>To: "jen
corded on that page. It would be a nice
help for community members to assist with some Windows tests of the release
candidate. Many of us can contribute to the community by testing release
candidates, even if we can't contribute to the community by coding.
Mark Waite
>__
en "NET START ServiceName".
Mark Waite
>
> From: Roshan
>To: jenkinsci-users@googlegroups.com
>Sent: Tuesday, November 6, 2012 2:05 PM
>Subject: Re: Run a program (as a .exe file) as a post build task
>
>
>Anybody has idea how t
variation within a multi-config
job.
Mark Waite
>
> From: Simon Haegler
>To: jenkinsci-users@googlegroups.com
>Sent: Thursday, November 8, 2012 2:44 AM
>Subject: multi configuration project and xunit post build task
>
>
>hi f
You could consider switching to the long term support release. It arrives
about once every three months and remains stable for those three months.
Mark Waite
>
> From: KP
>To: jenkinsci-users@googlegroups.com
>Sent: Thursday, November 8,
You could pass the job definition file from the original server to the Jenkins
command line interface "create-job" command and let it create the job for you.
Refer to http://jenkins.361315.n4.nabble.com/create-jobs-td2320262.html for a
past e-mail exchange on the topic.
ble in the chart.
Mark Waite
>
> From: Dirk Weigenand
>To: jenkinsci-users@googlegroups.com
>Sent: Saturday, November 10, 2012 12:48 PM
>Subject: Re: Memory issues with Jenkins
>
>Hi,
>
>the static analysis plugins hold their state
How about https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins ?
Mark Waite
On Tuesday, November 13, 2012 1:52:14 PM UTC-7, Rodney Stanton wrote:
>
> I tried Googling for a HOWTO without luck. (yes, I did google first :P )
>
> Our development would like more customization on o
In the Jenkins job configuration screen, there is a check box "Execute
concurrent builds if necessary". I don't know if that feature is available in
Hudson or not. It may have been added after most of the developers switched
from Hudson to Jenki
hanks!
Mark Waite
re using the Jenkins mailing list to ask a
Hudson specific question. You might consider the Hudson mailing list for your
question instead.
You might also refer
to https://wiki.jenkins-ci.org/pages/viewpage.action?pageId=53608972 for some
reasons to switch from Hudson to
You might consider some of the suggestions at
http://jenkins.361315.n4.nabble.com/Hot-backup-for-jenkins-td4080222.html
Mark Waite
>
> From: Z W
>To: jenkinsci-users@googlegroups.com
>Sent: Friday, November 16, 2012 11:44 AM
>Subject: best
-ci.org/display/JENKINS/Redmine+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/Bugzilla+Plugin
Thanks,
Mark Waite
>
> From: Gustavo Lira e Silva
>To: jenkinsci-users@googlegroups.com
>Sent: Saturday, November 17, 2012 1:31 PM
>Subjec
em like
CentOS, Scientific Linux, or Oracle Linux), then you change the jenkins.repo
definition and run the usual update process (with yum).
If you're using Windows, stop Jenkins, download the 1.480.1 WAR file
(jenkins.war), and restart Jenkins with the newly downloaded war file.
That seems to indicate that the Jenkins user can't read the
/home/casper/git/4xS/.git directory.
Since you've confirmed that the Jenkins user can run the git command, could you
also confirm that the Jenkins user can successfully run the command:
/usr/bin/git ls-remote -h file:///home/casper/gi
tests passed, "unstable" means everything compiled
and some tests failed, and "failed" means that compilation failed.
There is a "testing in python" mailing list which can help with questions about
py.test and nose.
Mark Waite
>___
Are you sure it is not something in your build script (not in Jenkins) which
prevents multiple builds from running concurrently? Jenkins is able to run
multiple builds concurrently in the tests I've run, without blocking one job
behind another.
Mark
option (if you program in Python):
http://packages.python.org/python-jenkins/
A Ruby Jenkins interface (if you program in Ruby):
https://github.com/john-griffin/jenkins-client
A Node.js interface (as you mentioned):
https://wiki.jenkins-ci.org/display/JENKINS/Nestor
I'm sure
ated from every other copy.
Mark Waite
>
> From: Uwe Maurer
>To: jenkinsci-users@googlegroups.com
>Sent: Tuesday, December 11, 2012 10:08 AM
>Subject: avoid multiple git repositories in matrix project
>
>
>Hi,
>
>
>I have a git
iterates over
each repository name and performs a "git push --all ". That seems to
keep the repositories updated well enough for my needs.
Mark Waite
>
> From: KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
>To: jenkinsci-users@googlegroups.com
&g
on my git
repositories.
Mark Waite
>
> From: nicolas de loof
>To: jenkinsci-users@googlegroups.com
>Sent: Thursday, December 20, 2012 5:38 AM
>Subject: Re: Need help on using Jenkins Git Plugin in my java application
>
>
>nothing spec
er running and you don't need
to remember to unlock its permissions.
Mark Waite
>
> From: Pawel Jasinski
>To: jenkinsci-users@googlegroups.com
>Sent: Friday, December 28, 2012 11:50 AM
>Subject: Re: Jenkins cannot connect to X server on Ubu
the
git plugin settings for your job). I tried to duplicate the problem myself and
was unable to duplicate it, so I'm probably not using exactly the steps you are
using.
Mark Waite
>
> From: Jeff
>To: jenkinsci-users@googlegroups.com
>Sent: T
uses git://yourserver/git/repo_name to checkout. That
idea is suggested in
http://stackoverflow.com/questions/12614771/configure-git-repository-in-jenkins
. I don't think that is likely your problem either, but trying the fix may
expose the real problem to you.
Mark
That is very good news.
You might consider using the plugin that automatic labels slaves (and the
master). It labels for operating system type, operating system release, and
processor type, and spares you the hassle of remembering to apply those types
of labels.
Mark Waite
Windows Jenkins server to always from a logged in desktop
session rather than as a service. Your mileage may vary...
Mark Waite
>
> From: Bryan Evenson
>To: jenkinsci-users@googlegroups.com
>Sent: Friday, January 4, 2013 9:10 AM
>Subject: B
It depends how you launch the slave. There is a good description on the wiki
which can guide you.
See
https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-Differentwaysofstartingslaveagents
Mark Waite
>
> From: zaky
Windows service" seems to use JNLP as well, I'm
reasonably confident that the upgrade is automatic in that scenario, just as it
is automatic in the Java web start scenario.
Mark Waite
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service#Installin
Project.java:136) at
hudson.model.Executor.run(Executor.java:211)
Once I click through that "Dead" thread one or two times, the slave agent seems
to remain running without interruption.
Are those expected results that are part of the transition from 1.480.1 to
1.480.2?
Thanks,
Mark Waite
earch for all JNLP
files?
Mark Waite
[1]
https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-01-04
On Monday, January 7, 2013 3:32:13 PM UTC-7, Chanda Unmack wrote:
>
> I have the same issue after upgrading from 1.480.1 to 1.480.2 on Ubuntu
> 12.04. I am able to
drive J:\ and place
the Jenkins home directory in that location.
http://joe-re.blogspot.com/2012/09/jenkins-file-name-too-long.html offers
another alternative
Mark Waite
>
> From: Jason Zhang
>To: jenkinsci-users@googlegroups.com
>Sent: Th
use model and if that might be a use model which
would be important to others.
Mark Waite
>
> From: "anthcourt...@gmail.com"
>To: jenkinsci-users@googlegroups.com
>Sent: Friday, January 11, 2013 4:33 PM
>Subject: Git plugin and checking
test" job.
I'm sure there are other ways to accomplish your objective, but that worked for
us.
Mark Waite
>
> From: Anth Courtney
>To: jenkinsci-users@googlegroups.com
>Sent: Sunday, January 13, 2013 1:32 PM
>Subject: Re: Git plugin and
ob which executes on
that slave and has a single build step which executes "set". That will report
the environment variables so that you can confirm the path to the Git
executable is not in the PATH when the Jenkins slave agent starts.
Mark Waite
>___
hough the executable is in the path.
None of those ideas seem very likely to me, but maybe they'll inspire you (or
someone else) further towards an answer.
Mark Waite
>
> From: Ryan McKinley
>To: jenkinsci-users@googlegroups.com
>Sent: Tuesday,
ou may want to limit the
number of concurrent polling activities to avoid overloading the server.
Setting a positive number sets the upper bound to the number of concurrent
polling. Leaving the field empty will make it unbounded"
Mark Waite
>
>
"git show" from the Git plugin? I'll certainly
investigate in the plugin source code, but before I start that investigation I
thought it was safest to ask the mailing list in case others have encountered a
similar problem and found a simple solution.
Thanks,
Mark Waite
-plugin/pull/122
Thanks!
Mark Waite
On Friday, January 18, 2013 5:37:45 AM UTC-7, Mark Waite wrote:
>
> I've seen cases where my Jenkins master server has a painfully long
> running git process (running for a day or more, using 98% of a CPU,
> hundreds of megabytes of memory,
With the version of curl I'm using (7.26.0 - as delivered with Debian
"Wheezy"), I can use the arguments -o /dev/null to prevent that output. Does
that not work for you?
Mark Waite
>
> From: Adam Mercer
>To: jenkinsci-users@googleg
enBSD
package was out of date (1.472), so I'd probably avoid that platform.
Mark Waite
>
> From: "Levin, Ilya"
>To: "jenkinsci-users@googlegroups.com"
>Sent: Sunday, January 27, 2013 4:58 AM
>Subject: RE: Unix or Windows
>
heck should always be
false (no definition for inclusion or exclusion conditions means exclusion is
not possible).
Refer to https://github.com/jenkinsci/git-plugin/pull/122 if you'd like to see
the pull request.
Refer to
https://groups.google.com/d/topic/jenkinsci-users/FjjaD7ca
build
seems like the preferred technique to quickly detect and resolve problems.
Mark Waite
>
> From: Josh Robinson
>To: jenkinsci-users@googlegroups.com
>Sent: Tuesday, January 29, 2013 12:57 PM
>Subject: ClearCase Polling Since Last SUCCESSFUL
he puppet team has one or more tutorials on how to use puppet with
Jenkins.
Mark Waite
>
> From: Manish Singh
>To: jenkinsci-users@googlegroups.com
>Sent: Wednesday, January 30, 2013 12:06 AM
>Subject: Installing operating systems on slaves
If your call to phpunit is expected to create a file, you could check that file
is created and then use "exit 1" to cause the build script to exit with the
failure.
Mark Waite
>
> From: Adam Tong
>To: jenkinsci-users@googlegroups.
I've not found a way to define a job which will run on all build slaves and
which adapts automatically to the addition and removal of slaves.
My technique has been to define a multi-configuration job and individually
select each node which should execute the job.
Mark
to be another which appears to offer similar capabilities.
autojenkins may also be interesting to consider.
All three seem to be available from PyPi.org
Mark Waite
>
> From: Nick Tan
>To: jenkinsci-users@googlegroups.com
>Sent: Sunday, February
were using the
API definition in the package hierarchy.
Can you submit a bug to JIRA?
Thanks,
Mark Waite
>
> From: Bo Shi
>To: jenkinsci-users@googlegroups.com
>Cc: sandell.rob...@gmail.com; tomas.westl...@sonymobile.com
>Sent: Monday, Februar
I think the instructions here still apply:
http://jenkins.361315.n4.nabble.com/Downgrade-a-plugin-td375624.html
Or these
http://jenkins.361315.n4.nabble.com/How-to-downgrade-Email-Extension-Plugin-td3832672.html
Mark Waite
>
> From: Bo Shi
>To:
ng the differences
between the context where it works and the context where it fails.
Mark Waite
>
> From: Kamal Ahmed
>To: Johannes Wienke ;
>"jenkinsci-users@googlegroups.com"
>Sent: Tuesday, February 19, 2013 5:27 AM
>Subject: R
401 - 500 of 1849 matches
Mail list logo