Re: controlling who can see a view

2014-12-09 Thread Chris Withers
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

controlling who can see a view

2014-11-26 Thread Chris Withers
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

multi-scm plugin and wanting only some repos to trigger builds

2014-11-14 Thread Chris Withers
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.

openjdk or oracle on RHEL7?

2014-11-13 Thread Chris Withers
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

jenkins and timezones

2014-05-14 Thread Chris Withers
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

running nodes in artificial date/time/timezone conditions

2013-10-29 Thread Chris Withers
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

rest api for builds across all jobs since a certain time

2013-08-09 Thread Chris Withers
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

rest api for builds across all jobs since a certain time

2013-08-09 Thread Chris Withers
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

Re: workspace cleanup plugin and artifact archiving don't work with absolute paths?

2013-08-01 Thread Chris Withers
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:

Re: workspace cleanup plugin and artifact archiving don't work with absolute paths?

2013-08-01 Thread Chris Withers
-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

workspace cleanup plugin and artifact archiving don't work with absolute paths?

2013-07-31 Thread Chris Withers
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

Re: Disable fingerprinting? (1.509.1 LTS)

2013-07-05 Thread Chris Withers
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

restrict to slave for matrix jobs

2013-06-14 Thread Chris Withers
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

jobs that use more than one slave at a time

2013-06-10 Thread Chris Withers
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

Re: svn polling timing query

2013-06-08 Thread Chris Withers
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

Re: svn polling timing query

2013-06-08 Thread Chris Withers
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

Re: email-ext pre-send script examples

2013-06-08 Thread Chris Withers
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

svn polling timing query

2013-06-06 Thread 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 that 9 minute lag? Chris -- Simplistix - Content Management, Batch Processing & Python Consulting

Re: Promoted Build Plugin

2013-06-01 Thread Chris Withers
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

email-ext pre-send script examples

2013-05-31 Thread Chris Withers
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

email-ext: pass parameters to script?

2013-05-17 Thread Chris Withers
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

shutting down an apache instance in post-build actions

2013-05-13 Thread Chris Withers
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

email-ext: including a list of files in an email

2013-05-03 Thread Chris Withers
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

setting timezone for users

2013-04-22 Thread Chris Withers
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

Re: Quickly testing Jelly templates with email-ext?

2013-04-19 Thread Chris Withers
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

Re: kept builds not being kept

2013-03-01 Thread Chris Withers
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

kept builds not being kept

2013-02-28 Thread Chris Withers
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

copying build artifacts from triggering parent of a triggering job

2013-02-27 Thread Chris Withers
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

creating a tag and pushing to github

2013-02-11 Thread Chris Withers
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

Re: "don't keep this build forever" button does nothing

2013-02-08 Thread Chris Withers
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

Re: forcing a build to run through all downstream jobs

2013-02-08 Thread Chris Withers
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

Re: Parallel execution of builds

2013-02-08 Thread Chris Withers
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

forcing a build to run through all downstream jobs

2013-02-08 Thread Chris Withers
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

Re: Jenkins/Slave connection via TelNet

2013-02-05 Thread Chris Withers
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"

Re: "don't keep this build forever" button does nothing

2013-02-05 Thread Chris Withers
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.

Re: Jenkins/Slave connection via TelNet

2013-02-05 Thread Chris Withers
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

loss of build data with multi-config (matrix) jobs on jenkins 1.480.2

2013-02-05 Thread Chris Withers
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

Re: "keep this build forever" via rest api?

2013-02-04 Thread Chris Withers
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

Re: can't "restrict where this project can run" for matrix builds?

2013-02-01 Thread Chris Withers
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

Re: Why are my build slaves being used to sync files when all executor threads are busy

2013-02-01 Thread Chris Withers
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

can't "restrict where this project can run" for matrix builds?

2013-02-01 Thread Chris Withers
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

"keep this build forever" via rest api?

2013-01-31 Thread Chris Withers
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

stop "source code management" and "delete workspace before build starts" on parent build of matrix job

2013-01-30 Thread Chris Withers
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

Re: problems with matrix builds

2013-01-29 Thread Chris Withers
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 :

problems with matrix builds

2013-01-29 Thread Chris Withers
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

copy artifact fail

2013-01-29 Thread Chris Withers
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

Re: viewing build results extremely slow on 1.480.2

2013-01-29 Thread Chris Withers
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

Re: viewing build results extremely slow on 1.480.2

2013-01-29 Thread Chris Withers
.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

Re: viewing build results extremely slow on 1.480.2

2013-01-28 Thread Chris Withers
/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 --

Re: copy artifacts question

2013-01-25 Thread Chris Withers
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

Re: parameterizing which downstream jobs to build

2013-01-25 Thread Chris Withers
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

