Re: trigger release vs snapshot build depending on git branch?

2015-03-23 Thread Baptiste Mathus
I think the only way to do that is by using a conditional build step based on the GIT_BRANCH variable. Or might be easier and more readable with the workflow plugin. Cheers Le 23 mars 2015 18:09, "Weston Odom" a écrit : > Is it possible to trigger a (maven/sbt) release build when changes are > pu

Can no longer view pending queue for a slave node or label expression

2015-03-23 Thread Ben Hines
We recently upgraded to Jenkins 1.599 from about a year ish old version, and we noticed we can no longer view the queue of jobs waiting for a particular slave node, or a particular label. We'd like to be able to click a node and view the jobs waiting to run on that node. (Definitely used to be

Pubcookie and Jenkins

2015-03-23 Thread mikelupo via Jenkins Users
Hi, I am wondering if Jenkins supports using pubcookies for user authentication? Our company uses this method (rather than LDAP) for Single Sign On. http://www.pubcookie.org/ Thanks in advance -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

RE: Prepended PATH

2015-03-23 Thread Wilkin, Daniel V CIV NAVSAFECEN, 53D
Thank you! Verified fixed. Regards, Dan Wilkin Naval Safety Center --- This e-mail, including any accompanying documents or attachments, is intended only for the named recipient(s) and may contain information that is privacy sensitive. Any misuse or unauthorized disclosure of privacy sensitive

Re: Prepended PATH

2015-03-23 Thread Daniel Beck
Fixed in 1.601. http://jenkins-ci.org/changelog#v1.601 On 23.03.2015, at 19:16, Wilkin, Daniel V CIV NAVSAFECEN, 53D wrote: > We're running Jenkins 1.600 and currently are experiencing an anomaly that > pre-pends the configured JDK installation dir to the PATH environment > variable used by

Prepended PATH

2015-03-23 Thread Wilkin, Daniel V CIV NAVSAFECEN, 53D
We're running Jenkins 1.600 and currently are experiencing an anomaly that pre-pends the configured JDK installation dir to the PATH environment variable used by all Jobs in Jenkins. The prepend occurs once every job run, as well as perhaps with each plugin that reviews results of a build (we h

trigger release vs snapshot build depending on git branch?

2015-03-23 Thread Weston Odom
Is it possible to trigger a (maven/sbt) release build when changes are pushed to the git master branch, but just a snapshot build for all other tracked branches? I've looked through the project settings of git-plugin but I haven't found anything that was quite what I'm looking for. Thanks! --

Re: [repository-connector-plugin] How to reuse Maven Repository Artifact Build Parameter in execute shell build step

2015-03-23 Thread Sandra Parsick
I figured the problem out. The problem is that in the bash shell variable names with dot aren't valid. It exists a workaround (see http://stackoverflow.com/a/17755462/1015084) for that. But I think it would be better if the variable name in the repository connector plugin would be configurable

Re: Slave not connecting - Windows Server 2012 "Message not found for errorCode: 0x80010105"

2015-03-23 Thread Eric Pyle
Have a look at https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM. Also https://issues.jenkins-ci.org/browse/JENKINS-22314 may be helpful. Eric On 3/23/2015 11:31 AM, VFloyd wrote: Message not found for errorCode: 0x80010105 -- You received this message becaus

"Source code is unavailable" for coverage on slave nodes

2015-03-23 Thread Michał Łowicki
Hi, How to configure Jenkins in order to be able to show source code in coverage reports if coverage.xml is generated on slave box? It works for projects where coverage.xml is generated on master box but for slaves it doesn't. I don't see element there. -- You received this message because y

Slave not connecting - Windows Server 2012 "Message not found for errorCode: 0x80010105"

2015-03-23 Thread VFloyd
Has anyone else received the following error msg when trying to connect a Windows Server 2012 slave node? If so, how did you resolve the issue? Connecting to A0319d254 ERROR: Message not found for errorCode: 0x80010105org.jinterop.dcom.common.JIException

Re: Help : Plugin publishes the full path from source path not the relative path

2015-03-23 Thread Richard Bywater
I believe that the source files is relative to the root of the workspace. So therefore in your case I think it would be: development/_build/helios/helios-fect/** Richard. On Mon, 23 Mar 2015 at 22:42 Alexander Diedler wrote: > Hello, > I implement this plugin "Publish over FTP" and get it runni

Help : Plugin publishes the full path from source path not the relative path

2015-03-23 Thread Alexander Diedler
Hello, I implement this plugin "Publish over FTP" and get it running, but correctly. The following informations I can provide: On the Jenkins - Slave Server, the fileset are build in /home/company/jenkins/heliosFECT/development/_build/helios/helios-fect I Need to FTP all this files to the remo