user's jobs
will appear empty.
Hope this helps.
Regards,
Rupali
On Thursday, November 27, 2014 1:05:54 PM UTC+5:30, Chris Withers wrote:
Hi All,
I'd like to have a view for a project that is only accessible to a few
users. How can I configure security on a view itself t
Hi All,
I'd like to have a view for a project that is only accessible to a few
users. How can I configure security on a view itself to prevent that
view showing to users who haven't been given permission to view it?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python
Hello,
So, we have a number of jobs that use the Multi-SCM plugin, we want the
build to trigger only when one of the 2 repos configured has changes.
How can we achieve that?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.
Hi All,
Which JVM is recommended for running Jenkins on RHEL7. Oracle's offering or
OpenJDK?
cheers,
Chris
--
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 j
Hi All,
Has anyone had any joy with jenkins nodes that are not at the same point
in time as the master?
One of the systems I work with is sensitive to daylight savings changes,
and so we'd like to have some nodes be a week or two ahead of the
current date, so that we know what will happen wh
Hi All,
We have had some problems recently resulting from DST changes in Europe.
Unfortunately, they were at the intersection of our database, realtime
system and batch processing.
The only way to reliably test these boundary conditions are to put the
whole test machine (SUSE linux box) into
Hi All,
Is there any way I can get a list of the builds that have started since
a period in time?
Either that, or is there any way I can get Jenkins to poke a url (or
otherwise fire an event) every time any build of any job completes?
Chris
--
Simplistix - Content Management, Batch Process
Hi All,
Is there any way I can get a list of the builds that have started since a
period in time?
Either that, or is there any way I can get Jenkins to poke a url (or
otherwise fire an event) every time any build of any job completes?
Chris
--
You received this message because you are su
ve step to find, as the
artifact archive step runs before it.
Flexible Publish doesn't work with matrix jobs.
*sigh*
Chris
Regarding the main problem you are having, does the user running Jenkins
have that /coredumps path available?
Eric
On 7/31/2013 1:11 PM, Chris Withers wrote:
-ci.org/browse/JENKINS-19031
Regarding the main problem you are having, does the user running Jenkins
have that /coredumps path available?
Yes, the jenkins user can list, create and delete files in that directory.
cheers,
Chris
Eric
On 7/31/2013 1:11 PM, Chris Withers wrote:
Hi All
Hi All,
We've noticed that some of our jobs are leaving core files in /coredumps
and we'd like to archive those as artifacts when that happens.
So, how do we do that?
If I put "/coredumps/*" in as a "Pattern for files to be deleted" the
workspace cleanup plugin silently does nothing. Why is
On 03/07/2013 07:58, Steffen Breitbach wrote:
We don't use fingerprinting in our projects. Therefore I'd like to
disable fingerprinting globally. Is there a way to do so?
What problem are you experiencing that make you think you want to go out
of your way to disable fingerprinting?
If you do
Hi All,
I'm converting a job to be a matrix job as I need to add axes (os and
database version), but this job also needs to run on boxes tagged as
"build-box", the job won't work elsewhere.
So, I have two "slaves" axes, one for 'os' and one for 'db', but I'm now
going to have a pointless one
Hi All,
Are there any plugins or any other support for jobs that need to use
more than one slave at once?
I have one job I need to write which ideally needs to grab a selection
of nodes with different labels, lock them for the duration of the test
and then clean them up afterwards.
Anyone
lowing:
0,30 11 * * *
在 2013年6月6日星期四UTC+8下午6时46分21秒,Chris Withers写道:
Hi All,
I have a job that polls svn as follows:
*/30 * * * *
...yet the job kicked off at 11:09:02. I would expect the job to
trigger
at 11:00 or 11:30 but not 11:09.
What could cause
On 07/06/2013 17:02, Phillip Campbell wrote:
I am sorry, I guess we have not explained the problem correctly. It is
not the build time that is the problem, it is the polling time.
I have my job set to poll every night at 9pm (21h) yet the Subversion
Polling Log (not the build time) shows that t
e this:
import javax.mail.Message.RecipientType
msg.setRecipients(RecipientType.TO, 'em...@foo.com <mailto:em...@foo.com>')
On Fri, May 31, 2013 at 8:45 AM, Chris Withers mailto:ch...@simplistix.co.uk>> wrote:
Hi All,
When can I find examples of how to use the
Hi All,
I have a job that polls svn as follows:
*/30 * * * *
...yet the job kicked off at 11:09:02. I would expect the job to trigger
at 11:00 or 11:30 but not 11:09.
What could cause that 9 minute lag?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
On 31/05/2013 17:10, David Weintraub wrote:
I'm having trouble finding post-deploy tasks that work with the Promoted
Build plugin. For example, mail doesn't seem to work,
email-ext works for me...
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
Hi All,
When can I find examples of how to use the pre-send script of the
email-ext plugin?
Specifically, I want to set the email recipients list based on the
contents of a parameter passed to the build. How would I do that?
cheers,
Chris
--
Simplistix - Content Management, Batch Processi
Hi All,
I currently have a distributions.template that does the following:
"""
Distributions used:
<% build.getWorkspace().child('distribution').list().each() { dist ->
%>${dist.getName()}
"""
I now need exactly the same thing for another job, but which looks in a
different directory.
Is th
Hi All,
How can I shut down an apache instance required for a job is the
post-build actions?
I want this to happen regardless of whether all of the build steps
succeeded or not...
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://w
Hi All,
Using email-ext, how can I include a list of the files within a
subdirectory of the workspace?
Would be really handy to have a list of the exact tarballs used in the
job when it fails actually in the email without having to go digging...
cheers,
Chris
--
Simplistix - Content Manag
Hi All,
I'm looking after a Jenkins server that's used by two teams, one in
europe and one in the united states.
How can I get the UI to show the correct times for users in their own
timezone?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
Where's the right place on the wiki to look for this?
Chris
On 26/02/2013 18:07, Slide wrote:
As I said, the groovy script console can be used to do quite a bit of
stuff, I'll try and do a write-up tonight and post to the wiki.
On Tue, Feb 26, 2013 at 11:01 AM, Josh Unger mailto:joshung...@gm
On 28/02/2013 10:24, Chris Withers wrote:
I have a matrix build where some of the child builds are marked as "keep
forever" (the ones that end up being deployed to production).
That job also only keeps 50 builds, because even the non-artifact parts
of the results (code coverage re
Hi All,
I have a matrix build where some of the child builds are marked as "keep
forever" (the ones that end up being deployed to production).
That job also only keeps 50 builds, because even the non-artifact parts
of the results (code coverage report, test report, etc) take up a lot of
spac
Hi All,
I have a job hierarchy like this:
Middle copies an artifact from either parent1 or parent2, depending on
which job triggered it.
When middle succeeds, it triggers child.
I would like child to copy artifacts from the upstream parent1 or
parent2 job that triggered middle.
I've done
Hi All,
How can I, in a build action or post build action create a tag and push
that tag back to GitHub?
Does the Git or GitHub plugin allow this already?
In any case, what username/password/api key would Jenkins use to
interact with GitHub?
cheers,
Chris
--
Simplistix - Content Manageme
ncies"
box checked in its configuration.
-- Sami
Chris Withers kirjoitti 5.2.2013 kello 12.20:
Hi Sami,
Not talking about deleting builds here, but toggling "keep build forever".
It appears for some builds, this toggle can't take place but there's no indication why
that
On 08/02/2013 11:53, cjo wrote:
I assume that you have the jobs set up as
every commit job -> testjob
tagged commits -> testjob
Yep.
Try adding a dummy parameter that is passed from the tagged commits job,
that is unique for each build, as the ParametersAction will cause a
separate builds if
Yep, I use the Multi-Project Throttle Categories from this plugin:
http://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin
...to solve this exact problem.
cheers,
Chris
On 08/02/2013 13:50, Foxgang wrote:
Maybe I'm not fully understanding your problem, but you could also
Hi All,
We have a job that continuously builds our distribution.
We also have a parameterized job that accepts a distribution from a tag,
for which we *need* to run all tests for audit/compliance reasons.
How can I make sure this second job actually causes all downstream jobs
to run?
Probl
On 05/02/2013 16:00, Mehdi Hayani Soujaa wrote:
Hi,
Since we're using LDAP authentication to access jenkins server, i taught
that using -auth and specify some LDAP credentials would solve the
problem, But this did not work
So what we've done, is that we've created a new role with the "Connect"
rd-old-builds-quot-happen-right-now-td3879634.html
-- Sami
Chris Withers kirjoitti 20.1.2013 kello 0.43:
Hi All,
I'd like to delete this build:
http://jenkins.simplistix.co.uk/job/testfixtures-tox/83/
...however clicking the "don't keep this build forever" button does nothing.
On 05/02/2013 10:13, Michaėl Pailloncy wrote:
Hi !
Similar problem with version 1.500 of Jenkins (403 instead of 404) :
Failing to obtain http://URL_JENKINS/computer/SLAVE/slave-agent.jnlp
java.io.IOException: Failed to load
http://URL_JENKINS/computer/SLAVE/slave-agent.jnlp: 403 Forbidden
at hu
Hi All,
I've recently experienced some build loss with Jenkins:
https://issues.jenkins-ci.org/browse/JENKINS-16638
Particularly frustrating as some of the lost builds were of an
intermittent failure we've spent a week or two trying to track down...
To try and figure out what's going on, what
Hi Bruno,
On 02/02/2013 14:43, Bruno Cunha wrote:
The /toggleLogKeep URL in the job can do that.
For example:
http://[url]/job/[JOB-NAME]/20/toggleLogKeep
This URL will change the lock status of the build 20.
Thanks for this, it's almost what I want.
The problem with the above is that I nee
On 01/02/2013 12:11, cjo wrote:
I think the reason for this is that the matrix jobs are designed to run
several configs and normally the labels indicate the what type of
machine/OS or other requirements the nodes have.
Indeed, and some of my matrix jobs I only want to run on certain types
of s
On 01/02/2013 11:30, Thomas Fields wrote:
Slave1
1. Building project1, #345
2. Building project2, #125
3. Building project3, #455
4. Building project4, #34
Building project5, #12
Building project6, #122
Building project7, #142
Building project8, #27
Building project9, #29
Because the extra jobs
Hi All,
How come the "restrict where this project can run" checkbox is not
present on matrix builds?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
--
You received this message because you are subscribed to the Google
Hi All,
What url would I hit to make sure a build of a job is marked as "keep
forever"?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
--
You received this message because you are subscribed to the Google Groups "Jenkin
Hi All,
How can I stop the "source code management" and "delete workspace before
build starts" steps, and indeed *any* steps from happening on the parent
build of a matrix job?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.si
Hi Andy,
On 29/01/2013 17:28, fiberquest wrote:
I thought of two things that might help if you have not done them already:
1) use the 'matrix tie parent' plugin and tie matrix jobs to the master
server (I believe this ensures that a random master node is not chosen)
Thanks, this looks ideal :
Hi All,
Has anyone else noticed that the parent job of a set of matrix builds
appears to still do anything before the "Build" section in the
configuration?
This means that things like Delete workspace and Source Code Management
happen on the node running the parent job, even though I can't s
Hi All,
I've seen stack traces such as the following a couple of times:
"""
Deleting project workspace... ERROR: Failed to copy artifacts from
with filter: **
hudson.util.IOException2: Failed to copy
/var/lib/jenkins/jobs//builds/2013-01-29_08-01-48/archive/source/.tar.gz
to
/var/lib/jenkins/wo
ix was not switching from windows to linux, but changing
from winstone to tomcat.
You can also try to watch exactly which part of the page in question is
slow.
In firefox try Ctrl-Shift-K and reload. You should see where it gets stuck.
On Tue, Jan 29, 2013 at 11:51 AM, Chris Withers mailto:ch...@simpli
.361315.n4.nabble.com/Slow-Jenkins-response-to-http-after-upgrade-td4651785.html
On Tue, Jan 29, 2013 at 8:12 AM, Chris Withers mailto:ch...@simplistix.co.uk>> wrote:
Hi All,
Anyone else experience this?
The master is a pretty beefy blade, its filesystem is a nice fast
sa
/2013 09:41, Chris Withers wrote:
Hi All,
I've noticed this a lot since upgrading to 1.480.2, but it's been an
intermittent problem for a while now..
Going to:
http://:8080/job///
...can take over a minute to render.
How can I figure out why this is taking so long?
cheers,
Chris
--
Artifacts plugin to pull artifacts from the permalink
associated with the promotion.
Jason Swager
On Thursday, January 24, 2013 11:33:44 PM UTC-8, Chris Withers wrote:
Hi All,
Is there any way I can get the copy artifacts plugin to copy from the
last build for which all downstream
On 25/01/2013 16:27, Merrow, Frank wrote:
I'd like to have a job do something and then kick off some downstream
jobs, but I'd like to make some choices in the job to decide *which*
downstream jobs to kick off.
How can I do that?
I see other solutions have been offered, but if you needs are com
On 25/01/2013 11:33, cjo wrote:
Are you picking from a fixed set of projects?
If you are you could try the pull request I created to use the
run-condition plugin on the parameterized trigger plugin which would
allow the decision on if a particular projects is triggered to be
calculated from vari
Hi Paulo,
It's tricky when you start, I remember finding this all a bit confusing too!
On 25/01/2013 11:16, Paulo Matos wrote:
* Builds are the files created during a job.
My understanding is that a build is a specific, numbered run of a job.
So if a job triggers the
creation of 2 files and
On 25/01/2013 10:30, CHAVANNE Robert wrote:
It depends on what you call choice. You can use parametrized build.
The parameter would be the name of the job to trigger.
OK.
I don't know if you can choose the job to trigger automatically.
I was hoping to use logic within the job to pick the na
me such?
cheers,
Chris
Original Message
Subject: Re: copy artifacts - pick from two upstream jobs
Date: Fri, 24 Feb 2012 18:54:10 +
From: Chris Withers
To: jenkinsci-users@googlegroups.com
CC: Fred G
Hi Fred,
On 21/02/2012 15:23, Fred G wrote:
You can use the "Upstream
Hi All,
I've noticed this a lot since upgrading to 1.480.2, but it's been an
intermittent problem for a while now..
Going to:
http://:8080/job///
...can take over a minute to render.
How can I figure out why this is taking so long?
cheers,
Chris
--
Simplistix - Content Management, Batch
Hi All,
Is there any way I can get the copy artifacts plugin to copy from the
last build for which all downstream jobs passed?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Hi All,
I'd like to have a job do something and then kick off some downstream
jobs, but I'd like to make some choices in the job to decide *which*
downstream jobs to kick off.
How can I do that?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- htt
Answering my own questions:
On 17/01/2013 11:48, Chris Withers wrote:
Also, how can I compute a fingerprint of a tarball outside Jenkins in
order to have something to pump into the above process?
In python, this is as simple as:
>>> from hashlib import md5
>>> m = md5()
&g
Hi All,
I'd like to delete this build:
http://jenkins.simplistix.co.uk/job/testfixtures-tox/83/
...however clicking the "don't keep this build forever" button does nothing.
What am I doing wrong?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http
Hi All,
Is there any way I can use the git branch as an axis in a
multi-configuration job?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Hi All,
Just as a headsup, the instructions at the following URL no longer work
when it comes to getting a Windows slave working as a service:
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service
On 11/01/2013 14:26, Kohsuke Kawaguchi wrote:
In the mean time, w
Hi All,
I'm building a job chain where we have three types of build; C++, Python
and SQL. These build jobs churn out tarball distributions and will then
kick off downstream unit and integration test jobs which fetch artifacts
from the build jobs as needed using the Copy Artifacts plugin.
The
Hi James,
Thanks for the quick reply!
On 18/01/2013 13:37, teilo wrote:
Hi Chris,
Depending on how you upgraded you can go to
{jenkinsurl}/pluginManager/installed and look at the previously
installed version.
Where can I find more info on exactly how those "downgrade to previous
version" bu
Hi,
Our Jenkins server runs Jenkins 1.470.
This morning, I updated a bunch of plugins (the one I needed was Jenkins
build timeout plugin from 1.10 to 1.11, but I thought I'd do the others
on offer to be the safe side) and since the restart, the java process on
the Jenkins master has been pegg
Hi All,
How would I interrogate a Jenkins instant with a fingerprint using the
REST api in order to find what jobs have processed the artifact the
fingerprint belongs to, and that all the tests have passed in jobs that
have processed the artifact.
Also, how can I compute a fingerprint of a t
(no response to this first time round, so trying again)
Hi,
What's the correct way to do aggregation in matrix jobs?
I've configured the email ext plugin to send out emails, and I'd expect
either:
- one email from the whole multi-config job combining stuff from all the
elements in the matri
Hi All,
I've just upgraded my Jenkins install to 1.480.1 LTS is the hope of a
bit more stability, however, the 'Manage Jenkins' screen is now offering
1.493 as an upgrade.
I thought one you moved to an LTS release, only future LTS releases
would be offered as upgrades?
What am I doing wron
Hi All,
When using the facility to time builds out if they take too long, how
can I make the end state 'failed' rather than 'aborted'?
Aborted seems to be more of a 'user cancelled, probably nothing to worry
about' while timing out more often tends to be 'danger danger: someone
checked in co
Hi,
What's the correct way to do aggregation in matrix jobs?
I've configured the email ext plugin to send out emails, and I'd expect
either:
- one email from the whole multi-config job combining stuff from all the
elements in the matrix
- one email from each of the elements in the matrix i
setup too much or it would still
be then same artifacts from the build no matter what part of the matrix
that passes and kicks of the valgrind build. so you should just choose
the build project in the copy artifact section of your valgrind project
Den 27/11/2012 10.25 skrev "Chris Wit
Hi All,
I have a job layout roughly like this:
build-project
|
V
test-project (matrix job)
|
V
valgrind-project
Now, the artifacts are built by the build job, and they're quite large.
If all configs in the test-project pass, I want valgrind-project to run
against the same artifact that
For the visualisation, you could always try Mike Bostock's excellent
D3.js...
Chris
On 28/09/2012 18:25, Stefan Wolf wrote:
Hi,
since I am the maintainer and creater of the plugin, I would not say
that it is not maintained anymore. I hopefully will find some time soon
to restructure the code
Hi Guys,
I have a job which currently passes on a UK-based machine but which
fails on a US-based machine.
How can I set up a job such that for each trigger it will run on a
UK-based node *and* a US-based node?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Con
Hi Ed,
Try the Workspace Cleanup Plugin and configure it to wipe out your
workspace after the build is done.
cheers,
Chris
On 14/09/2012 14:39, Ed Young wrote:
the disk usage plugin is installed and is what I've been using to
determine which projects (mine) are the biggest disk hogs.
One o
Hi All,
I want to CI test a script which sets up an array of machines in a new
environment. This script needs to work from bare metal machines.
The only way I can think to do this is to have those jobs clone a
"blank" (OS installed but nothing else) set of VMs and then run the job
against th
Hi All,
Does Jenkins have any way of getting trend graphs for the partitions
used on all nodes (master and slaves)?
Occasionally, our Jenkins instance blows up when one node runs out of
disk space, but it's very difficult to find out whether it's one job
that's gone haywire or if it's just a
Hi All,
If I have a fingerprint of an artifact, what api can I use to find out
what jobs that artifact has been involved in and if any of those have
failed?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Hi All,
Where are the versions of the plugins currently installed stored?
They don't appear to be recorded anywhere in the config files..
I'm looking to have something "watch" them and record when they
change... (a bit like the job config history plugin)
cheers,
Chris
--
Simplistix - Conten
Hi Oliver,
On 14/08/2012 11:35, oliver gondža wrote:
I was unable to reproduce it using 1.447 nor 1.474.
I'm using 1.472, reluctant to upgrade given recent problems that have
been caused by upgrading...
Are the changes stored in configuration files in $JENKINS_HOME?
No.
Are
there any e
On 13/08/2012 09:24, oliver gondža wrote:
The windows node in my cluster keeps on falling offline.
How can I get Jenkins to email me when any node falls offline?
(as it blocks a whole load of builds, but I don't get any notification
of those...)
>
Hi, This plugin might be doing what you need (
On 14/08/2012 08:47, oliver gondža wrote:
...which still doesn't contain the text "watcher", let
alone"mail-watcher-plugin". Can you verify the same behaviour? How
aboutanyone else?
You are right. mirrors.karan.org serves jenkins-core from Jul 22 but the
other mirrors uses version from Aug 08 a
On 13/08/2012 14:38, oliver gondža wrote:
Fixed sources are at github [1]. It can be available through plugin
manager within couple of hours.
It still isn't...
The plugin is rather new but jenkins is already offering it ([2] should
contain "mail-watcher-plugin").
[2] http://updates.jenkins
Hi,
I want to add a couple more wavs for audio notifications. I put them in
the same directory as the existing wavs, reloaded config, but still when
I hit the Test button, I get an warning dialog box.
What do I need to do?
(I'd really prefer not to have to set up an Apache instance or some su
On 13/08/2012 11:04, oliver gondža wrote:
Yep, looks ideal, but it doesn't show in my "Available Plugins"
section (on either of the Jenkins installs I have access to).
Why might that be?
As far as I can tell it is listed as "mail-watcher-plugin" in
"Miscellaneous" section.
Nope, doesn't sh
On 13/08/2012 11:10, Sami Tikka wrote:
The plugin requires a newer Jenkins than you are running?
Nope, checked that already...
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
On 13/08/2012 09:24, oliver gondža wrote:
How can I get Jenkins to email me when any node falls offline?
(as it blocks a whole load of builds, but I don't get any notification
of those...)
Hi, This plugin might be doing what you need (watching Node online status).
https://wiki.jenkins-ci.org/d
Hi All,
The windows node in my cluster keeps on falling offline.
How can I get Jenkins to email me when any node falls offline?
(as it blocks a whole load of builds, but I don't get any notification
of those...)
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
--- Original Message
Subject: Re: email-ext - request for another jelly script example
Date: Fri, 23 Mar 2012 17:48:19 -0700
From: Slide
To: Chris Withers
CC: jenkinsci-users@googlegroups.com
I use something like this in my groovy template
// the goal is to find the top le
On 24/07/2012 18:19, Syed wrote:
Hi,
Hope you are doing well,
Please find this Requirement of our Direct Client, if it looks
interested please reply me ASAP, requirement mentioned below:
How about you not spam inappropriate lists?
Can someone kickban this muppet please?
Chris
--
Simplistix
I had the same experience as Matthew, feels like a bug to me...
Chris
On 19/07/2012 11:30, Slide wrote:
Or you could do it with a pre-send script...
On Thu, Jul 19, 2012 at 3:28 AM, wrote:
I am using the very useful email-ext plugin, and I have it configured to send
emails for:
Improvement
Hi All,
I see the audit trail plugin records stopping of executors and
cancalQueue calls, but it doesn't appear to record who disables a
particular job.
How can I make it do that?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://ww
Hi All,
We have a number of jobs that use the "Emulate clean checkout by first
deleting unversioned/ignored files, then 'svn update'" method of the svn
plugin.
This had been working fine, but we recently had a branch merged into
trunk that added some files. When the Jenkins jobs configured a
Hi All,
I use the Sphinx tool to build documentation for my projects and I'm
trying to get Jenkins jobs running that build all the docs as commits
are made so that I can check I haven't committed any breaks to the
documentation and also to have a development version of the docs online.
Unfor
On 12/07/2012 08:45, Slide wrote:
My recommendation would be to have a job that runs on a schedule
(daily at midnight or something) then use email-ext and use the groovy
scripting template
Where can I read up on these?
to get the build status of all the jobs
Can I get the build history? It'
Hi All,
How can I get Jenkins to email out daily summaries of failed builds?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
On 03/07/2012 09:52, B.Latinville wrote:
Have a look at this issue :
https://issues.jenkins-ci.org/browse/JENKINS-13515
Downgrading copy artifacts plugin to 1.21 should solve you problem.
Yep, that fixed it for me.
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulti
On 02/07/2012 22:37, Sami Tikka wrote:
Your choices are (in no particular order):
A) Use git submodules
B) Use git subtrees
>> More importantly, would changes pushed to any of the submodules
cause that repo to issue a request-to-build to the Jenkins server?
>> (which is ultimately what I'm aft
Hi All,
A little alarmed to read this:
"""
I have no inclination to continue beyond that version until a new
Jenkins LTS is cut. I am not going to be spending any more time or
energy supporting plugins beyond the latest Jenkins LTS. I'm sorry, but
I have a lot of things I want to do with my t
Hi All,
My Windows slave keeps going offline.
When I check, the "Jenkins Slave" service is marked as stopped. When I
use the Services control panel section to start it, the slave comes back
online.
How can I find out what's causing the service to stop?
cheers,
Chris
--
Simplistix - Content
1 - 100 of 136 matches
Mail list logo