Re: parameterizing which downstream jobs to build

2013-01-25 Thread Chris Withers
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

Re: Artifacts and Builds

2013-01-25 Thread Chris Withers
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

Re: parameterizing which downstream jobs to build

2013-01-25 Thread Chris Withers
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

Re: copy artifacts - pick from two upstream jobs

2013-01-25 Thread Chris Withers
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

viewing build results extremely slow on 1.480.2

2013-01-25 Thread Chris Withers
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

copy artifacts question

2013-01-25 Thread Chris Withers
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

parameterizing which downstream jobs to build

2013-01-24 Thread Chris Withers
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

Re: working with fingerprints from the REST api

2013-01-20 Thread Chris Withers
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

"don't keep this build forever" button does nothing

2013-01-19 Thread Chris Withers
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

using git branch as an axis

2013-01-19 Thread Chris Withers
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

Jenkins 1.480.2 - Windows Slave as service - JNLP 403 problem workarounds

2013-01-19 Thread Chris Withers
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

ensuring inter-job dependencies are met

2013-01-19 Thread Chris Withers
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

Re: java process on jenkins master pegged at 650% since upgrading some plugins

2013-01-18 Thread Chris Withers
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

java process on jenkins master pegged at 650% since upgrading some plugins

2013-01-18 Thread Chris Withers
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

working with fingerprints from the REST api

2013-01-17 Thread Chris Withers
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

matrix job aggregation

2013-01-11 Thread Chris Withers
(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

why does 1.480.1 LTS offer me 1.493 as an upgrade?

2012-12-16 Thread Chris Withers
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

how can I make timed out builds failed rather than aborted?

2012-12-05 Thread Chris Withers
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

matrix job aggregation

2012-11-29 Thread Chris Withers
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

Re: using build artifacts from a way upstream job

2012-11-27 Thread Chris Withers
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

using build artifacts from a way upstream job

2012-11-27 Thread Chris Withers
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

Re: Automatic diagram

2012-10-19 Thread Chris Withers
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

forcing a job to run on a variety of slaves

2012-09-24 Thread Chris Withers
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

Re: Will reducing the Max # of builds to keep automatically delete old builds?

2012-09-14 Thread Chris Withers
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

setting up an array of vmware machines as part of a jenkins job

2012-09-13 Thread Chris Withers
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

trending disk usage for all nodes in a jenkins cluster

2012-09-11 Thread Chris Withers
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

checking if an artifact has passed through any failing jobs?

2012-08-28 Thread Chris Withers
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

how can I introspect what versions of what plugins are installed?

2012-08-21 Thread Chris Withers
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

Re: Mail Watcher Plugin - config doesn't save

2012-08-15 Thread Chris Withers
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

Re: Mail Watcher Plugin - config doesn't save

2012-08-14 Thread Chris Withers
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 (

Re: Why does http://updates.jenkins-ci.org/update-center.json redirect to a broken mirror?

2012-08-14 Thread Chris Withers
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

Re: Mail Watcher Plugin not showing in "available plugins"

2012-08-13 Thread Chris Withers
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

Adding new wavs for Html Audio Notifier

2012-08-13 Thread Chris Withers
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

Re: Mail Watcher Plugin not showing in "available plugins"

2012-08-13 Thread Chris Withers
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

Re: Mail Watcher Plugin not showing in "available plugins"

2012-08-13 Thread Chris Withers
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

Re: Mail Watcher Plugin not showing in "available plugins" (was: email notification when node falls offline?)

2012-08-13 Thread Chris Withers
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

email notification when node falls offline?

2012-08-13 Thread Chris Withers
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

Re: upstream changeset info in the email-ext notify from downstream project

2012-07-27 Thread Chris Withers
--- 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

Re: xx Developer - xx - 12 Months Contract positions

2012-07-27 Thread Chris Withers
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

Re: email-ext plugin sends two emails

2012-07-27 Thread Chris Withers
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

audit trail plugin: how do I record who disabled a job?

2012-07-24 Thread Chris Withers
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

Bug with svn "emulate clean checkout" and files added in a branch and merged to trunk

2012-07-23 Thread Chris Withers
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

How can I get a job to fail when a regex matches in the output?

2012-07-13 Thread Chris Withers
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

Re: daily email summaries of failed builds

2012-07-12 Thread Chris Withers
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'

daily email summaries of failed builds

2012-07-12 Thread Chris Withers
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

Re: Copy artifacts failure on Windows

2012-07-06 Thread Chris Withers
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

Re: multiple git repos in one job

2012-07-06 Thread Chris Withers
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

jenkins stability? (jenkins release too frequently)

2012-07-05 Thread Chris Withers
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

Jenkins windows service keeps crashing/stopping

2012-07-03 Thread Chris Withers
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   2   >