Re: Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-06-10 Thread Greg Moncreaff
1. The string that shows up in the poll log and what works on the cmd line may not be the same. There could be some quote escaping needed. 2. What I think you absolutely need to work is 2.a view tag and view name must be exactly same thing, in your case " sam.mackrill_PBS_E3D_CI" 2.b the

Historical comparison/animation?

2013-07-23 Thread Greg Moncreaff
Is there any way, for a job splash page or dashboard view, or plugin view, to have Jenkins/plugin be able to generate that presentation for an arbitrary date? You basically get a where are we right now presentation with everything, with maybe some basic delta from previous build, but sometimes

Re: Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-08-07 Thread Greg Moncreaff
had a cut & paste *view path *and *view tag* must be set exactly the same !!! 1. For *view tag* use the view you defined, e.g. jenkins_BRANCH_NAME 2. For *view path* use the view you defined, e.g. jenkins_BRANCH_NAME On Tuesday, June 11, 2013 5:16:18 AM UTC-4, Samuel Mackrill wrote:

on windows, moved JENKINS_HOME, now file links are broken

2013-08-27 Thread Greg Moncreaff
when I look at *.xml in a build, all the 's point at the FQN of the old JENKINS_HOME, even though a build was run after the move how to fix? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving em

dead executor thread on LTS

2013-10-28 Thread Greg Moncreaff
things were fine last week, not sure why this is happening now INFO: Completed initialization Oct 28, 2013 3:23:04 PM hudson.TcpSlaveAgentListener INFO: JNLP slave agent listener started on TCP port 50336 Exception in thread "Executor #0 for master" java.lang.NumberFormatException: For inpu

Re: dead executor thread on LTS

2013-10-29 Thread Greg Moncreaff
3:25:33 PM UTC-4, Greg Moncreaff wrote: > > things were fine last week, not sure why this is happening now > > > INFO: Completed initialization > Oct 28, 2013 3:23:04 PM hudson.TcpSlaveAgentListener > INFO: JNLP slave agent listener started on TCP port 50336 > Exception

Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-04-16 Thread Greg Moncreaff
I've tried *Jenkins ClearCase Plug-in* This plugin makes it possible to retrieve files from a ClearCase SCM using a configspec. *1.3.14* the ctlshis

Re: Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-05-01 Thread Greg Moncreaff
2. Enter a cron schedule, e.g. every 10 minutes would be */10 * * * * On Tuesday, April 16, 2013 12:23:13 PM UTC-4, Greg Moncreaff wrote: > I've tried > >*Jenkins ClearCase > Plug-in*<http://wiki.jenkins-ci.org/display/JENKINS/ClearCase+Plugin> > This plugin

Re: SCM polling with ClearCase

2012-02-11 Thread Greg Moncreaff
I don't know about streams, but a similar issue occurs with "base" clearcase if viewPath != viewTag in configuration

Re: Scheduler build

2012-02-11 Thread Greg Moncreaff
Try being more generous in interval?, (e.g. check every hour instead of every minute?) Also, I've had the UI be non responsive with 100's of jobs if Max # of concurrent polling wasn't bounded. As I have a single executor, setting # polling to 1 has been just fine.

XSL format conversion

2012-02-12 Thread Greg Moncreaff
Any examples? Klocwork. To. Findbugs. Gcov. To. Cobertura.

Jenkins running amok!

2012-04-23 Thread Greg Moncreaff
1.460, after a restart, seems to be running amok, stating JENKINS_HOME continually looking for something. { I was able to delete all jobs and restart OK, but if I have jobs like I did before upgrading plugins and jenkins this past weekend, (all the SA/AC plugins seemed to want to be updated, as we

Anyone know.of/use an dashboardable/tablular/trendable arbitrary number plugin?

2014-03-13 Thread Greg Moncreaff
I'm looking at a case where want to contain complexity, and we have tools that can report # of methods, # of methods exceeding a complexity bound for buckets of source code. And we can obviously combine those for density. (e.g. $expr) Would like to see something that can apply health thres

Collect publisher data from many 'part' jobs into a total 'aggregate' job display

2014-09-08 Thread Greg Moncreaff
When you have a "long" job recommendations appear to be to break it up into several "smaller" jobs in a dependency pipeline. BUT, how do you combine the results back together into a single splash page? For example, you may run several code quality static tools in parallel. You may build (com

job executor affinity on single node master only

2015-01-28 Thread Greg Moncreaff
On a single master instance of Jenkins, with multiple executors, is it possible to assign some jobs to some executors, and others to different ones. E.g. our team has sub-groups A,B,C and Jenkins has four executors. Is there any plugin/configuration so we can (assuming contention) assign

Re: job executor affinity on single node master only

2015-02-06 Thread Greg Moncreaff
we ended up using the 'throttle concurrent builds' plugin, an defining categories for each teams jobs, and an executor pool for each teams jobs. > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop r

can you use build step env in publisher path elements?

2015-02-06 Thread Greg Moncreaff
We have a case where there are multiple jobs using the same workspace. [Its a base clearcase dynamic view thing] I'd like to have the build steps produce log files in ${WORKSPACE}/${JOB_NAME}/my_tool.out.txt And have publishers (e.g. warnings parser, etc) look for ${JOB_NAME}/my_tool.out.txt