RE: Teaching an old job new tricks

2016-08-17 Thread Ginga, Dick
as I know. On Wed, Aug 17, 2016 at 7:40 AM Ginga, Dick <dick.gi...@perkinelmer.com<mailto:dick.gi...@perkinelmer.com>> wrote: Does the use of node label contain a notion of “affinity”. In other words, I would like a build to go to node A always, unless node A is unavailable. I implem

RE: Teaching an old job new tricks

2016-08-17 Thread Ginga, Dick
Does the use of node label contain a notion of “affinity”. In other words, I would like a build to go to node A always, unless node A is unavailable. I implemented my own failover by using a node label parameter with a default node of A and a “possible nodes” of the failover node. From:

RE: Best practices: many distinct jobs vs parameterized jobs

2016-08-15 Thread Ginga, Dick
FWIW, I have implemented a 2-tier build approach where the first job prepares the source code workspace, pulling from whatever SCM. The second tier is the builder. It takes, as one parameter, that is the $WORKSPACE of the tier 1 job, performs all the building, testing, scanning in THAT job’s

RE: How to modify email content body to include SCM code check-in description?

2016-08-05 Thread Ginga, Dick
You want to use the ext-email plugin. This jelly script will create a nice email that includes things like the changeset, artifacts, portions of the console if the build failed. I think it is the default one that comes with ext-email plugin. From: jenkinsci-users@googlegroups.com

RE: strange job folders on Jenkins server

2016-08-04 Thread Ginga, Dick
@googlegroups.com Subject: Re: strange job folders on Jenkins server > On 04.08.2016, at 14:14, Ginga, Dick <dick.gi...@perkinelmer.com> wrote: > > No they do not. Saving build.xml to disk can fail for a number of reasons, and without that file, the folder is not recognized as a build fo

RE: strange job folders on Jenkins server

2016-08-04 Thread Ginga, Dick
thing went wrong in the middle or something. If they're empty, just wipe them out IMO. Cheers Le 4 août 2016 2:14 PM, "Ginga, Dick" <dick.gi...@perkinelmer.com<mailto:dick.gi...@perkinelmer.com>> a écrit : No they do not. I am wondering if a Jenkins changed or if there

RE: Re-2: strange job folders on Jenkins server

2016-08-04 Thread Ginga, Dick
23:44) From:Daniel Beck <m...@beckweb.net> To: j...@huber-online.com > Do they contain a config.xml file? > > > On 03.08.2016, at 21:28, Ginga, Dick <dick.gi...@perkinelmer.com> wrote: > > > > Anyone, are these timestamp-named folder related to the l

RE: strange job folders on Jenkins server

2016-08-04 Thread Ginga, Dick
: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Wednesday, August 03, 2016 5:44 PM To: jenkinsci-users@googlegroups.com Subject: Re: strange job folders on Jenkins server Do they contain a config.xml file? > On 03.08.2016, at 21:28, Ginga, D

RE: strange job folders on Jenkins server

2016-08-03 Thread Ginga, Dick
Anyone, are these timestamp-named folder related to the legacyIds file? Anyone know what the legacyIds file is for? From: Ginga, Dick Sent: Wednesday, August 03, 2016 9:02 AM To: jenkinsci-users@googlegroups.com Subject: strange job folders on Jenkins server Hi all, our Jenkins server disk

strange job folders on Jenkins server

2016-08-03 Thread Ginga, Dick
Hi all, our Jenkins server disk is getting full and in perusing the jobs and builds folders I have noticed that I have old build folders with date/time stamp formats (not sym links) that are not displayed in the Jenkins dashboard for those builds. I have folders with build numbers that make

RE: start jenkins sub jobs parallelly

2016-07-15 Thread Ginga, Dick
If you actually want them to start at the same moment (roughly), and they are all separate jobs, check Build Periodically and enter exactly the same time. e.g. 10 10 * * * this says run at 10:10 AM every day -Original Message- From: jenkinsci-users@googlegroups.com

selectively start jobs

2016-07-12 Thread Ginga, Dick
In our environment of several hundred jobs, I sometimes find it difficult to upgrade plugins and restart Jenkins as "something" is always running. Some jobs that are triggered by SCM checkins take 1.5 hours to run. Sometimes a couple of them will be pending waiting for the executing one to

