Re:Jenkins can't connect to a Git server via SSH using username/password

2014-05-07 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
If you are using one of the recent Git plugins, you'll have to put your credentials in the Credentials area in Jenkins, not in the URL itself. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: May 7 2014 12:25:38 We are trying to conne

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Unfortunately it's not possible to reconnect to an SSH session; if the session is disconnected, the SSH daemon on the receiving end will close its end, and kill any processes that had been launched by that connection. In other words, any job that was running will be lost. - Original Message

Re: maven plugin - how to obtain the jenkins user name

2014-05-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
om Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: May 5 2014 15:27:54 I mean the user that is logged on jenkins and started a jenkins job that in the build step refers a pom.xml that declares this plugin. Em segunda-feira, 5 de maio de 2014 14h21min39s UTC-3, Kevin Fleming escreveu: What do you mea

Re: maven plugin - how to obtain the jenkins user name

2014-05-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
What do you mean by 'running'? Does this plugin provide a build step, a publisher, or something else? If it provides something that is used during a build, then you want the user who initiated the build. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@goog

Re: Jenkins doesn't care that needed JDK is not configured on slave

2014-04-29 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
to have to manually specify labels that are inherent to the slave environment. On Tue, Apr 29, 2014 at 7:40 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: You are correct, the decision logic for choosing slaves only takes labels into account, it does not match up JDK requirements. You'l

Re:Jenkins doesn't care that needed JDK is not configured on slave

2014-04-29 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You are correct, the decision logic for choosing slaves only takes labels into account, it does not match up JDK requirements. You'll have to put the appropriate labels on your slaves as well. Rather than modifying the decision logic, though, a way to solve this problem would be for the configu

