Re: Git Publisher: EnvVar in tag name

2015-05-04 Thread Sverre Moe
Something strange: I am using Inject Environment Variables, "Inject environment variables to the following build steps and post-build actions". The variables injected from a "Properties File" are not accessible during the post-build phase, but those I declare within "Properties Content" are. tir

Re: Git Publisher: EnvVar in tag name

2015-05-04 Thread Sverre Moe
I can create a Git tag using other environment variables such as BUILD_TAG, but why isn't my own environment variables available during the publish stage. My own environment variables are available during the build stage. mandag 4. mai 2015 10.26.05 UTC+2 skrev Sverre Moe følgende: > > I am tryi

Is it possible to "clean workspace as root"?

2015-05-04 Thread alfred.perlstein
Our build process needs to create some files as root. We are using sudo for this. The problem we are having is that the jenkins system doesn't appear allow you to make your own "clean workspace" hook. Because of this cleaning the workspace is run as "jenkins" and the "rm -rf" fails due to b

JIRA Plugin not adding comment on downstream builds

2015-05-04 Thread Matt Ouellette
I have been trying to use the JIRA Plugin to integrate Jenkins and JIRA. From what I've read, the JIRA plugin should be able to use fingerprint information to update the JIRA ticket when a downstream build runs that uses that artifact.

Re: Got "no such job" when trigger a build with jenkins-cli 1.525 as an administrator permission after enable LDAP and role strategy security

2015-05-04 Thread Daniel Beck
Looks like this is the known issue https://issues.jenkins-ci.org/browse/JENKINS-12543 which is also where a workaround is provided in the comments. On 04.05.2015, at 21:34, David Dominguez wrote: > Is this issue solved I have the same problem: > > > > > > > > > > On Thursday, Septembe

Re: Got "no such job" when trigger a build with jenkins-cli 1.525 as an administrator permission after enable LDAP and role strategy security

2015-05-04 Thread David Dominguez
Is this issue solved I have the same problem: On Thursday, September 5, 2013 at 9:58:22 PM U

Need help on puppet integration with Jenkins

2015-05-04 Thread Bharath Raj
Hi all, I need to deploy my code in weblogic server. I have written any script to build artifact . When I'm trying to deploy the artifact I'm getting error . So I was suggested to use puppet . I have downloaded "puppet" plugin and "deployment notification" plugin as first step . Could any of you

Anyone have the direct link to the unmigrate instructions?

2015-05-04 Thread Randy Chapin
I am one of those that upgraded to a new version that changes the way builds are stored on the drive only to find that some of the plugins would not work so I was forced to downgrade. As expected, I ran into the incompatibility issue and now I am looking for the unmigrate instructions that are

Re: Jenkins 1.607 - Environment Variables Stuck

2015-05-04 Thread Varun Jain
Hi Henk, Setting the variable within the Jenkins job works properly (both SET and SETX), but the problem is that when we modify the windows variables (a la button clicking on Windows), restart the slave, the master (restarting the Jenkins client/master and/or rebooting), the environment variabl

Re: Jenkins docker image stucks on start-up

2015-05-04 Thread Marco K.
Thank you very much, Chris. I'm able to reach Jenkins at http://192.168.59.103:8080 which is the default IP for boot2docker users according to the link. Kind regards, Marco Am Montag, 4. Mai 2015 12:35:02 UTC+2 schrieb Christopher Orr: > > I would guess the problem is due to using boot2docker,

Re: Why is a release candidate plugin update available from the stable update site?

2015-05-04 Thread James Nord
IIRC only plugins that have a "alpha" or "beta" version are filtered out of the stable update center and shown in the experimental update center. RC versions are not considered experimental. On Thursday, 30 April 2015 18:47:24 UTC+1, Ullrich Hafner wrote: > > I don’t think that plugins are yet pa

Synergy Plugin - 1.7 cannot get/update the whole completed source codes or tasks?

2015-05-04 Thread Fish Zheng
Hello, guys, Now I'm using Jenkins(Jenkins-1.595.war) with Synergy plugin 1.7, however I found sometime it works, sometime it doesn't work. I mean Jenkins cannot update/get the whole completed project's source tasks. Then this will lead compiling failed, at this time if I update the source code ma

Re: Jenkins docker image stucks on start-up

2015-05-04 Thread Christopher Orr
I would guess the problem is due to using boot2docker, i.e. the port won't be exposed on localhost, but on a separate network interface. See the documentation: https://docs.docker.com/installation/windows/#container-port-redirection Regards, Chris On 04/05/15 11:43, Marco K. wrote: I'm tryin

Jenkins docker image stucks on start-up

2015-05-04 Thread Marco K.
I'm trying to use the official Jenkins docker image but it seems to stuck after/while setting agent port during start-up (see below output). http://localhost:8080 is not reachable.. mark@MARK-PC ~ $ docker run -p 8080:8080 jenkins Unable to find image

Re: Jenkins master and slave workspace directory

2015-05-04 Thread Viktor Józsa
Hi, I'm testing Jenkins on Master-Slave configuration, but I didn't configure slave workspace directory. I set FS root on the slave, but Jenkins added "workspace" word to the path. Example: FSRoot: D:\JK output: Building remotely on jenkins-win-fin in workspace d:\JK\*workspace* \Main-Win-FIN

Git Publisher: EnvVar in tag name

2015-05-04 Thread Sverre Moe
I am trying to use Git Publisher to create a git tag, but I cannot get it to use an Environment variable in the tag name: Is it even possible to supply an Environment Variable as part of a Git tag name? > git tag -l v$VERSION # timeout=10 > git tag -a -f -m Jenkins Git plugin tagging with v$V

Re: [ Help ] Save & Restore Running Job state

2015-05-04 Thread Daniel Beck
This should not happen. If this is a recent Jenkins version (no older than six weeks or so), please file a bug. https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue On 04.05.2015, at 10:04, Milan Satpathy wrote: > Hi, > > I ran "Reload Configuration from Disk" on my jenkins serv

[ Help ] Save & Restore Running Job state

2015-05-04 Thread Milan Satpathy
Hi, I ran "Reload Configuration from Disk" on my jenkins server after modifying a config.xml file. However, on reload I found all running jobs are marked as finished abruptly. Is there a way to restore / save-and-reload the running jobs in such a scenario ? -Milan -- You received this messag

Re: How to manipulate PATH for jenkins outside of jenkins

2015-05-04 Thread Dieter Blomme
Also important. I use phing. Which means that sourcing a file won't help, since that is done in an Exectask, which is isolated from the other tasks. I can't source a file first and then run another task expecting the env variables to be manipulated. On Monday, 4 May 2015 09:59:39 UTC+2, Dieter

How to manipulate PATH for jenkins outside of jenkins

2015-05-04 Thread Dieter Blomme
Hi, I need to run jobs where the PATH is set by the server itself (e.g. by .bashrc), so it can be manipulated by chef/puppet/... At this point, I can't figure out how to do this, since jenkins runs the shell scripts inside a job as non-interactive, non-login shells. Part of the jobs are runnin