RE: Planning parametrized jobs

2016-07-12 Thread Ginga, Dick
Parameters generally have default values. Those are the ones used when automatically started. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Patricio Iglesias Sent: Tuesday, July 12, 2016 3:11 AM To: Jenkins Users Subject: Planning parametrized

Update center is down?

2016-06-24 Thread Ginga, Dick
I am getting this: Cannot Load Update Center IOException: The host did not accept the connection within timeout of 5000 ms Dick Ginga, Informatics R PerkinElmer Inc. | For the Better HUMAN HEALTH | ENVIRONMENTAL HEALTH 940 Winter Street, Waltham MA 02451

Artifactory plugin usage

2016-06-23 Thread Ginga, Dick
I am trying to download libraries from Artifactory using a Property. My Property is LATEST. It is equal to 1 for a particular set of libraries. The help for the plugin field is below. What is the actual syntax of RED/BOLD? I have tried (the * field is a build number and I have artifacts from

RE: Need help on usage of Jenkins console data

2016-06-15 Thread Ginga, Dick
And the error was?? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of AJITH K.R Sent: Wednesday, June 15, 2016 6:17 AM To: Jenkins Users Subject: Re: Need help on usage of Jenkins console data Thanks for the suggestion. I am completely new to groovy

RE: tidying up Ext-email output

2016-06-14 Thread Ginga, Dick
at 8:30 AM Ginga, Dick <dick.gi...@perkinelmer.com<mailto:dick.gi...@perkinelmer.com>> wrote: Yes, I did notice that ☺ From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups

RE: tidying up Ext-email output

2016-06-14 Thread Ginga, Dick
try and test this out locally and see what I come up with. On Tue, Jun 14, 2016 at 4:42 AM Ginga, Dick <dick.gi...@perkinelmer.com<mailto:dick.gi...@perkinelmer.com>> wrote: Well Slide, that was just my most recent attempt at getting the output I desire. I am still getting this a

RE: tidying up Ext-email output

2016-06-14 Thread Ginga, Dick
is NOT evaluating to ALL three lines at once, since the is in between each one. On Tue, Jun 14, 2016 at 8:13 AM Slide <slide.o@gmail.com<mailto:slide.o@gmail.com>> wrote: I will try and test this out locally and see what I come up with. On Tue, Jun 14, 2016 at 4:42 AM Ginga, Di

RE: Need help on usage of Jenkins console data

2016-06-14 Thread Ginga, Dick
Ajith, I’m sure you can use a Post-build “Groovy Post-Build” to read the log (build.getLog maybe) and the write it to a file in the workspace. There might be a easier way and this code has not been “tested”. Try something like this: Log = build.getLog(); // is we are running on a remote

RE: tidying up Ext-email output

2016-06-14 Thread Ginga, Dick
that will affect things. On Mon, Jun 13, 2016, 04:32 Ginga, Dick <dick.gi...@perkinelmer.com<mailto:dick.gi...@perkinelmer.com>> wrote: I am using a template for the bulk of the email (attached). The actual Email Default Content field contains (at the moment) $DEFAULT_CONTENT ${BUI

RE: tidying up Ext-email output

2016-06-13 Thread Ginga, Dick
hand using content tokens? If you are using a template, can you send it? On Fri, Jun 10, 2016 at 11:16 AM Ginga, Dick <dick.gi...@perkinelmer.com<mailto:dick.gi...@perkinelmer.com>> wrote: I don’t know what you consider large, but it all looks more or less like this: 13:08:49 CORE

RE: tidying up Ext-email output

2016-06-10 Thread Ginga, Dick
oups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: Friday, June 10, 2016 2:11 PM To: jenkinsci-users@googlegroups.com Subject: Re: tidying up Ext-email output Can you supply a larger amount of test from the build log that I can try locally? On Fri, Jun 10, 2016

RE: tidying up Ext-email output

2016-06-10 Thread Ginga, Dick
CFSEARCH_HITCOUNTTEST ***br FAIL: LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER ***br FAIL: LTU_FUNC_TEST.LIBCFSEARCH_STRINGRESULT From: Ginga, Dick Sent: Friday, June 10, 2016 1:57 PM To: jenkinsci-users@googlegroups.com Subject: RE: tidying up Ext-email output I have tried and escaped and not escaped HTML an

RE: tidying up Ext-email output

2016-06-10 Thread Ginga, Dick
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: Friday, June 10, 2016 11:20 AM To: jenkinsci-users@googlegroups.com Subject: Re: tidying up Ext-email output Have you tried using instead of \n? On Fri, Jun 10, 2016, 08:18 Ginga, Dick <dick.gi...@perkinelmer.com<mailto:d

RE: tidying up Ext-email output

2016-06-10 Thread Ginga, Dick
Subject: Re: tidying up Ext-email output Have you tried using instead of \n? On Fri, Jun 10, 2016, 08:18 Ginga, Dick <dick.gi...@perkinelmer.com<mailto:dick.gi...@perkinelmer.com>> wrote: yes From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>

RE: tidying up Ext-email output

2016-06-10 Thread Ginga, Dick
yes From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: Friday, June 10, 2016 11:15 AM To: jenkinsci-users@googlegroups.com Subject: Re: tidying up Ext-email output Are you using html email? On Fri, Jun 10, 2016, 08:01 Ginga, Dick

tidying up Ext-email output

2016-06-10 Thread Ginga, Dick
Hello all, just trying to create a "better" email response. I have some custom written tests that produce lots of test output, but I only want the failures (FAIL:) in the email, 09:53:06 *** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST ... 09:54:09 *** FAIL:

RE: Using Coverity plugin

2016-06-07 Thread Ginga, Dick
Install the Coverity plugin, create a project in Coverity, add Coverity as a post-build step, fill in the fields. With more specific questions I can provide more specific answers. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of dharavath hemanth

Jenkins and VSphere

2016-02-09 Thread Ginga, Dick
Hello all, I have been playing with the VSphere plugin for Jenkins and have had only limited success. I'm getting a lot of Oops. I am not interested in creating a VM to be used as a slave. I want to use Jenkins to create the VM, install various tools, configure network access, etc. has anyone

RE: Jenkins on Windows Server w/ short-workspace-path-plugin (path too long error)

2016-01-29 Thread Ginga, Dick
There are 2 ways to make the resultant workspace path shorter. The path is made up of the workspace root and your source code structure. 1. Change the “Workspace Root Directory” under System Configuration. My windows master workspace resolves to: C:\Program Files

RE: Jenkins P4 plugin problem

2016-01-20 Thread Ginga, Dick
Hi Kenneth, we use Jenkins and Perforce. there are actually 2 plugins for Perforce. we use this one: https://wiki.jenkins-ci.org/display/JENKINS/Perforce+Plugin version 1.3.25 with this plugin, you specify the p4port in each job when you select Perforce as the SCM

wrappers for C/C++

2015-12-11 Thread Ginga, Dick
I have inherited a product build that uses SWIG to product wrapper libraries for our C/C++ code. It currently builds these wrappers for 2.5, 2.6, 3.1 and 3.2. Is it necessary to have version specific wrappers? -- https://mail.python.org/mailman/listinfo/python-list

RE: wrappers for C/C++

2015-12-11 Thread Ginga, Dick
Of Chris Angelico Sent: Friday, December 11, 2015 1:29 PM Cc: python-list@python.org Subject: Re: wrappers for C/C++ On Sat, Dec 12, 2015 at 4:21 AM, Ginga, Dick <dick.gi...@perkinelmer.com> wrote: > I have inherited a product build that uses SWIG to product wrapper libraries &

RE: wrappers for C/C++

2015-12-11 Thread Ginga, Dick
: wrappers for C/C++ On Sat, Dec 12, 2015 at 5:40 AM, Ginga, Dick <dick.gi...@perkinelmer.com> wrote: > Thank you Chris for this answer. These are the _only_ versions the build > creates. Are you saying that wrappers for 3.5 "may" continue to support > future versions?

RE: Manage lib dependencies as compilation or link time dependencies?

2015-11-16 Thread Ginga, Dick
Matt, compile and link time "dependencies" are typically in your make file, visual studio, eclipse, other IDEs. So the first steps in your build will be to run these. You don't need multiple jobs. For a simple approach you would just create a free-style project that 1. Pulls the sources from

RE: Jenkins 2.0 Proposal: Pipeline as code front and center

2015-10-28 Thread Ginga, Dick
I’ll add some support to Slide’s comments below. I don’t want to be a Groovy expert programmer to get builds and continuous integration working. I personally like (as in very much like) the Build Flow plugin. It is just enough functionality with just enough programming access to some underlying

RE: envinject plugin: should it be able to set the workspace?

2015-10-23 Thread Ginga, Dick
Martin, while the envinject plugin will let you set environment variables that you might be able to use to point to some other folder than the job’s default workspace, you might be able to use the Use Custom Workspace option under Advanced Project Options: For each job on Jenkins, Jenkins

RE: Jenkins build failure console output

2015-10-20 Thread Ginga, Dick
It appears that Perforce is building a workspace at /home/abigail/p4/projects// I suppose the workspace definition could include mapping some files to /var/lib/jenkins/workspace. What is your Perforce workspace definition? From: jenkinsci-users@googlegroups.com

RE: How to checkout file in Jenkins perforce plugin ?

2015-10-16 Thread Ginga, Dick
I think that will let you edit the copy of the file in the workspace but you can’t check it out and in. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Tim Hargreaves Sent: Friday, October 16, 2015 1:32 PM To: Jenkins Users Subject: Re: How to

RE: P4 Jenkins

2015-10-16 Thread Ginga, Dick
We use Perforce but a different plugin (I think, there are at least 2). What does the help for “Perforce Triggered” say? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Martin Sent: Thursday, October 15, 2015 7:13 PM To: Jenkins Users Subject: P4

RE: How to checkout file in Jenkins perforce plugin ?

2015-10-16 Thread Ginga, Dick
This is not really a Jenkins question. It is a Perforce question but we use Perforce and: -c default --- is default your workspace name? Jenkins usually changes the client workspace name to append the node name. do you have “Let Jenkins manage the workspace” selected? Does the user you are

RE: Multiple node instances on a single machine

2015-10-14 Thread Ginga, Dick
I think this will work. You would have 2 slave processes running. Another way might be to use “Use custom workspace” under “Advanced Project Options” From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Krish Sanj Sent: Tuesday, October 13, 2015 11:19 PM

RE: Jenkins with microcontrollers

2015-10-13 Thread Ginga, Dick
Matheus, Jenkins can run anything, literally anything, that has a command line interface from Windows, Linux, Unix, or Mac OSx. Output to the command window/console is recorded and saved by jenkins. You will probably have to use some type of scripting language to replace the tester saying “

RE: Pass parent workspace in build flow

2015-10-05 Thread Ginga, Dick
You might find this easier: Build (“job1”, parent_workspace: build.properties["environment"]["WORKSPACE"]) From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of GS_L Sent: Sunday, October 04, 2015 1:47 AM To: Jenkins Users Subject: Re: Pass parent

RE: Pass parent workspace in build flow

2015-10-01 Thread Ginga, Dick
I’m not sure “workspace” is a field of “build”. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of GS_L Sent: Thursday, October 01, 2015 7:53 AM To: Jenkins Users Subject: Pass parent workspace in build flow Hi I have a build flow that runs several

RE: Patterns in Role-based strategy

2015-09-17 Thread Ginga, Dick
Try (?!.*PROD).* Matthew -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ginga, Dick Sent: 15 September 2015 20:28 To: jenkinsci-users@googlegroups.com Subject: RE: Patterns in Role-based strategy I've tried them everywhere

RE: Patterns in Role-based strategy

2015-09-15 Thread Ginga, Dick
Actually, what does not work is: ?!PROD.* = meaning anything but jobs having PROD in their name. I actually get a OOPS - stack trace when I use this From: Ginga, Dick Sent: Tuesday, September 15, 2015 10:28 AM To: jenkinsci-users@googlegroups.com Subject: Patterns in Role-based strategy How

RE: Patterns in Role-based strategy

2015-09-15 Thread Ginga, Dick
-users@googlegroups.com Subject: Re: Patterns in Role-based strategy On 15.09.2015, at 21:14, Ginga, Dick <dick.gi...@perkinelmer.com> wrote: > ?!PROD.* = meaning anything but jobs having PROD in their name. I actually > get a OOPS – stack trace when I use this You forgot the parenthes

Patterns in Role-based strategy

2015-09-15 Thread Ginga, Dick
How can I configure roles such that "developers" CAN'T see some jobs? I see how the Pattern field can define what they can see, but how can I use it to define what they CAN'T? Use case: production deployment jobs, maintenance jobs, etc.? I am pretty sure I can't do it on a View basis but I

RE: Sub Project Using Parameters

2015-09-11 Thread Ginga, Dick
This will work. Jenkins just can’t resolve the project name yet, so it complains. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Naitove Sent: Friday, September 11, 2015 9:15 AM To: Jenkins Users Subject: Sub Project Using Parameters I am

Concurrent execution using a Node parameter

2015-09-10 Thread Ginga, Dick
I am trying to spawn multiple parallel jobs (using Build Flow plugin) to perform some TestComplete tests and passing to each invocation a Node parameter to run on. They both start and run a couple of build steps, but then one waits for the other before continuing with this message: 10:37:52

RE: [Build-flow plugin]

2015-09-08 Thread Ginga, Dick
Start your builds like this: build2 = build( “job2”) When that returns, you use the build2 variable to get at the log like this (you can use this call to get any number of lines) var = build2.getLog() you can use println just to print things to the console so: println var will put is in

RE: Jenkins Python API Query

2015-08-26 Thread Ginga, Dick
Yes, that is what parameters are for. You then access them as ${PARAM} in your various build steps. These also become environment variables on your build machine. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of AB Sent: Wednesday, August 26, 2015

RE: Get Jenkins Working with Private Repo

2015-08-25 Thread Ginga, Dick
Not before a POLL but in the job before it pulls from git. Something else polls or triggers the build. I also think it can be done once but does not hurt to do again so I just always do it From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Pratik

RE: Get Jenkins Working with Private Repo

2015-08-25 Thread Ginga, Dick
Wincred is the Windows Credential store. You probably want something else for your host OS From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Pratik Dhandharia Sent: Tuesday, August 25, 2015 11:18 AM To: Jenkins Users Subject: Re: Get Jenkins Working

RE: running jobs in parallel using workflow plugin

2015-08-25 Thread Ginga, Dick
You could add a parameter that the job does not use just so that the set of parameters is different for each. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ohad Basan Sent: Tuesday, August 25, 2015 4:53 AM To: Jenkins Users Cc: m...@beckweb.net

RE: Get Jenkins Working with Private Repo

2015-08-24 Thread Ginga, Dick
I solved this problem on Windows by adding this as a buildstep before the SCM runs: git.exe config --global credential.helper wincred it is specifically needed for sub-modules. The local cred store does not handle sub-modules (I think) From: jenkinsci-users@googlegroups.com

RE: Looking for existing plugins that provide extensive build/compile/run information

2015-08-19 Thread Ginga, Dick
First email: there is this plugin. I have not used it. https://wiki.jenkins-ci.org/display/JENKINS/Build+Failure+Analyzer You can install “any” and “all” plugins. I am not aware of any limitation. Some do require individual configuration. From: jenkinsci-users@googlegroups.com

RE: Groovy script vs. system script : file info needed to affect build

2015-08-12 Thread Ginga, Dick
I have only been able to get #3 to work. But I am not a Groovy expert. I would love a solution like #2 if you create one. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Brantone Sent: Tuesday, August 11, 2015 9:11 PM To: Jenkins Users Subject:

RE: Chicken-Egg issue with job references in Build Flow

2015-08-10 Thread Ginga, Dick
The only time I have seen this is if the downstream job never actually starts…e.g. Groovy error. A job that fails a step will return a handle. So I have never had to do defensive programming around this. I could always fix the problem. From: jenkinsci-users@googlegroups.com

Wiki is down

2015-07-31 Thread Ginga, Dick
I guess the wiki and plugin pages are down? -- 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. To view this

RE: Use Repository Sharing - advice please

2015-07-29 Thread Ginga, Dick
I will chip in with my thoughts… I am not surprised that your builds are getting that error. You can’t necessarily run parallel builds against the same source folders. First, you build process must put built artifacts (both temporary and final) into some unique folder structures on a per build

RE: Configure SCM in the Coverity Plugin

2015-07-28 Thread Ginga, Dick
I don’t use that option, but it looks like maybe Perforce does not have a user named Builder? From: Shobha Dashottar [mailto:shobha.dashot...@gmail.com] Sent: Tuesday, July 28, 2015 7:07 AM To: Jenkins Users Cc: Ginga, Dick Subject: Re: Configure SCM in the Coverity Plugin Thanks . I have now

RE: Configure SCM in the Coverity Plugin

2015-07-28 Thread Ginga, Dick
I don’t know. I’m just guessing. From: Shobha Dashottar [mailto:shobha.dashot...@gmail.com] Sent: Tuesday, July 28, 2015 7:56 AM To: Jenkins Users Cc: Ginga, Dick Subject: Re: Configure SCM in the Coverity Plugin yes. Perforce does not have that user but it is just the system user builder doing

RE: 'Restrict where this project can be run' option

2015-07-22 Thread Ginga, Dick
There is a permission that allows or disallows “users to run jobs as them on slaves” under Slave/Build. Not quite sure what that means. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ilya Levin Sent: Wednesday, July 22, 2015 10:21 AM To: Jenkins

RE: Jenkins Perforce workspace question

2015-07-22 Thread Ginga, Dick
Martin, Jenkins and Perforce both have a concept of “workspace”. The Jenkins workspace is the folder that the job will run in. This will be named typically Remote Root/job name. Then Perforce has a “workspace”. Jenkins creates its own Perforce workspace based on the values you set in the

RE: HTML publisher plugin, result 404

2015-07-15 Thread Ginga, Dick
That is because the index page in named index.HTM (no L). I spent lots of time on this problem. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ruud Siebierski Sent: Wednesday, July 15, 2015 3:54 AM To: jenkinsci-users@googlegroups.com Subject: HTML

RE: jenkins and code analysis

2015-07-13 Thread Ginga, Dick
We use Stylecop for C#. it is supported by the violations plugin that will let you display a historical graph of conformance. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Carlos Lucas Sent: Monday, July 13, 2015 9:59 AM To:

RE: Debug 'Trigger a remote parameterized job'

2015-06-30 Thread Ginga, Dick
My remote Jenkins has no authentication configured [cid:image001.png@01D0B359.6C4F9340] [cid:image002.png@01D0B359.6C4F9340] From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Steve K Sent: Tuesday, June 30, 2015 5:15 PM To:

RE: Jenkins Plugin categories - upload /download

2015-06-29 Thread Ginga, Dick
Hi Vince You can of course insert a Batch/Shell step that copies anything you want. There is, under Build Environment section: Run buildstep before SCM runs – from the Pre SCM BuildStep Plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Vince

RE: What Jenkins copies from slave to master when a build finishes?

2015-06-26 Thread Ginga, Dick
Well I am not a Linux guy but is /srv/share a folder mapped to your Jenkins server? Then that would be a manual copy step. If /srv/share is a local folder on your slave, then I do not know how it is getting to your master. From: jenkinsci-users@googlegroups.com

RE: What Jenkins copies from slave to master when a build finishes?

2015-06-26 Thread Ginga, Dick
By default, Jenkins copies no files from the slave to the master except the build log. You need to explicitly move files via Archive, Publish, Copy, etc From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Alan Evangelista Sent: Friday, June 26, 2015

RE: Configure SCM in the Coverity Plugin

2015-06-24 Thread Ginga, Dick
I have found that you need to add P4 to the “cov-build blacklist”. This tells Coverity to no wrap these calls. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Shobha Dashottar Sent: Tuesday, June 23, 2015 11:22 PM To:

RE: Configure Coverity in Jenkins

2015-06-15 Thread Ginga, Dick
What is your problem? Which version of the plugin and which version of Coverity are you running? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Aditi S Sent: Sunday, June 14, 2015 6:04 AM To: jenkinsci-users@googlegroups.com Subject: Configure

RE: Configure Converity in Jenkins

2015-06-15 Thread Ginga, Dick
Well, I am using plugin version 1.4.1 with Jenkins 1.580.3 and Coverity 7.0.3 with no problems on C, C++, Java. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of John Mellor Sent: Monday, June 15, 2015 9:19 AM To: jenkinsci-users@googlegroups.com

RE: Post build command line

2015-06-09 Thread Ginga, Dick
Yes, but these “allow” windows command steps in port-build actions. Just set it to Always From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gilad Baruchian Sent: Sunday, June 07, 2015 11:45 AM To: jenkinsci-users@googlegroups.com Subject: Re: Post

RE: Post build actions on conditions

2015-06-04 Thread Ginga, Dick
You must add the Any Build Step plugin which lets you run any Build step as a Post build step. * Use publishers as a Build Step (via the Conditional BuildStep Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin) * Use builders during the Post-build Actions

RE: Running multiple build steps in a single job

2015-06-04 Thread Ginga, Dick
You must add the Any Build Step plugin which lets you run any Build step as a Post build step. * Use publishers as a Build Step (via the Conditional BuildStep Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin) * Use builders during the Post-build Actions

RE: Post build command line

2015-06-04 Thread Ginga, Dick
You must add the Any Build Step plugin which lets you run any Build step as a Post build step. * Use publishers as a Build Step (via the Conditional BuildStep Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin) * Use builders during the Post-build Actions

RE: How can I handle over an environment variable within a build flow?

2015-05-21 Thread Ginga, Dick
Getting jobs to share the same workspace can be done by “AND set the Use custom workspace in Advanced Project Options to tell each job to use the same workspace”. I must have mistakenly assumed that that workspace contains source code to be built ? You never asked How can I handle an

RE: How can I handle over an environment variable within a build flow?

2015-05-19 Thread Ginga, Dick
Let’s see,,, 1. What SCM are you using? I use Perforce and can tell the Perforce Plugin “not” to manage “client views” and create one in a fixed location AND set the Use custom workspace in Advanced Project Options to tell each job to use the same workspace. Therefore, Jenkins will not

RE: Parameterized trigger plugin: File Parameter not supported?

2015-04-22 Thread Ginga, Dick
Well, I don’t know about file parameters but one way to do this is to have the jobs archive the zip and readme files and then send the job name and build number to the dedicated file job and that job can then, using the Copy Artifact Plugin, copy those files to your file job workspace.

RE: unable to connect to slave on Ubuntu 12.03 desktop

2015-04-08 Thread Ginga, Dick
@googlegroups.com Subject: Re: unable to connect to slave on Ubuntu 12.03 desktop On Tue, Apr 07, 2015 at 09:00:05PM +, Ginga, Dick wrote: I have a windows Jenkins server and a week or so ago I succeeded in connecting an Ubuntu 14.04 Server slave without any problem. Now I am trying

RE: Jenkins Job Setup - Test Script Execution using Selenium Web Driver and Testng pluin in Eclipse IDE

2015-04-07 Thread Ginga, Dick
I can’t help with any of these issues as I don’t know how the build.xml works. Just how to use it when eclipse creates it. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Raghavendra Pise Sent: Sunday, April 05, 2015 1:33 AM To:

unable to connect to slave on Ubuntu 12.03 desktop

2015-04-07 Thread Ginga, Dick
I have a windows Jenkins server and a week or so ago I succeeded in connecting an Ubuntu 14.04 Server slave without any problem. Now I am trying to connect a 12.04 desktop and I get below. I keep thinking I am forgetting some stpe I did but its not coming to me. Please help. [04/07/15

RE: Jenkins Job Setup - Test Script Execution using Selenium Web Driver and Testng pluin in Eclipse IDE

2015-04-03 Thread Ginga, Dick
The only way I know how to do this is to have Eclipse create an ANT build.xml file. Look under File-Export. Then I use these commands. The first one builds the tests the second runs them. call C:\apache-ant-1.9.4\bin\ant.bat -file build.xml build call C:\apache-ant-1.9.4\bin\ant.bat -file

RE: Running Github Java Files

2015-03-27 Thread Ginga, Dick
Simon, Sorry if this is really basic stuff but I’m just trying to help: Your build job first pulls the sources from Github. Now forget about Github, your build is running on the Jenkins master in the folder C:\Jenkins\workspace\ I am assuming your batch file commands do what you want. I run

RE: Running Github Java Files

2015-03-25 Thread Ginga, Dick
There is nothing wrong with your approach below. Figure out where the junit test results are being placed and you can use the publish junit plugin to create a nice chart on the build page. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of simon drake

RE: How set a build number from a text file

2015-03-25 Thread Ginga, Dick
Build numbers are really important to Jenkins so you can't just set them. Through the Set Next Build Number plugin you can set a larger build number than the current one but you cannot set a smaller one. there are ways of setting the display name of a build to anything. See the version number

RE: find jobs with high polling frequency?

2015-03-25 Thread Ginga, Dick
There is a column you can add to any view available with the Cron Column plugin -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Tuesday, March 24, 2015 6:55 PM To: jenkinsci-users Subject: find jobs with

RE: Is it OK to link config.xml files?

2015-03-24 Thread Ginga, Dick
FWIW, I do the same thing but use a generic job. To avoid confusion I set the display name to indicate who/what/which job called it. so a history of the generic job could look like: Post-Build-Process-Dev-23 Post-Build-Process-Dev-22 Post-Build-Process-Dev-21 Post-Build-Process-Release-20

RE: Is this the correct way to manage multiple SCM triggered builds?

2015-03-24 Thread Ginga, Dick
multiple SCM triggered builds? Cool, thank you! I take it that won't work though if Jenkins is unavailable for some reason however right? While polling would pick up changes when Jenkins returns? Thank you! Brent On Tue, Mar 24, 2015 at 12:22 PM, Ginga, Dick dick.gi...@perkinelmer.commailto:dick.gi

RE: Is this the correct way to manage multiple SCM triggered builds?

2015-03-24 Thread Ginga, Dick
A Perforce-side trigger (change-submit) would run once for each checkin and provide the single associated changelist to sync to. I think this will give you a one-to-one job execution From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Brent Scriver

RE: Running Github Java Files

2015-03-24 Thread Ginga, Dick
SCM- any Source Code Management system - we use Perforce Ant is a build scripting language. In Eclipse: File-Export-General-Ant Build Files -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of simon drake Sent: Tuesday, March

RE: Running Github Java Files

2015-03-24 Thread Ginga, Dick
I have done this just once. SCM should not matter. Using Eclipse, export to an ant build.xml file. Commit that file. Pull down test sources build and run tests. These were my command lines: call C:\apache-ant-1.9.4\bin\ant.bat -file build.xml build call C:\apache-ant-1.9.4\bin\ant.bat -file

concurrent building only on different nodes

2015-03-19 Thread Ginga, Dick
Hello all, I have a job (virus scanner) that I need to run on the workspace of a release build. But, because of limitations in Symantec's doscan, I can only run one at a time on any build machine. But is do NOT want to serialize ALL of these jobs What I want is to queue scan jobs to any one

RE: concurrent building only on different nodes

2015-03-19 Thread Ginga, Dick
://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin On 19.03.2015, at 14:09, Ginga, Dick dick.gi...@perkinelmer.com wrote: Hello all, I have a job (virus scanner) that I need to run on the workspace of a release build. But, because of limitations in Symantec’s doscan, I can only

RE: plugin manager

2015-03-19 Thread Ginga, Dick
It means that the newer version of jenkins has newer versions of those “build-it” plugins and as long as they are marked a “pinned”, they will not be updated. To update them to the versions in 1.596.1, unpin them and restart Jenkins From: jenkinsci-users@googlegroups.com

RE: plugin manager

2015-03-19 Thread Ginga, Dick
This is answered in that link: Why/how were the plugins pinned in the first place? When a bundled plugin is manually updated, Jenkins will mark that plugin as pinned to the particular version. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ginga

  1   2   3   >