Re:[SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Interesting! Thanks for the report, I'll have to experiment with this when I bring my Jenkins back up. Is the AllowEncodedSlashes issue also present in Apache HTTPD 2.2.x, or just 2.4.x? - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At:

Re:Amazon EC2 plugin does not resume stopped instances

2014-04-28 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You already posted this question and people have been responding to you. Why did you start a new thread with the same question? - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 28 2014 11:07:01 As per description, the Amazon EC2 all

Re:CppCheck plugin configuration for multiple targets

2014-04-25 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Most of the Jenkins publishers (test results, warnings, etc.) assume that the project builds a single target, so you will have trouble if you build multiple targets in a single project. Even though you have a large number of targets, it may be better to have separate projects for each one (you c

Re:qemu nodes are very slow in jenkins

2014-04-21 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Are you saying that you can run two qemu 'nodes' without Jenkins and your system performs well? It's not surprising that starting up two virtual machines on your computer makes it run slower; you have given it more work to do! - Original Message - From: jenkinsci-users@googlegroups.com

Re: SCM Sync Configuration plugin exception

2014-04-14 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The SCMSync plugin may not have been upgraded to support usage of the Credentials plugin yet. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 14 2014 14:29:26 I just noticed that https://wiki.jenkins-ci.org/display/JENKINS/ScmSyn

Re: GitHub access using access token and Basic Authentication no longer working

2014-04-11 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
r user name and access token so they are no longer visible in the console log, I don't expect that bug will be fixed very soon. You could submit a bug report to https://issues.jenkins-ci.org/ so that the problem can be tracked. Mark Waite On Fri, Apr 11, 2014 at 12:28 PM, Kevin Fleming (

Re:GitHub access using access token and Basic Authentication no longer working

2014-04-11 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You have probably updated to a version of the Git client plugin that uses the Credentials plugin for storage of credentials, and doesn't support URLs with embedded credentials. At least, that seems likely based on what you are reporting. It's certainly not a Jenkins core issue. - Original M

Re: GIT checkout Very Urgent...!!!

2014-04-10 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Git does not provide a way to clone (checkout) a single file. You must clone some portion of the repository and then checkout a branch that contains the file you need. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 10 2014 12:29:3

Re:Trigger a job Y after an artifact from job X has been released?

2014-04-09 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This is called 'promotion'. Check out the Promoted Builds plugin. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 9 2014 16:06:41 I have a few maven projects A, B and C on Jenkins. I have configured the maven-release-plugin for th

Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-09 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
any anon privileges? - Original Message - From: "Kevin Fleming (BLOOMBERG/ 731 LEXIN)" To: jenkinsci-users@googlegroups.com Sent: Wednesday, April 9, 2014 2:07:17 PM Subject: Re: Enabling Jenkins Security Blocks Github Webook <404 Error> Keep in mind that this will allow anyone to kick

Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-09 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
eming (BLOOMBERG/ 731 LEXIN)" To: jenkinsci-users@googlegroups.com Sent: Tuesday, April 8, 2014 4:18:12 PM Subject: Re: Enabling Jenkins Security Blocks Github Webook <404 Error> You are allowing 'anonymous' to configure your jobs? That sounds quite bad. - Original Mes

Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You are allowing 'anonymous' to configure your jobs? That sounds quite bad. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 8 2014 17:05:42 >> My security matrix grants Overall and Job Read to Anonymous. That did the trick. Afte

Re:Problem setting up slave on Linux

2014-04-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Do you have a 'prepare' script as part of the slave's configuration in Jenkins? If so, what does that script do? - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 8 2014 12:20:38 It is very strange. We've been running Jenkins on Ub

Re:Parameterized build parameter help

2014-04-01 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
What do you mean by 'you have a job trigger'? If you mean that you have a child job triggered by the completion of the first one, then any environment variables you set in the build steps in the first job will not carry over to the child job. Any changes you make in the environment inside a buil

Re: Downstream cleanup job

2014-03-27 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Alternatively, use VM snapshots and launch the VMs you need for each job. Each one will be clean and then thrown away when the job completes. If you only have enough resources for one simultaneous build, you can continue using Throttle Concurrent Builds to maintain the restriction. - Origin

Re:Custom workspace for remote machine

2014-03-26 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You want to setup a Jenkins slave. Workspaces are never 'remote'. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Mar 26 2014 09:54:56 Hi, I'm using Jenkins v. 1.516 and I'd like a project to be built on a remote machine. Currently,

Re:Install instructions for Ubuntu don't work for 14.04

2014-03-10 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Well, it appears that you could remove the existing Jenkins package that came from Ubuntu before installing the one from the Jenkins repo. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Mar 10 2014 13:06:13 I'm following the installat

Re:Github Plugin throws exception when using 'pull_request' type

2014-03-07 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
First, keep in mind that nearly everyone in the Jenkins community is a volunteer, and they do what they can to help out. Very few JIRA issues will ever get a response within one day, let alone one week! Your issue is that you are trying to use the GitHub plugin for something it does not know ho

Re: Best practice to copy Jenkins jobs from old instance to new one - Different networks - No root access to server - Manual Copying preferred

2014-02-28 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
If you don't have access to the server, nor access to the API, then there's really no way you can copy the jobs as you can't get their contents. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Feb 28 2014 10:58:44 Just tried it and kee

Re: GIT not pushing changes instead checked in changes are overwritten by git checkout once build starts

2014-02-13 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
If you commit changes on a detached HEAD (this is a Git term that means you are not on any branch), then nothing can be pushed. Only branches (references) can be pushed to another location. Your build job needs to check out a specific branch, modify it, then push it back. - Original Messag

Re: Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Git Client plugin has that listed as a dependency and will pull in everything it needs. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Feb 12 2014 16:29:12 You need the git plugin in addition to the git client plugin On Feb 12, 2

RE: Re:Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
On Behalf Of Kevin Fleming (BLOOMBERG/ 731 LEXIN) Sent: Wednesday, February 12, 2014 3:28 PM To: jenkinsci-users@googlegroups.com Subject: Re:Difficulty to make Jenkins talk to Git You cannot include credentials in the repository URL. They must be specified in the 'credentials' ar

Re:Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You cannot include credentials in the repository URL. They must be specified in the 'credentials' area of the Git client plugin, and the location of that depends on which version of the plugin you installed. Which one do you have? - Original Message - From: jenkinsci-users@googlegroups.c

Re: Mailing List to Announce Plugin Updates . . .

2014-02-01 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
There is also an RSS feed of plugin releases. --- Sent from Bloomberg Anywhere for Android - Original Message - From: Richard Bywater At: Sunday, February 2, 2014 06:42 IIRC, the releases are announced via a Twitter account. Perhaps that will help you? Richard. On Sun, Feb 2, 2014

Re: blocked jobs

2014-01-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This problem can be solved simply with the Exclusion plugin. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jan 23 2014 12:11:25 MachineA is not a Jenkins slave but rather my test target (I test specific software on a specific hardwar

Re: Stop EC2 slave instances

2014-01-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
ssage - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Jan 21 2014 15:00:01 What do you think about exposing the stop() method? I found it in the source on GitHub, but I've only just begun to take a look at the source cod

RE: Re:A question about matrix parent build jobs

2014-01-22 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
he general rule is always one job per executor, am I correct? BR David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming (BLOOMBERG/ 731 LEXIN) Sent: 22 January 2014 15:00 To: jenkinsci-users@googlegroups.com Subject: Re:A questi

Re:A question about matrix parent build jobs

2014-01-22 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This is only limited by the number of executors you have configured on your Jenkins master. The parent jobs are not special, they are just jobs in their own right and obey all the normal job processing rules. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users

Re: Stop EC2 slave instances

2014-01-21 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
s.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Jan 21 2014 13:17:48 Presently, they have been idle when the shutdown occurs. I'm working on updating the shutdown process to try to ensure that it waits until all jobs are complete to enforce this. On Tues

Re: Stop EC2 slave instances

2014-01-21 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Are these slaves running active jobs, or are they idle (from Jenkins point of view)? - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Jan 21 2014 13:12:43 I would like to stop them, not

Re:Stop EC2 slave instances

2014-01-21 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, a Groovy script could iterate over the current list of Jenkins nodes, determine which ones are EC2 slaves, and then delete them. This would terminate the EC2 instances for those slaves. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com

Re:Jenkins in non internet connected environment

2014-01-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
These DNS queries are not harming anything, they are coming from background processes in Jenkins checking for things like documentation (for plugins, from the wiki) and core/plugin updates (from the Update Center). If you don't want them to hit your DNS server, you can put entries into an /etc/h

Re: shared workspace

2014-01-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Right, the solution to this problem is not to share the workspace, but instead to archive the important artifacts from each job (onto the Jenkins master) and then configure downstream jobs to retrieve them. This is a far more reliable solution as well, as it allows job to be re-run, and for jobs

Re: git plugin busted

2014-01-06 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
That really needs to be fixed; if include/exclude specifications cannot be processed without "Force polling using workspace", then the plugin should just turn that on itself. Allowing the user to select options that will never result in a working configuration is user-hostile. If at some point

Re: Need help/guidance on jenkins/plot plugin setup and configure

2014-01-02 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The status of the job (stable/unstable/failed) is based on the contents of the test result file, not the exit status of your script. If any of the test results you emit in the file don't indicate 'success', then Jenkins will consider the job unstable (which means the build was successful, but on

'Coinbase Support' spamming list

2013-12-30 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Looks like a list maintainer needs to unsubscribe this company, someone has subscribed an automated mailbox that is responding to the list. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Dec 30 2013 13:40:57

Re: Job trigger for changes only on certain git repo folders

2013-12-30 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Git SCM plugin for Jenkins already supports this sort of thing, via inclusion and exclusion ranges (which are paths that are matched to decide whether the project should be triggered or not). - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups

RE: How to use --sessionTimeout?

2013-12-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
No, this is not going to work. You are passing the arguments to a shell script which does many things, including starting Jenkins. If this is the script provided by the Debian/Ubuntu packages for Jenkins, you will want to do this instead: * Open /etc/default/jenkins in a text editor. * Find the

Re: Jenkins vs. EBCDIC

2013-11-22 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
It doesn't seem practical for build artifacts to have their encodings changed automatically; doing so would require that the Jenkins slave code somehow be told which files are safe to convert and which are not. The log is a different situation, of course; that would be safe to convert (and to do

Re: sloccount plugin

2013-11-15 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
of job completion Finished: FAILURE please suggest me where i m going wrong regards On Fri, Nov 15, 2013 at 12:45 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: Please don't crosspost messages to multiple mailing lists. Yes, some of us use the sloccount plugin. It's pretty

Re:sloccount plugin

2013-11-14 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Please don't crosspost messages to multiple mailing lists. Yes, some of us use the sloccount plugin. It's pretty much impossible to help you in any useful way if you don't tell us what problems you are experiencing, though. - Original Message - From: jenkinsci-users@googlegroups.com To:

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Git itself has a way to handle this, using the push.insteadOf setting in the Git config file; I wonder if there's a way to leverage that mechanism in the Git plugin? - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 12 2013 13:43:38

Re:Multijob plugin: Using same commit everywhere

2013-11-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
That's how matrix (multi) jobs work; the master job learns what the proper SCM commit is, then it is communicated to all of the subjobs in the matrix when they are launched. If your subjobs have child jobs, then you'd need to communicate the commit information to them the same as you would with

Re: Error when upgrading 1.537 -> 1.538 on Ubuntu with native packages

2013-11-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
As I posted earlier, just create the directory yourself. Someone who is involved in building the packages will need to update the packaging scripts. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 8 2013 10:40:18 I am also getting

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Nov 8 2013 10:36:47 I don't understand why people host git over https with self-signed certificate. This don't make things secure, so why no

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I am starting to think that the new credentials system may be just a bit over-engineered :-) - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 8 2013 07:50:15 Ahhh did you not add any specifications to the domain? You need to provi

Re: Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-07 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, that's essentially right. How are you executing MSBUILD in your project now, if you aren't using an 'Execute Shell' build step? - Original Message - From: staeton.g...@gmail.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At:

Re:Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-06 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You are correct. The cppcheck plugin only provides a Publisher, not a Build Step, so you will need to arrange for cppcheck to be run by one of the steps in your project. it doesn't get 'attached' to msbuild, you'll need to run an 'Execute Shell' step in your project and then run cppcheck to anal

Re:Error when upgrading 1.537 -> 1.538 on Ubuntu with native packages

2013-11-06 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I saw this as well. I manually created /var/run/jenkins (owned by the jenkins user) and finished the package update. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 6 2013 00:21:03 Hello I got following error while upgrading from

Re: Unable to connect EC2 slaves to remote Git repository

2013-11-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
was made aware of Credential and SSH-Agent support (since it creates the nodes/slaves on the fly). - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Nov 5 2013 14:10:39 Thanks for the explanation. I

Re: Updated to 1.538. won't contact Update Center

2013-11-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
November 2013 16:07, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: I updated my machine to 1.538 this morning (using the Ubuntu package), and found that the Update Center had not been contacted for over a month; as a result, there were no plugin updates available to be installed. I tried various t

Updated to 1.538. won't contact Update Center

2013-11-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I updated my machine to 1.538 this morning (using the Ubuntu package), and found that the Update Center had not been contacted for over a month; as a result, there were no plugin updates available to be installed. I tried various things to get Jenkins to download the latest data from the update

Re:What is teh best way to prevent several jobs from running at once?

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Plugins: Throttle Concurrent Builds, Locks and Latches - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 4 2013 16:37:07 I have about 6 jobs that all deploy to a SalesForce cloud instance and they cannot run at the same time. This a

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
rs on last available workspace, that may be a slave. git-plugin 2.0 is using remote polling "ls-remote" by default, you force the legacy mode setting "Force polling using workspace" option BUT a simpler option is for you to install git on master ! 2013/11/4 Kevin Flem

Re:git polling is broken for me (ugh!)

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Polling has always run on the master IIRC, otherwise it wouldn't be possible for the master to know when to fire up a slave to run a job. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 4 2013 14:54:17 Hello, I just upgraded seve

Re: Unable to connect EC2 slaves to remote Git repository

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Amazon EC2 plugin is not 'credentials aware' at this point, so it's not going to push credentials down to the slave. This is something I plan to work on in the near future, but I've been waiting for the Credentials plugin and its data structures to settle down. As it stands today, the EC2 s

Re: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Have you tried 1.535 (or any later release)? It would be helpful to confirm that it hasn't already been fixed before a developer spends any time on this. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Oct 4 2013 11:31:31 I should men

Re:GIT Plugin

2013-09-27 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, the top-level multi-configuration job will record the SHA1 hash of the 'tip' of the branch from the Git repository, and that will be communicated to all of the jobs that run for the inner cells of the configuration matrix. It won't matter whether all these jobs run on the Jenkins master, on

Re:What's the right Job architecture for builind a release build, and also a code coverage build?

2013-08-26 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You can use a multi-configuration (matrix) job to build all the 'flavors' you need in a single job, archive the artifacts from each configuration, then use them in downstream jobs as you see fit. Your deployment job will be deploying binaries built from the same source code as the unit-test/cove

Re:Slave workspace in a static folder

2013-08-21 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, it's possible in the advanced settings to override the build directory naming scheme, but it's also quite simple to just add a shell/batch script step to your job to copy the built files into the deployment location. You really would not want to use /var/www/public as a slave workspace dire

Re: Set Jenkins slave system home directory to something other than $HOME

2013-08-20 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You only need to be concerned about multiple slaves having the same 'Remote FS root' if they are located on the same computer :-) I have all of my slaves configured with '/jenkins' for their remote FS and they work fine, because they are all one slave per computer. - Original Message -

RE: How to download plugins from Linux shell

2013-08-20 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
ust about anybody can do it. Chris Carlson Sr. Software Engineer Zodiac Inflight Innovations 2929 E. Imperial Hwy. Brea, CA 92821 USA P: 714.854.8478 www.imsco-us.com From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming (BLOOMBERG/

RE: How to download plugins from Linux shell

2013-08-20 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The other recommendations you've received are really valuable, and you should not discount them. If you go down the route of downloading HPI/JPI files yourself, you will lose the benefit of dependency handling that Jenkins provides. You will have to download *all* necessary plugins (not just the

Re: jenkins very slowly at finish any jobs

2013-08-13 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
l the contents of the entire workspace - not just the artifacts and test unit results etc. Richard. On Tue, Aug 13, 2013 at 9:10 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: I don't believe this is true; workspaces are never copied wholesale. Parts of them can be copied if the jo

Re:Jenkins Matrix Project: Ignore non existing configurations

2013-08-13 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
There is no method to do that in the Multi-Configuration Project today, but it doesn't sound like it would be very difficult to add. I could make use of that myself, in fact :-) - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Aug 13 20

Re: jenkins very slowly at finish any jobs

2013-08-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I don't believe this is true; workspaces are never copied wholesale. Parts of them can be copied if the job has been configured to preserve artifacts, and some plugins will also copy parts of them if needed (the Cobertura plugin, for example). Unless those features have been enabled though, the

Re: How to run a build step from the master and not the slave?

2013-08-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
In that case, this is not a true slave (a Jenkins slave), but it's a 'robot framework slave'. You'll need to create a job that runs on the master and uses the framework to connect to, and run work on, the slave. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-us

Re:Is there a chance to get Subversion 1.8.x running with jenkins?

2013-07-31 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Are you saying that SvnKit in Jenkins can't talk to a Subversion 1.8 server? That would be quite surprising, so I suspect that you are having problems because you are sharing a Subversion checkout (working copy) between Jenkins jobs and other uses, and they are using different versions of Subver

Re:Unique Identifier for Jenkins Projects

2013-07-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I don't believe that such a data element exists. In Jenkins, the project name is the key for everything. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jul 23 2013 13:09:50 Hello, Does any one know of a place or a field in Jenkins th

Re:Jenkins 1.509.2 upgrade anomaly - missing jobs

2013-07-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Most likely if you review the system log you'll see that your jobs could not be loaded because one or more plugins are required and they are not present; as another poster said, you'll need to go into the Update Center in the new Jenkins version and fully upgrade all of your plugins. Doing so wi

Re:SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-17 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Your email is a bit confusing; you are talking about an SSH connection, but the example you posted is for a JNLP connected slave. Also, slaves don't make SSH connections to the Jenkins master, the connections are made the other direction. If you are starting the slave via JNLP, I have no idea wh

Re:Jenkins isn't accessible due to several errors

2013-07-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You have multiple Out Of Memory errors in there; you need to investigate why your Jenkins process is out of memory. It could be that the system itself is low on available RAM, or that you need to configure your JVM to have a larger heap available. - Original Message - From: jenkinsci-us

Re: email notification in case of new warnings

2013-07-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I don't think the Warnings plugin exports that information in a way that email-ext could extract it at this point, but it's certainly doable. I'd be quite careful about just using the number of warnings though; a commit that resolves an existing warning and introduces a new one would be missed,

Re:Jenkins master-slave connection through Java Web Start - security concerns

2013-07-01 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The connection between the slave and the master, when using JNLP to start slaves, is not a secure channel. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jul 1 2013 07:51:55 Hello, I'm not sure I understand entirely the Jenkins slav

RE: Modifying Git branch dynamically

2013-06-27 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
ow if that is possible? Or, is that just a really bad idea? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming (BLOOMBERG/ 731 LEXIN) Sent: Thursday, June 27, 2013 1:19 PM To: jenkinsci-users@googlegroups.com Subject: RE: Modifying

RE: Modifying Git branch dynamically

2013-06-27 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You are; for Jenkins to do what it does (in this case, report on the code changes involved in a build), it must know what code is being checked out and built. It accomplishes that by having its SCM provider(s) do the checkout *before* the job starts running user-provided steps. If the user-provi

Re: Detect nodes

2013-06-27 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
--- From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Jun 27 2013 12:49:10 Oh... ok. I thought you were talking about this plugin https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin So the idea is to build on my X machine, cop

Re: Detect nodes

2013-06-27 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
No, the artifacts are copied to the Jenkins master when the job ends, not before it runs (they don't exist before it runs). After they are copied, the slave that ran the job is no longer needed for child jobs to be able to access them. - Original Message - From: jenkinsci-users@googlegr

Re: How to implement to reboot the slave node

2013-06-25 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This sort of thing can be done with the free cloud plugins as well (Amazon EC2, JClouds, etc.), where the technique is to launch a new, clean slave instance for each job that requires one, instead of rebooting an existing slave. - Original Message - From: jenkinsci-users@googlegroups.com

Re: Windows XP slave agent launch failure on 1.519

2013-06-24 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Oh well, it was worth a shot :-) - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 24 2013 14:57:29 > Is there any chance you have Java 5 (1.5.x) installed on this slave? > If so, you'll need to upgrade to Java 6 or 7. I experience t

Re: Windows XP slave agent launch failure on 1.519

2013-06-24 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Is there any chance you have Java 5 (1.5.x) installed on this slave? If so, you'll need to upgrade to Java 6 or 7. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 24 2013 14:44:26 > Today I upgraded my Jenkins installation from 1.5

Re:How to reset the system properties of a Unix salve?

2013-06-19 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Have you executed on any jobs on that slave yet? It's possible that information won't be updated until Jenkins actually connects to the slave to execute a job. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 19 2013 15:23:23 Hi,

RE: Failed to load hudson.scm.AbstractCvs$1

2013-06-18 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Jenkins team has recently started building Java 6 (1.6) class files, to see how many users are still using Java 5 (this is based on commit log notes I read yesterday). This means that you need to use Java 6 or 7 to run Jenkins, unless you build it yourself using Java 5. If it turns out that

Re:URGENT: trouble in jenkins downloads

2013-06-18 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, it's rather disconcerting that a continuous integration tool suffers from release process failures, when such processes are eminently automatable :-) - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 18 2013 08:08:01 Hi All, I

RE: Jenkins and Stash - Polling must die

2013-06-17 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Git repo URL that gets sent to Jenkins needs to be *just* the repo path; no query parameters, no branch names, nothing else. If it has extraneous stuff in it, it won't match the filters that are used to poke jobs, so it will be ignored. - Original Message - From: jenkinsci-users@goo

Re:Restricting job to master

2013-06-14 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
There is a plugin that provides that functionality. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 14 2013 17:06:29 I'd like to setup Jenkins to run some jobs on the Master, and run some on the Slave. I can see how to restrict Jen

Re:restrict to slave for matrix jobs

2013-06-14 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
That is the only method I found to work; create an axis with only one value in it, to use for finding slaves. The axis won't appear in the displayed matrix. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 14 2013 07:59:08 Hi All,

Re: javac compiler errors

2013-06-11 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Jun 11 2013 16:39:53 How? I've had a short email conversation with the warnings plugin maintainer, Ulli Hafner, and he said it only does warnings: "For javac, only warnings

Re:javac compiler errors

2013-06-11 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Warnings plugin can be used to harvest compiler warning and error messages and display them in a dedicated area of the build results page. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 11 2013 16:27:56 Is there anyway to have

Re:how to get Jenkins to see my Parallels vm's?

2013-05-31 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This is not a Jenkins issue, it's an OSX/Parallels issue. Clearly the user that you are running Jenkins as does not have the same permissions that you do in your Terminal session, or there is some significant difference in the environment between those sessions. - Original Message - Fro

Re: Deleting workspace after build for chroot build

2013-05-29 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
insci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: May 29 2013 11:16:26 Fine, what action do you have in mind to reach this: "clean out the root-owned content" On Wednesday, May 29, 2013 3:35:03 PM UTC+2, Kevin Fleming wrote: You'll need to change your build

Re:Deleting workspace after build for chroot build

2013-05-29 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You'll need to change your build process to clean out the root-owned content from the workspace before it exits. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: May 29 2013 08:14:32 I'm running sudo for creating the chroot environment

Re:Suggestions for advanced git/jenkins build integration

2013-05-22 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You *do* want them to use the Jenkins UI, but what you could add to the mix is the Promoted Builds plugin. This allows someone (with appropriate permissions) to select an *existing* successful build and promote it into another chain of job(s), so that it won't have to be run again. Your deployme

Re:Git View inside jenkins

2013-05-20 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
No, there is no such feature in Jenkins or its plugins, and it really would not belong there. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: May 20 2013 09:26:45 Hello guys! Is there any plugin which provides to view git repository in

  1   2   >