Jenkins user shows with 'Red Stop Sign' in security configuration

2014-05-16 Thread Ioannis Moutsatsos
We are using matrix security configuration (Jenkins  v 1.532 LTS on Windows)
Recently a user 'self-signed' for an account, and when I tried to setup his 
security configuration he is the only one in the user list appearing with a 
red stop sign before his user name. 

What does that mean? Is there something I'm missing? I've setup several 
other users in the past with no issues.

I have reloaded the Jenkins configuration from disk but did not make any 
difference.

Thanks in advance for any feedback you may have.
Ioannis

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: git timeout

2014-05-16 Thread Chanda Unmack
So to add another data point, when I change the credentials for git to be
none, it seems to honor the 60 minute timeout. Now I just need to figure
out why it even hits 60 minutes for a check out that takes < 5 min on other
operating systems :/
The crenedtials plugin is ver 1.10 if that helps.

Fetching upstream changes from ssh://build@gerrit:29418/project
 > c:\Git\bin\git.exe --version
 > c:\Git\bin\git.exe fetch --tags --progress
ssh://build@gerrit:29418/project +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 60 minutesFATAL
: Failed to fetch
from ssh://build@gerrit:29418/project


thanks




On Fri, May 16, 2014 at 2:23 PM, Chanda Unmack  wrote:

> Ok - hard to find a repo here without submodules :)
>
> I tried a different repo that does have them, but made sure the options
> for recursively checking them out was unchecked.
> I thought I had specified timestamps in the console output, but I guess
> not. Here's the snip before it just fails (sanitized of course):
>
> Started by user Chanda Unmack 
>
> [EnvInject] - Loading node environment variables. [EnvInject] - Preparing
> an environment for the build. [EnvInject] - Keeping Jenkins system
> variables. [EnvInject] - Keeping Jenkins build variables. [EnvInject] -
> Injecting as environment variables the properties content
> ANDROID_HOME=/opt/something/sdk-linux ANDROID_NDK=/opt/something/ndk
> [EnvInject] - Variables injected successfully. [EnvInject] - Injecting
> contributions. Building remotely on 
> server-bld-pc3in workspace 
> c:\jenkins\workspace\test-project\LABEL\WIN32\TYPE\Debug
> Cloning the remote Git repository Cloning repository 
> ssh://build@gerrit:29418/project
> > c:\Git\bin\git.exe init
> c:\jenkins\workspace\test-project\LABEL\WIN32\TYPE\Debug Fetching upstream
> changes from ssh://build@gerrit:29418/project > c:\Git\bin\git.exe
> --version > c:\Git\bin\git.exe fetch --tags --progress 
> ssh://build@gerrit:29418/project
> +refs/heads/*:refs/remotes/origin/*
>
> ERROR: Timeout after 10 minutes
>
> ERROR : Error cloning 
> remote repo 'origin'hudson.plugins.git.GitException 
> :
>  Command "c:\Git\bin\git.exe fetch --tags --progress 
> ssh://build@gerrit:29418/project +refs/heads/*:refs/remotes/origin/*" 
> returned status code 1:
> stdout: Process leaked file descriptors. See 
> http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for 
> more information
> Process leaked file descriptors. See 
> http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for 
> more information
>
>
> So the leaking file descriptors is new - will check out that wiki now :)
>
>
>
> On Fri, May 16, 2014 at 12:18 PM, Mark Waite wrote:
>
>> The log indicates that you are using submodules.  Can you attempt the
>> same process with a repository that does not use submodules so that we can
>> confirm the issue you're seeing is specific to submodules?
>>
>> Mark Waite
>>
>>
>> On Fri, May 16, 2014 at 12:25 PM, Chanda Unmack  wrote:
>>
>>> So here's the config.xml
>>> http://notepad.cc/faosseqa7
>>>
>>> and here's the console output
>>> http://notepad.cc/mieckuclo87
>>>
>>> I didn't really see anything in the jenkins logs
>>>
>>> thanks for the help!
>>>
>>>
>>> On Fri, May 16, 2014 at 10:56 AM, Mark Waite 
>>> wrote:
>>>
 Can you upload a copy of your job definition somewhere so that I can
 compare it with job definitions that are known to work with the timeout?

 The log file which reports the timeout would also be a help, since it
 may point to another failure point.

 There are two different timeout conditions possible with the current
 implementation for command line git.  The timeout value specified in the
 advanced behaviors is used for fetch and for fetch of submodules.  The
 timeout value you set with the command line argument is used for (at least
 some) other invocations of command line git (like "git checkout" and "git
 ls-remote").

 Mark Waite


 On Fri, May 16, 2014 at 11:33 AM, Chanda Unmack wrote:

>
> On Fri, May 16, 2014 at 10:01 AM, Mark Waite <
> mark.earl.wa...@gmail.com> wrote:
>
>> You need to add the "Additional Behaviour" "Advanced Clone
>> Behaviours" and then set the timeout value in the field which opens 
>> there.
>>
>> If you're using a Linux machine as the slave, you could also consider
>> using a bare "reference repository" on the slave agent so that the clone
>> could point to the existing reference copy rather than downloading 
>> another
>> copy.
>>
>> Mark Waite
>>
>>
>> On Fri, May 16, 2014 at 10:57 AM, Chanda Unmack wrote:
>>
>>> So I wonder if anyone else is seeing t

Perforce plugin & SSL trust

2014-05-16 Thread Mishael Kim
Hi,

Is it possible to use this plugin with SSL ports?  The changlist to the
plugin states that SSL is supported, but I can't figure out how to use the
"trust" command.

Thanks,
Mishael

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Daniel Beck
In that case it would be helpful if you verify that it works in jobs without 
spaces in their names, doesn't work in jobs with spaces in their names, and if 
so, added that information to the Jira issue.

Note that if that's the problem, as a workaround you can rename the job to not 
have spaces in its name, and in Advanced Project Options, set a display name.

On 16.05.2014, at 14:20, Mohamed Djadlou  wrote:

> This feature was properly working a few weeks ago.  Only changes are about 
> jobs renaming (with white spaces).  Maybe a first lead for the investigation. 
>  :-)
> 
> -- 
> 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.
> For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: git timeout

2014-05-16 Thread Chanda Unmack
Ok - hard to find a repo here without submodules :)

I tried a different repo that does have them, but made sure the options for
recursively checking them out was unchecked.
I thought I had specified timestamps in the console output, but I guess
not. Here's the snip before it just fails (sanitized of course):

Started by user Chanda Unmack 

[EnvInject] - Loading node environment variables. [EnvInject] - Preparing
an environment for the build. [EnvInject] - Keeping Jenkins system
variables. [EnvInject] - Keeping Jenkins build variables. [EnvInject] -
Injecting as environment variables the properties content
ANDROID_HOME=/opt/something/sdk-linux ANDROID_NDK=/opt/something/ndk
[EnvInject] - Variables injected successfully. [EnvInject] - Injecting
contributions. Building remotely on
server-bld-pc3in
workspace c:\jenkins\workspace\test-project\LABEL\WIN32\TYPE\Debug
Cloning the remote Git repository Cloning repository
ssh://build@gerrit:29418/project
> c:\Git\bin\git.exe init
c:\jenkins\workspace\test-project\LABEL\WIN32\TYPE\Debug Fetching upstream
changes from ssh://build@gerrit:29418/project > c:\Git\bin\git.exe
--version > c:\Git\bin\git.exe fetch --tags --progress
ssh://build@gerrit:29418/project
+refs/heads/*:refs/remotes/origin/*

ERROR: Timeout after 10 minutes

ERROR : Error
cloning remote repo 'origin'hudson.plugins.git.GitException
:
Command "c:\Git\bin\git.exe fetch --tags --progress
ssh://build@gerrit:29418/project +refs/heads/*:refs/remotes/origin/*"
returned status code 1:
stdout: Process leaked file descriptors. See
http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build
for more information
Process leaked file descriptors. See
http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build
for more information


So the leaking file descriptors is new - will check out that wiki now :)



On Fri, May 16, 2014 at 12:18 PM, Mark Waite wrote:

> The log indicates that you are using submodules.  Can you attempt the same
> process with a repository that does not use submodules so that we can
> confirm the issue you're seeing is specific to submodules?
>
> Mark Waite
>
>
> On Fri, May 16, 2014 at 12:25 PM, Chanda Unmack  wrote:
>
>> So here's the config.xml
>> http://notepad.cc/faosseqa7
>>
>> and here's the console output
>> http://notepad.cc/mieckuclo87
>>
>> I didn't really see anything in the jenkins logs
>>
>> thanks for the help!
>>
>>
>> On Fri, May 16, 2014 at 10:56 AM, Mark Waite 
>> wrote:
>>
>>> Can you upload a copy of your job definition somewhere so that I can
>>> compare it with job definitions that are known to work with the timeout?
>>>
>>> The log file which reports the timeout would also be a help, since it
>>> may point to another failure point.
>>>
>>> There are two different timeout conditions possible with the current
>>> implementation for command line git.  The timeout value specified in the
>>> advanced behaviors is used for fetch and for fetch of submodules.  The
>>> timeout value you set with the command line argument is used for (at least
>>> some) other invocations of command line git (like "git checkout" and "git
>>> ls-remote").
>>>
>>> Mark Waite
>>>
>>>
>>> On Fri, May 16, 2014 at 11:33 AM, Chanda Unmack wrote:
>>>

 On Fri, May 16, 2014 at 10:01 AM, Mark Waite >>> > wrote:

> You need to add the "Additional Behaviour" "Advanced Clone Behaviours"
> and then set the timeout value in the field which opens there.
>
> If you're using a Linux machine as the slave, you could also consider
> using a bare "reference repository" on the slave agent so that the clone
> could point to the existing reference copy rather than downloading another
> copy.
>
> Mark Waite
>
>
> On Fri, May 16, 2014 at 10:57 AM, Chanda Unmack wrote:
>
>> So I wonder if anyone else is seeing this as it's causing no end of
>> headache for me.
>> My jobs fail because the git clone times out after 10 minutes.
>>
>> *09:43:13* ERROR: Timeout after 10 minutes
>>
>>
>> Jenkins 1.532.2
>> Jenkins GIT client plugin 1.9.0
>> Jenkins GIT plugin 2.2.1
>> Tomact 7
>>
>> *I've set the timeout on the project to be 60 minutes *
>> The slave is windows, connected with jnlp, I've set the jvm options
>> for the slave to have a timeout of 60 minutes
>> (-Dorg.jenkinsci.plugins.gitclient.Git.timeOut=60)
>>
>> I even changed the jenkins startup to have a longer timeout with no
>> success. I've seen other discussion on the list about the 10 minute 
>> timeout
>> and that it's supposed to be configurable in the project scm area, but 
>> I'm
>> not seeing that being honored. Is there somewhere else this is set?
>>
>> thanks

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Can you cd into /data/shared/build/reftree/utd_jbr-test and send me the output 
from the command ‘accurev info’?

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 4:11 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: AccuRev plugin not finding executable

 

Hi Jason,

/data/opt/AccuRev/bin is in the PATH already

PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/dell/srvadmin/bin:/data/opt/AccuRev/bin:/home/jenkins/bin:/data/shared/build/tools/apache-ant-1.9.0/bin:/opt/java/jdk1.7.0_45/bin:/data/shared/build/tools/android-sdk-linux-r22/tools:/data/shared/build/tools/apache-maven-3.0.5/bin

ANDROID_SDK_HOME=/data/shared/build/tools/android-sdk-linux-r22


Yes /data/shared/build/reftree/utd_jbr-test
exists I have all my builds running inside of /data/shared/build/reftree

If I go into /data/shared/build/reftree/utd_jbr-test on the server and run the 
accurev command it can be found 

[jenkins@releng01p ~]$ cd /data/shared/build/reftree/utd_jbr-test/

[jenkins@releng01p utd_jbr-test]$ accurev

AccuRev 6.0.1 (2013/08/28)

Copyright (c) 1995-2013 AccuRev Inc. All rights reserved

type 'accurev help' for help.

 

 


On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build ) failed 
with java.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
HYPERLINK 
"http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"java.io.IOException:
 Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason,

/data/opt/AccuRev/bin is in the PATH already

PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/dell/srvadmin/bin:/data/opt/AccuRev/bin:/home/jenkins/bin:/data/shared/build/tools/apache-ant-1.9.0/bin:/opt/java/jdk1.7.0_45/bin:/data/shared/build/tools/android-sdk-linux-r22/tools:/data/shared/build/tools/apache-maven-3.0.5/bin
ANDROID_SDK_HOME=/data/shared/build/tools/android-sdk-linux-r22


Yes /data/shared/build/reftree/utd_jbr-test
exists I have all my builds running inside of /data/shared/build/reftree

If I go into /data/shared/build/reftree/utd_jbr-test on the server and run 
the accurev command it can be found 
[jenkins@releng01p ~]$ cd /data/shared/build/reftree/utd_jbr-test/
[jenkins@releng01p utd_jbr-test]$ accurev
AccuRev 6.0.1 (2013/08/28)
Copyright (c) 1995-2013 AccuRev Inc. All rights reserved
type 'accurev help' for help.



On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:
>
> Hi,
>
> Has anyone had this error when trying to use the accurev plug-in?
> Al my builds are run on the master jenkins server account.
>
> fyi
> I commented out the password and the server name in the below error output.
>
> Thanks,
>
>
> started by user anonymous 
> Building on master in workspace /data/shared/build/reftree/utd_jbr-test
> Authenticating with Accurev server...
> [utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
> FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 
> build ) failed with java.io.IOException: Cannot run program "accurev" 
> (in directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such 
> file or directoryjava.io.IOException 
> : Cannot 
> run program "accurev" (in directory 
> "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Does this directory exist on your server?

 

/data/shared/build/reftree/utd_jbr-test

 

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 4:07 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: AccuRev plugin not finding executable

 


On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build ) failed 
with java.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
HYPERLINK 
"http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"java.io.IOException:
 Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife

On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:
>
> Hi,
>
> Has anyone had this error when trying to use the accurev plug-in?
> Al my builds are run on the master jenkins server account.
>
> fyi
> I commented out the password and the server name in the below error output.
>
> Thanks,
>
>
> started by user anonymous 
> Building on master in workspace /data/shared/build/reftree/utd_jbr-test
> Authenticating with Accurev server...
> [utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
> FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 
> build ) failed with java.io.IOException: Cannot run program "accurev" 
> (in directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such 
> file or directoryjava.io.IOException 
> : Cannot 
> run program "accurev" (in directory 
> "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Actually, I was just looking at the error again.  Jenkins can find the accurev 
executable…the problem is a missing directory.

 

Does this exist?

 

/data/shared/build/reftree/utd_jbr-test

 

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 4:00 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: AccuRev plugin not finding executable

 


Hi Jason,

Here's  part of the output from the 'env' command:

[jenkins@releng01p ~]$ env

TOMCAT_HOME=/opt/tomcat/apache-tomcat-7.0.42

HOSTNAME=releng01p.utd.com

M2=/data/shared/build/tools/apache-maven-3.0.5/bin

SHELL=/bin/bash

TERM=xterm

HISTSIZE=1000

QTDIR=/usr/lib64/qt-3.3

QTINC=/usr/lib64/qt-3.3/include

ANT_HOME=/data/shared/build/tools/apache-ant-1.9.0

INSTALL4J_JAVA_HOME=/opt/java/jdk1.6.0_23

USER=jenkins

LD_LIBRARY_PATH=/opt/oracle/instantclient

LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:

ACCUREV_TOOL=/data/opt/AccuRev/bin

TNS_ADMIN=/home/tomcat0/utd/config

MAIL=/var/spool/mail/jenkins

PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/dell/srvadmin/bin:/data/opt/AccuRev/bin:/home/jenkins/bin:/data/shared/build/tools/apache-ant-1.9.0/bin:/opt/java/jdk1.7.0_45/bin:/data/shared/build/tools/android-sdk-linux-r22/tools:/data/shared/build/tools/apache-maven-3.0.5/bin

ANDROID_SDK_HOME=/data/shared/build/tools/android-sdk-linux-r22

PWD=/home/jenkins

 

On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build ) failed 
with java.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
HYPERLINK 
"http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"java.io.IOException:
 Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Try adding /data/opt/AccuRev/bin to the PATH variable.

 

Once you are done, stop and start Jenkins and then run the build again.

 

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 4:00 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: AccuRev plugin not finding executable

 


Hi Jason,

Here's  part of the output from the 'env' command:

[jenkins@releng01p ~]$ env

TOMCAT_HOME=/opt/tomcat/apache-tomcat-7.0.42

HOSTNAME=releng01p.utd.com

M2=/data/shared/build/tools/apache-maven-3.0.5/bin

SHELL=/bin/bash

TERM=xterm

HISTSIZE=1000

QTDIR=/usr/lib64/qt-3.3

QTINC=/usr/lib64/qt-3.3/include

ANT_HOME=/data/shared/build/tools/apache-ant-1.9.0

INSTALL4J_JAVA_HOME=/opt/java/jdk1.6.0_23

USER=jenkins

LD_LIBRARY_PATH=/opt/oracle/instantclient

LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:

ACCUREV_TOOL=/data/opt/AccuRev/bin

TNS_ADMIN=/home/tomcat0/utd/config

MAIL=/var/spool/mail/jenkins

PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/dell/srvadmin/bin:/data/opt/AccuRev/bin:/home/jenkins/bin:/data/shared/build/tools/apache-ant-1.9.0/bin:/opt/java/jdk1.7.0_45/bin:/data/shared/build/tools/android-sdk-linux-r22/tools:/data/shared/build/tools/apache-maven-3.0.5/bin

ANDROID_SDK_HOME=/data/shared/build/tools/android-sdk-linux-r22

PWD=/home/jenkins

 

On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build ) failed 
with java.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
HYPERLINK 
"http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"java.io.IOException:
 Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife

Hi Jason,

Here's  part of the output from the 'env' command:
[jenkins@releng01p ~]$ env
TOMCAT_HOME=/opt/tomcat/apache-tomcat-7.0.42
HOSTNAME=releng01p.utd.com
M2=/data/shared/build/tools/apache-maven-3.0.5/bin
SHELL=/bin/bash
TERM=xterm
HISTSIZE=1000
QTDIR=/usr/lib64/qt-3.3
QTINC=/usr/lib64/qt-3.3/include
ANT_HOME=/data/shared/build/tools/apache-ant-1.9.0
INSTALL4J_JAVA_HOME=/opt/java/jdk1.6.0_23
USER=jenkins
LD_LIBRARY_PATH=/opt/oracle/instantclient
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:
ACCUREV_TOOL=/data/opt/AccuRev/bin
TNS_ADMIN=/home/tomcat0/utd/config
MAIL=/var/spool/mail/jenkins
PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/dell/srvadmin/bin:/data/opt/AccuRev/bin:/home/jenkins/bin:/data/shared/build/tools/apache-ant-1.9.0/bin:/opt/java/jdk1.7.0_45/bin:/data/shared/build/tools/android-sdk-linux-r22/tools:/data/shared/build/tools/apache-maven-3.0.5/bin
ANDROID_SDK_HOME=/data/shared/build/tools/android-sdk-linux-r22
PWD=/home/jenkins

On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:
>
> Hi,
>
> Has anyone had this error when trying to use the accurev plug-in?
> Al my builds are run on the master jenkins server account.
>
> fyi
> I commented out the password and the server name in the below error output.
>
> Thanks,
>
>
> started by user anonymous 
> Building on master in workspace /data/shared/build/reftree/utd_jbr-test
> Authenticating with Accurev server...
> [utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
> FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 
> build ) failed with java.io.IOException: Cannot run program "accurev" 
> (in directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such 
> file or directoryjava.io.IOException 
> : Cannot 
> run program "accurev" (in directory 
> "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Ok…log onto the server as use jenkins and run the command ‘env’….look at the 
PATH variable and make sure accurev is llisted.

 

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 3:53 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: AccuRev plugin not finding executable

 

Hi Jason,

here's the output frrom ps-ef|grep jenkins also all builds are run on the 
Jenkins server as master I'm not using any slave nodes

[jenkins@releng01p ~]$ ps -ef|grep jenkins

root     21855  2510  0 May14 ?        00:00:00 sshd: jenkins [priv]

jenkins  21859 21855  0 May14 ?        00:00:01 sshd: jenkins@pts/2

jenkins  21860 21859  0 May14 pts/2    00:00:00 -bash

jenkins  21896 21860  0 May14 pts/2    00:00:00 -csh

root     28518  2510  0 13:25 ?        00:00:00 sshd: jenkins [priv]

jenkins  28523 28518  0 13:25 ?        00:00:00 sshd: jenkins@pts/0

jenkins  28524 28523  0 13:25 pts/0    00:00:00 -bash

jenkins  29311     1  2 14:29 ?        00:07:04 /etc/alternatives/java 
-Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true 
-DJENKINS_HOME=/data/shared/build/reftree/.jenkins -jar 
/usr/lib/jenkins/jenkins.war --logfile=/var/log/jenkins/jenkins.log 
--webroot=/var/cache/jenkins/war --daemon --httpPort=8080 --ajp13Port=8009 
--debug=5 --handlerCountMax=100 --handlerCountMaxIdle=20

root     36250 34677  0 19:28 pts/1    00:00:00 su - jenkins

jenkins  36256 36250  0 19:28 pts/1    00:00:00 -bash

jenkins  36448 36256  0 19:50 pts/1    00:00:00 ps -ef

jenkins  36449 36256  0 19:50 pts/1    00:00:00 grep jenkins

 


On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build ) failed 
with java.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
HYPERLINK 
"http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"java.io.IOException:
 Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason,

here's the output frrom ps-ef|grep jenkins also all builds are run on the 
Jenkins server as master I'm not using any slave nodes

[jenkins@releng01p ~]$ ps -ef|grep jenkins
root 21855  2510  0 May14 ?00:00:00 sshd: jenkins [priv]
jenkins  21859 21855  0 May14 ?00:00:01 sshd: jenkins@pts/2
jenkins  21860 21859  0 May14 pts/200:00:00 -bash
jenkins  21896 21860  0 May14 pts/200:00:00 -csh
root 28518  2510  0 13:25 ?00:00:00 sshd: jenkins [priv]
jenkins  28523 28518  0 13:25 ?00:00:00 sshd: jenkins@pts/0
jenkins  28524 28523  0 13:25 pts/000:00:00 -bash
jenkins  29311 1  2 14:29 ?00:07:04 /etc/alternatives/java 
-Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true 
-DJENKINS_HOME=/data/shared/build/reftree/.jenkins -jar 
/usr/lib/jenkins/jenkins.war --logfile=/var/log/jenkins/jenkins.log 
--webroot=/var/cache/jenkins/war --daemon --httpPort=8080 --ajp13Port=8009 
--debug=5 --handlerCountMax=100 --handlerCountMaxIdle=20
root 36250 34677  0 19:28 pts/100:00:00 su - jenkins
jenkins  36256 36250  0 19:28 pts/100:00:00 -bash
jenkins  36448 36256  0 19:50 pts/100:00:00 ps -ef
jenkins  36449 36256  0 19:50 pts/100:00:00 grep jenkins


On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:
>
> Hi,
>
> Has anyone had this error when trying to use the accurev plug-in?
> Al my builds are run on the master jenkins server account.
>
> fyi
> I commented out the password and the server name in the below error output.
>
> Thanks,
>
>
> started by user anonymous 
> Building on master in workspace /data/shared/build/reftree/utd_jbr-test
> Authenticating with Accurev server...
> [utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
> FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 
> build ) failed with java.io.IOException: Cannot run program "accurev" 
> (in directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such 
> file or directoryjava.io.IOException 
> : Cannot 
> run program "accurev" (in directory 
> "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
No…this is the user who is logged into Jenkins, not the account that is running 
Jenkins.  It appears you are not logged into Jenkins as a specific user so you 
are defaulted to anonymous.

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 3:48 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: AccuRev plugin not finding executable

 

Hi Jason,

>From the top of the console output I get this when I run a build by clicking 
>on "Build now" link:

Started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
 
Shouldn't it say the user is jenkins and not anonymous?



On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build ) failed 
with java.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
HYPERLINK 
"http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"java.io.IOException:
 Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason,

>From the top of the console output I get this when I run a build by 
clicking on "Build now" link:

Started by user anonymous 
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...

Shouldn't it say the user is jenkins and not anonymous?



On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:
>
> Hi,
>
> Has anyone had this error when trying to use the accurev plug-in?
> Al my builds are run on the master jenkins server account.
>
> fyi
> I commented out the password and the server name in the below error output.
>
> Thanks,
>
>
> started by user anonymous 
> Building on master in workspace /data/shared/build/reftree/utd_jbr-test
> Authenticating with Accurev server...
> [utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
> FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 
> build ) failed with java.io.IOException: Cannot run program "accurev" 
> (in directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such 
> file or directoryjava.io.IOException 
> : Cannot 
> run program "accurev" (in directory 
> "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
On the Jenkins server, run the command ‘ps –ef | grep jenkins’ what account is 
the Jenkins process running as?

 

Are you running the builds on the Jenkins server itself or on an different node?

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 3:44 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: AccuRev plugin not finding executable

 

Hi Jason,

I have a jenkins user that runs the builds but how do I verify that is the user 
that runs the builds when launching them from the jenkins gui?

On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"AccuRev01p.utd.com:5050 build ) failed 
with java.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
HYPERLINK 
"http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"java.io.IOException:
 Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason,

I have a jenkins user that runs the builds but how do I verify that is the 
user that runs the builds when launching them from the jenkins gui?

On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:
>
> Hi,
>
> Has anyone had this error when trying to use the accurev plug-in?
> Al my builds are run on the master jenkins server account.
>
> fyi
> I commented out the password and the server name in the below error output.
>
> Thanks,
>
>
> started by user anonymous 
> Building on master in workspace /data/shared/build/reftree/utd_jbr-test
> Authenticating with Accurev server...
> [utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
> FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 
> build ) failed with java.io.IOException: Cannot run program "accurev" 
> (in directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such 
> file or directoryjava.io.IOException 
> : Cannot 
> run program "accurev" (in directory 
> "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: git timeout

2014-05-16 Thread Mark Waite
The log indicates that you are using submodules.  Can you attempt the same
process with a repository that does not use submodules so that we can
confirm the issue you're seeing is specific to submodules?

Mark Waite


On Fri, May 16, 2014 at 12:25 PM, Chanda Unmack  wrote:

> So here's the config.xml
> http://notepad.cc/faosseqa7
>
> and here's the console output
> http://notepad.cc/mieckuclo87
>
> I didn't really see anything in the jenkins logs
>
> thanks for the help!
>
>
> On Fri, May 16, 2014 at 10:56 AM, Mark Waite wrote:
>
>> Can you upload a copy of your job definition somewhere so that I can
>> compare it with job definitions that are known to work with the timeout?
>>
>> The log file which reports the timeout would also be a help, since it may
>> point to another failure point.
>>
>> There are two different timeout conditions possible with the current
>> implementation for command line git.  The timeout value specified in the
>> advanced behaviors is used for fetch and for fetch of submodules.  The
>> timeout value you set with the command line argument is used for (at least
>> some) other invocations of command line git (like "git checkout" and "git
>> ls-remote").
>>
>> Mark Waite
>>
>>
>> On Fri, May 16, 2014 at 11:33 AM, Chanda Unmack  wrote:
>>
>>>
>>> On Fri, May 16, 2014 at 10:01 AM, Mark Waite 
>>> wrote:
>>>
 You need to add the "Additional Behaviour" "Advanced Clone Behaviours"
 and then set the timeout value in the field which opens there.

 If you're using a Linux machine as the slave, you could also consider
 using a bare "reference repository" on the slave agent so that the clone
 could point to the existing reference copy rather than downloading another
 copy.

 Mark Waite


 On Fri, May 16, 2014 at 10:57 AM, Chanda Unmack wrote:

> So I wonder if anyone else is seeing this as it's causing no end of
> headache for me.
> My jobs fail because the git clone times out after 10 minutes.
>
> *09:43:13* ERROR: Timeout after 10 minutes
>
>
> Jenkins 1.532.2
> Jenkins GIT client plugin 1.9.0
> Jenkins GIT plugin 2.2.1
> Tomact 7
>
> *I've set the timeout on the project to be 60 minutes *
> The slave is windows, connected with jnlp, I've set the jvm options
> for the slave to have a timeout of 60 minutes
> (-Dorg.jenkinsci.plugins.gitclient.Git.timeOut=60)
>
> I even changed the jenkins startup to have a longer timeout with no
> success. I've seen other discussion on the list about the 10 minute 
> timeout
> and that it's supposed to be configurable in the project scm area, but I'm
> not seeing that being honored. Is there somewhere else this is set?
>
> thanks
>
 --
 Thanks!
 Mark Waite

>>>
>>>
>>> I did set the Additional Behaviour-> Advanced Clone Behaviours - that's
>>> where I set the timeout for the project. Sorry if I wasn't clear there.
>>> I wish I could use Linux as a slave, we do have Linux slaves as well,
>>> but they have other git issues that while are annoying, don't prevent the
>>> build from succeeding (yet)
>>>

>>>
>>> --
>>> *C**onfidentiality Notice:* This e-mail, including all attachments, is
>>> confidential information of Lytro, Inc. If the reader of this e-mail is not
>>> the intended recipient or its authorized agent, the reader is hereby
>>> notified that any dissemination, distribution or copying of this e-mail is
>>> prohibited. If you have received this e-mail in error, please notify the
>>> sender by replying to this message and delete this e-mail immediately.
>>>
>>> --
>>> 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.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Thanks!
>> Mark Waite
>>
>> --
>> 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.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> *C**onfidentiality Notice:* This e-mail, including all attachments, is
> confidential information of Lytro, Inc. If the reader of this e-mail is not
> the intended recipient or its authorized agent, the reader is hereby
> notified that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
>
> --
> 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...@go

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
And just to verify, this user is what the Jenkins process is running as.

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 3:08 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: AccuRev plugin not finding executable

 

Hi Jason,

here's my path 

[jenkins@releng01p ~]$ echo $PATH

/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/dell/srvadmin/bin:/data/opt/AccuRev/bin:/home/jenkins/bin:/data/shared/build/tools/apache-ant-1.9.0/bin:/opt/java/jdk1.7.0_45/bin:/data/shared/build/tools/android-sdk-linux-r22/tools:/data/shared/build/tools/apache-maven-3.0.5/bin:/data/opt/AccuRev/bin

 


On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"; \nanonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H HYPERLINK "http://AccuRev01p.utd.com:5050"; 
\nAccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H HYPERLINK 
"http://AccuRev01p.utd.com:5050"; \nAccuRev01p.utd.com:5050 build ) 
failed with java.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
HYPERLINK "http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"; 
\njava.io.IOException: Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason,

here's my path 
[jenkins@releng01p ~]$ echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/dell/srvadmin/bin:/data/opt/AccuRev/bin:/home/jenkins/bin:/data/shared/build/tools/apache-ant-1.9.0/bin:/opt/java/jdk1.7.0_45/bin:/data/shared/build/tools/android-sdk-linux-r22/tools:/data/shared/build/tools/apache-maven-3.0.5/bin:/data/opt/AccuRev/bin


On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote:
>
> Hi,
>
> Has anyone had this error when trying to use the accurev plug-in?
> Al my builds are run on the master jenkins server account.
>
> fyi
> I commented out the password and the server name in the below error output.
>
> Thanks,
>
>
> started by user anonymous 
> Building on master in workspace /data/shared/build/reftree/utd_jbr-test
> Authenticating with Accurev server...
> [utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
> FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 
> build ) failed with java.io.IOException: Cannot run program "accurev" 
> (in directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such 
> file or directoryjava.io.IOException 
> : Cannot 
> run program "accurev" (in directory 
> "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
What OS account is your Jenkins process running as?

 

Log into the OS as this account and look at the PATH env setting.  Make sure 
the path to the AccuRev executable is included.

 

 

From: Sapientlife [mailto:bpmi...@gmail.com] 
Sent: Friday, May 16, 2014 1:36 PM
To: jenkinsci-users@googlegroups.com
Subject: AccuRev plugin not finding executable

 

Hi,
 
Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.
 
fyi
I commented out the password and the server name in the below error output.
 
Thanks,
 
started by user HYPERLINK "http://releng01p:8080/user/null"anonymous
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 build 
) failed with java.io.IOException: Cannot run program "accurev" (in 
directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or 
directory
HYPERLINK 
"http://stacktrace.jenkins-ci.org/search?query=java.io.IOException"java.io.IOException:
 Cannot run program "accurev" (in directory 
"/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or directory

-- 
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 HYPERLINK 
"mailto:jenkinsci-users+unsubscr...@googlegroups.com"jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: git timeout

2014-05-16 Thread Chanda Unmack
So here's the config.xml
http://notepad.cc/faosseqa7

and here's the console output
http://notepad.cc/mieckuclo87

I didn't really see anything in the jenkins logs

thanks for the help!


On Fri, May 16, 2014 at 10:56 AM, Mark Waite wrote:

> Can you upload a copy of your job definition somewhere so that I can
> compare it with job definitions that are known to work with the timeout?
>
> The log file which reports the timeout would also be a help, since it may
> point to another failure point.
>
> There are two different timeout conditions possible with the current
> implementation for command line git.  The timeout value specified in the
> advanced behaviors is used for fetch and for fetch of submodules.  The
> timeout value you set with the command line argument is used for (at least
> some) other invocations of command line git (like "git checkout" and "git
> ls-remote").
>
> Mark Waite
>
>
> On Fri, May 16, 2014 at 11:33 AM, Chanda Unmack  wrote:
>
>>
>> On Fri, May 16, 2014 at 10:01 AM, Mark Waite 
>> wrote:
>>
>>> You need to add the "Additional Behaviour" "Advanced Clone Behaviours"
>>> and then set the timeout value in the field which opens there.
>>>
>>> If you're using a Linux machine as the slave, you could also consider
>>> using a bare "reference repository" on the slave agent so that the clone
>>> could point to the existing reference copy rather than downloading another
>>> copy.
>>>
>>> Mark Waite
>>>
>>>
>>> On Fri, May 16, 2014 at 10:57 AM, Chanda Unmack wrote:
>>>
 So I wonder if anyone else is seeing this as it's causing no end of
 headache for me.
 My jobs fail because the git clone times out after 10 minutes.

 *09:43:13* ERROR: Timeout after 10 minutes


 Jenkins 1.532.2
 Jenkins GIT client plugin 1.9.0
 Jenkins GIT plugin 2.2.1
 Tomact 7

 *I've set the timeout on the project to be 60 minutes *
 The slave is windows, connected with jnlp, I've set the jvm options for
 the slave to have a timeout of 60 minutes
 (-Dorg.jenkinsci.plugins.gitclient.Git.timeOut=60)

 I even changed the jenkins startup to have a longer timeout with no
 success. I've seen other discussion on the list about the 10 minute timeout
 and that it's supposed to be configurable in the project scm area, but I'm
 not seeing that being honored. Is there somewhere else this is set?

 thanks

>>> --
>>> Thanks!
>>> Mark Waite
>>>
>>
>>
>> I did set the Additional Behaviour-> Advanced Clone Behaviours - that's
>> where I set the timeout for the project. Sorry if I wasn't clear there.
>> I wish I could use Linux as a slave, we do have Linux slaves as well, but
>> they have other git issues that while are annoying, don't prevent the build
>> from succeeding (yet)
>>
>>>
>>
>> --
>> *C**onfidentiality Notice:* This e-mail, including all attachments, is
>> confidential information of Lytro, Inc. If the reader of this e-mail is not
>> the intended recipient or its authorized agent, the reader is hereby
>> notified that any dissemination, distribution or copying of this e-mail is
>> prohibited. If you have received this e-mail in error, please notify the
>> sender by replying to this message and delete this e-mail immediately.
>>
>> --
>> 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.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Thanks!
> Mark Waite
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
*C**onfidentiality Notice:* This e-mail, including all attachments, is
confidential information of Lytro, Inc. If the reader of this e-mail is not
the intended recipient or its authorized agent, the reader is hereby
notified that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: git timeout

2014-05-16 Thread Mark Waite
Can you upload a copy of your job definition somewhere so that I can
compare it with job definitions that are known to work with the timeout?

The log file which reports the timeout would also be a help, since it may
point to another failure point.

There are two different timeout conditions possible with the current
implementation for command line git.  The timeout value specified in the
advanced behaviors is used for fetch and for fetch of submodules.  The
timeout value you set with the command line argument is used for (at least
some) other invocations of command line git (like "git checkout" and "git
ls-remote").

Mark Waite


On Fri, May 16, 2014 at 11:33 AM, Chanda Unmack  wrote:

>
> On Fri, May 16, 2014 at 10:01 AM, Mark Waite wrote:
>
>> You need to add the "Additional Behaviour" "Advanced Clone Behaviours"
>> and then set the timeout value in the field which opens there.
>>
>> If you're using a Linux machine as the slave, you could also consider
>> using a bare "reference repository" on the slave agent so that the clone
>> could point to the existing reference copy rather than downloading another
>> copy.
>>
>> Mark Waite
>>
>>
>> On Fri, May 16, 2014 at 10:57 AM, Chanda Unmack  wrote:
>>
>>> So I wonder if anyone else is seeing this as it's causing no end of
>>> headache for me.
>>> My jobs fail because the git clone times out after 10 minutes.
>>>
>>> *09:43:13* ERROR: Timeout after 10 minutes
>>>
>>>
>>> Jenkins 1.532.2
>>> Jenkins GIT client plugin 1.9.0
>>> Jenkins GIT plugin 2.2.1
>>> Tomact 7
>>>
>>> *I've set the timeout on the project to be 60 minutes *
>>> The slave is windows, connected with jnlp, I've set the jvm options for
>>> the slave to have a timeout of 60 minutes
>>> (-Dorg.jenkinsci.plugins.gitclient.Git.timeOut=60)
>>>
>>> I even changed the jenkins startup to have a longer timeout with no
>>> success. I've seen other discussion on the list about the 10 minute timeout
>>> and that it's supposed to be configurable in the project scm area, but I'm
>>> not seeing that being honored. Is there somewhere else this is set?
>>>
>>> thanks
>>>
>> --
>> Thanks!
>> Mark Waite
>>
>
>
> I did set the Additional Behaviour-> Advanced Clone Behaviours - that's
> where I set the timeout for the project. Sorry if I wasn't clear there.
> I wish I could use Linux as a slave, we do have Linux slaves as well, but
> they have other git issues that while are annoying, don't prevent the build
> from succeeding (yet)
>
>>
>
> --
> *C**onfidentiality Notice:* This e-mail, including all attachments, is
> confidential information of Lytro, Inc. If the reader of this e-mail is not
> the intended recipient or its authorized agent, the reader is hereby
> notified that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Thanks!
Mark Waite

-- 
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.
For more options, visit https://groups.google.com/d/optout.


AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife


Hi,

Has anyone had this error when trying to use the accurev plug-in?
Al my builds are run on the master jenkins server account.

fyi
I commented out the password and the server name in the below error output.

Thanks,


started by user anonymous 
Building on master in workspace /data/shared/build/reftree/utd_jbr-test
Authenticating with Accurev server...
[utd_jbr-test] $ accurev login -H AccuRev01p.utd.com:5050 build 
FATAL: **.*.com: login (accurev login -H AccuRev01p.utd.com:5050 build 
) failed with java.io.IOException: Cannot run program "accurev" (in 
directory "/data/shared/build/reftree/utd_jbr-test"): error=2, No such file or 
directoryjava.io.IOException 
: Cannot run 
program "accurev" (in directory "/data/shared/build/reftree/utd_jbr-test"): 
error=2, No such file or directory

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: git timeout

2014-05-16 Thread Chanda Unmack
On Fri, May 16, 2014 at 10:01 AM, Mark Waite wrote:

> You need to add the "Additional Behaviour" "Advanced Clone Behaviours" and
> then set the timeout value in the field which opens there.
>
> If you're using a Linux machine as the slave, you could also consider
> using a bare "reference repository" on the slave agent so that the clone
> could point to the existing reference copy rather than downloading another
> copy.
>
> Mark Waite
>
>
> On Fri, May 16, 2014 at 10:57 AM, Chanda Unmack  wrote:
>
>> So I wonder if anyone else is seeing this as it's causing no end of
>> headache for me.
>> My jobs fail because the git clone times out after 10 minutes.
>>
>> *09:43:13* ERROR: Timeout after 10 minutes
>>
>>
>> Jenkins 1.532.2
>> Jenkins GIT client plugin 1.9.0
>> Jenkins GIT plugin 2.2.1
>> Tomact 7
>>
>> *I've set the timeout on the project to be 60 minutes *
>> The slave is windows, connected with jnlp, I've set the jvm options for
>> the slave to have a timeout of 60 minutes
>> (-Dorg.jenkinsci.plugins.gitclient.Git.timeOut=60)
>>
>> I even changed the jenkins startup to have a longer timeout with no
>> success. I've seen other discussion on the list about the 10 minute timeout
>> and that it's supposed to be configurable in the project scm area, but I'm
>> not seeing that being honored. Is there somewhere else this is set?
>>
>> thanks
>>
> --
> Thanks!
> Mark Waite
>


I did set the Additional Behaviour-> Advanced Clone Behaviours - that's
where I set the timeout for the project. Sorry if I wasn't clear there.
I wish I could use Linux as a slave, we do have Linux slaves as well, but
they have other git issues that while are annoying, don't prevent the build
from succeeding (yet)

>

-- 
*C**onfidentiality Notice:* This e-mail, including all attachments, is
confidential information of Lytro, Inc. If the reader of this e-mail is not
the intended recipient or its authorized agent, the reader is hereby
notified that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: git timeout

2014-05-16 Thread Mark Waite
You need to add the "Additional Behaviour" "Advanced Clone Behaviours" and
then set the timeout value in the field which opens there.

If you're using a Linux machine as the slave, you could also consider using
a bare "reference repository" on the slave agent so that the clone could
point to the existing reference copy rather than downloading another copy.

Mark Waite


On Fri, May 16, 2014 at 10:57 AM, Chanda Unmack  wrote:

> So I wonder if anyone else is seeing this as it's causing no end of
> headache for me.
> My jobs fail because the git clone times out after 10 minutes.
>
> *09:43:13* ERROR: Timeout after 10 minutes
>
>
> Jenkins 1.532.2
> Jenkins GIT client plugin 1.9.0
> Jenkins GIT plugin 2.2.1
> Tomact 7
>
> I've set the timeout on the project to be 60 minutes
> The slave is windows, connected with jnlp, I've set the jvm options for
> the slave to have a timeout of 60 minutes
> (-Dorg.jenkinsci.plugins.gitclient.Git.timeOut=60)
>
> I even changed the jenkins startup to have a longer timeout with no
> success. I've seen other discussion on the list about the 10 minute timeout
> and that it's supposed to be configurable in the project scm area, but I'm
> not seeing that being honored. Is there somewhere else this is set?
>
> thanks
>
> --
> *C**onfidentiality Notice:* This e-mail, including all attachments, is
> confidential information of Lytro, Inc. If the reader of this e-mail is not
> the intended recipient or its authorized agent, the reader is hereby
> notified that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Thanks!
Mark Waite

-- 
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.
For more options, visit https://groups.google.com/d/optout.


git timeout

2014-05-16 Thread Chanda Unmack
So I wonder if anyone else is seeing this as it's causing no end of
headache for me.
My jobs fail because the git clone times out after 10 minutes.

*09:43:13* ERROR: Timeout after 10 minutes


Jenkins 1.532.2
Jenkins GIT client plugin 1.9.0
Jenkins GIT plugin 2.2.1
Tomact 7

I've set the timeout on the project to be 60 minutes
The slave is windows, connected with jnlp, I've set the jvm options for the
slave to have a timeout of 60 minutes
(-Dorg.jenkinsci.plugins.gitclient.Git.timeOut=60)

I even changed the jenkins startup to have a longer timeout with no
success. I've seen other discussion on the list about the 10 minute timeout
and that it's supposed to be configurable in the project scm area, but I'm
not seeing that being honored. Is there somewhere else this is set?

thanks

-- 
*C**onfidentiality Notice:* This e-mail, including all attachments, is
confidential information of Lytro, Inc. If the reader of this e-mail is not
the intended recipient or its authorized agent, the reader is hereby
notified that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Passing upstream project name to be displayed in Set Build Name of another job

2014-05-16 Thread el macho
Hi There, 
I have a job that can be kicked off from 2 different jobs.  I would like to 
be able to display as part of the build name, which upstream job kicked it 
off.  For example, I have the following jobs setup:   
A --> B --> C   
1 --> B --> C   
I would like to be able to display as part of build C job if the job came 
from either A or 1 and list it out as part of Build History.  Any thoughts 
& thanks!

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: SVN Tagging Plugin Issue

2014-05-16 Thread rwdolb
reply


2014-05-16 11:59 GMT+02:00 rwdolb [via Jenkins CI] <
ml-node+s361315n4701294...@n4.nabble.com>:

> Hello Chris,
>
> I have the same problem when i try to tag a successful build.
> In fact i upgrade my svn plugin version from 1.39 to 2.3
>
> Firstly i got the problem when job try to checkout/update (No credential
> to try. Authentication failed
> ). Then i set the credential and the problem was fixed.
>
> BUT, the tag problem isn't, i have always this problem (No credential to
> try. Authentication failed
> ) when i try to tag manually (tag this build link).
>
> Did you find a solution to your problem?
> Thanks a lot and please excuse for my bad English.
>
> chris.beech wrote
> Yeah, it did - I gave up in the end and installed Win32SVN (SVN v1.7) and
> now I can see what changes were made. I don't think Jenkins plays nice with
> SVN v1.8 which was VisualSVN.
>
> I still had the tagging problem in Win32SVN until I permitted anonymous
> read access, so there's something fishy still going on. The SVN Tagging
> Plugin says it's using the credentials stored as part of the SVN
> configuration but if that were the case I wouldn't be having any problems -
> Googling around others have also had problems so I think it's a plugin
> issue.
>
> Thanks,
>
> Chris
>
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://jenkins-ci.361315.n4.nabble.com/SVN-Tagging-Plugin-Issue-tp4693946p4701294.html
>  To unsubscribe from SVN Tagging Plugin Issue, click 
> here
> .
> NAML
>



-- 
Cordialement,
Rawad HAJOU




--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/SVN-Tagging-Plugin-Issue-tp4693946p4701312.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Why job runs twice almost at the same time when building at once in jenkins?

2014-05-16 Thread weirise
Hi,stephenconnolly,

Thank you very much for your answers.But I don't set  any options
before building,let alone quiet period.
I heard about this could occure when mouse  click.howerver,I  doubt it。Do
you think if this condition could happen,or even other things?

   Thank you again,yours regards! 



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Why-job-runs-twice-almost-at-the-same-time-when-building-at-once-in-jenkins-tp4700898p4701113.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: SVN Tagging Plugin Issue

2014-05-16 Thread rwdolb
Hello Chris,

I have the same problem when i try to tag a successful build.
In fact i upgrade my svn plugin version from 1.39 to 2.3

Firstly i got the problem when job try to checkout/update (No credential to
try. Authentication failed
). Then i set the credential and the problem was fixed.

BUT, the tag problem isn't, i have always this problem (No credential to
try. Authentication failed
) when i try to tag manually (tag this build link).

Did you find a solution to your problem?
Thanks a lot and please excuse for my bad English. 


chris.beech wrote
> Yeah, it did - I gave up in the end and installed Win32SVN (SVN v1.7) and
> now I can see what changes were made. I don't think Jenkins plays nice
> with SVN v1.8 which was VisualSVN.
> 
> I still had the tagging problem in Win32SVN until I permitted anonymous
> read access, so there's something fishy still going on. The SVN Tagging
> Plugin says it's using the credentials stored as part of the SVN
> configuration but if that were the case I wouldn't be having any problems
> - Googling around others have also had problems so I think it's a plugin
> issue.
> 
> Thanks,
> 
> Chris





--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/SVN-Tagging-Plugin-Issue-tp4693946p4701294.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Windows env when using cygwin ssh connection?

2014-05-16 Thread Les Mikesell
And on a 2nd look, the cygwin/sshd connections are also not populating
the variables explicitly set in the jenkins global and per-node
configurations.

On Fri, May 16, 2014 at 8:46 AM, Les Mikesell  wrote:
> Is there a general way to get the variables that would have been set
> in a console login?   I think all the slaves have the same things
> installed in the same places, but I'd rather not need to care about
> that.
>
> On Fri, May 16, 2014 at 8:06 AM, Eric Pyle  wrote:
>> For our cygwin/ssh slaves, we call a script on the slave that sets
>> environment variables and then starts the slave process.
>>
>> Eric
>>
>>
>> On 5/15/2014 7:09 PM, Les Mikesell wrote:
>>>
>>> This probably isn't a real jenkins-specific question, but maybe
>>> someone knows the answer...   I recently switched some win2008 slaves
>>> to use cygwin/ssh connections instead of jnlp.   Some jobs were using
>>> windows environment variables like %VS110COMNTOOLS% in batch files
>>> that worked when the slave was started with jnlp but now they are not
>>> set.   Is there some way to pick them up if they aren't set by the ssh
>>> login?
>>>
>>
>> --
>> 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.
>> For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Windows env when using cygwin ssh connection?

2014-05-16 Thread Les Mikesell
Is there a general way to get the variables that would have been set
in a console login?   I think all the slaves have the same things
installed in the same places, but I'd rather not need to care about
that.

On Fri, May 16, 2014 at 8:06 AM, Eric Pyle  wrote:
> For our cygwin/ssh slaves, we call a script on the slave that sets
> environment variables and then starts the slave process.
>
> Eric
>
>
> On 5/15/2014 7:09 PM, Les Mikesell wrote:
>>
>> This probably isn't a real jenkins-specific question, but maybe
>> someone knows the answer...   I recently switched some win2008 slaves
>> to use cygwin/ssh connections instead of jnlp.   Some jobs were using
>> windows environment variables like %VS110COMNTOOLS% in batch files
>> that worked when the slave was started with jnlp but now they are not
>> set.   Is there some way to pick them up if they aren't set by the ssh
>> login?
>>
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Windows env when using cygwin ssh connection?

2014-05-16 Thread Eric Pyle
For our cygwin/ssh slaves, we call a script on the slave that sets 
environment variables and then starts the slave process.


Eric

On 5/15/2014 7:09 PM, Les Mikesell wrote:

This probably isn't a real jenkins-specific question, but maybe
someone knows the answer...   I recently switched some win2008 slaves
to use cygwin/ssh connections instead of jnlp.   Some jobs were using
windows environment variables like %VS110COMNTOOLS% in batch files
that worked when the slave was started with jnlp but now they are not
set.   Is there some way to pick them up if they aren't set by the ssh
login?



--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Mohamed Djadlou
This feature was properly working a few weeks ago.  Only changes are about 
jobs renaming (with white spaces).  Maybe a first lead for the 
investigation.  :-)

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Mohamed Djadlou
New issue on Jira : https://issues.jenkins-ci.org/browse/JENKINS-23063


Le vendredi 16 mai 2014 12:39:38 UTC+2, maciej a écrit :
>
>  
> Seems like a bug. Happens for me too on Opera 12.12 on LTS.
>
> You should report a bug:
>
> https://wiki.jenkins-ci.org/display/JENKINS/Issue+Tracking#IssueTracking-Reportinganissue
>
>
>[image: MOL sp. z o.o.]  *Maciej Jaros* 
> e-mail: mac...@mol.com.pl  
> WWW: www.mol.pl  
> tel: 58 669 80 90 
> fax: 58 669 80 91   
>   
>  
>  

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Jenkins - run Maven build with 3rd Party Dependencies

2014-05-16 Thread Arun Kumar C C
I have a project to be run through jenkins-maven plug-in. Things look fine 
and I am using a 3rd party jar in the maven project that I have installed 
locally. When I run "mvn clean install" from command prompt, it seems to 
work fine but when i run the pom through the Jenkins - I get an error .. 

[ERROR] Failed to execute goal on project dnbiautomation: Could not resolve 
dependencies 
for project com.dnb.automation:dnbiautomation:jar:1.0: Could not find artifact 
com.excel2objects:excel2objects:jar:1.0 in central 
(http://repo.maven.apache.org/maven2) 
-> [Help 1]


How to resolve this? Please help

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Maciej Jaros

Mohamed Djadlou (2014-05-16 10:52):

Hi all,


My first post here after using Jenkins for 2 months now.  :-)

My manager is very interested in the charts representing the failures 
of all our jobs.  Unfortunately the '(just show failures)' link is 
broken i.e. flipTrend is called but diagram is still the same (test # 
and failure #).  This happens with Firefox (ESR 24.4.0) and Internet 
Explorer (8.0.760.1.17514), which are the main browsers used in my 
company.  However it does work when using Opera (12.17) ! I 
experienced exactly the same behaviour with some other colleagues' 
machines.




Seems like a bug. Happens for me too on Opera 12.12 on LTS.

You should report a bug:
https://wiki.jenkins-ci.org/display/JENKINS/Issue+Tracking#IssueTracking-Reportinganissue


MOL sp. z o.o.  *Maciej Jaros*
e-mail: mac...@mol.com.pl 
WWW: www.mol.pl   
tel: 58 669 80 90
fax: 58 669 80 91

--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Mohamed Djadlou
Hello Vidhya,


Could you please open your own post as you replied to mine by mistake ?

Cheers,
Momo

Le vendredi 16 mai 2014 11:45:14 UTC+2, vidhya radha a écrit :
>
> Hi,
>
> How to build the android and iOS build in jenkins and how to send the 
> build when it is failed.Anyone have an idea.
>
>
> On Fri, May 16, 2014 at 2:22 PM, Mohamed Djadlou 
> 
> > wrote:
>
>> Hi all,
>>
>>
>> My first post here after using Jenkins for 2 months now.  :-)
>>
>> My manager is very interested in the charts representing the failures of 
>> all our jobs.  Unfortunately the '(just show failures)' link is broken i.e. 
>> flipTrend is called but diagram is still the same (test # and failure #).  
>> This happens with Firefox (ESR 24.4.0) and Internet Explorer 
>> (8.0.760.1.17514), which are the main browsers used in my company.  However 
>> it does work when using Opera (12.17) ! I experienced exactly the same 
>> behaviour with some other colleagues' machines.
>>
>> By the way, is there any plugin that would offer more display options for 
>> this 'Test Result Trend' (like pie charts, all tests vs all failed tests, 
>> etc...) ?
>>
>> *OS* : Win7 Enterprise
>> *Jenkins* : version 1.562
>>
>> Thanks a lot for your help.
>>
>> Have a nice day,
>> Momo
>>
>> -- 
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread vidhya radha
Hi,

How to build the android and iOS build in jenkins and how to send the build
when it is failed.Anyone have an idea.


On Fri, May 16, 2014 at 2:22 PM, Mohamed Djadlou  wrote:

> Hi all,
>
>
> My first post here after using Jenkins for 2 months now.  :-)
>
> My manager is very interested in the charts representing the failures of
> all our jobs.  Unfortunately the '(just show failures)' link is broken i.e.
> flipTrend is called but diagram is still the same (test # and failure #).
> This happens with Firefox (ESR 24.4.0) and Internet Explorer
> (8.0.760.1.17514), which are the main browsers used in my company.  However
> it does work when using Opera (12.17) ! I experienced exactly the same
> behaviour with some other colleagues' machines.
>
> By the way, is there any plugin that would offer more display options for
> this 'Test Result Trend' (like pie charts, all tests vs all failed tests,
> etc...) ?
>
> *OS* : Win7 Enterprise
> *Jenkins* : version 1.562
>
> Thanks a lot for your help.
>
> Have a nice day,
> Momo
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Mohamed Djadlou
Hi all,


My first post here after using Jenkins for 2 months now.  :-)

My manager is very interested in the charts representing the failures of 
all our jobs.  Unfortunately the '(just show failures)' link is broken i.e. 
flipTrend is called but diagram is still the same (test # and failure #).  
This happens with Firefox (ESR 24.4.0) and Internet Explorer 
(8.0.760.1.17514), which are the main browsers used in my company.  However 
it does work when using Opera (12.17) ! I experienced exactly the same 
behaviour with some other colleagues' machines.

By the way, is there any plugin that would offer more display options for 
this 'Test Result Trend' (like pie charts, all tests vs all failed tests, 
etc...) ?

*OS* : Win7 Enterprise
*Jenkins* : version 1.562

Thanks a lot for your help.

Have a nice day,
Momo

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: Multiple jobs with locks

2014-05-16 Thread Matthew.Webber
Ah, I see. The only thing I can think of is to also use the 
https://wiki.jenkins-ci.org/display/JENKINS/Priority+Sorter+Plugin so that D 
always runs before C, before B, before A. Does that work, or is it fragile / 
too complicated?
Matthew

From: Renato Rodrigues [mailto:h...@renatorodrigues.me]
Sent: 16 May 2014 09:30
To: jenkinsci-users@googlegroups.com
Cc: Webber, Matthew (DLSLtd,RAL,LSCI)
Subject: Re: Multiple jobs with locks

I'm afraid that your solution doesn't work. If A has already started and a new 
A goes to the queue, the moment A ends and starts to run B, the other A on the 
queue starts.

On Friday, May 16, 2014 8:54:50 AM UTC+1, 
matthew...@diamond.ac.uk wrote:
The 
https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin 
plugin might do what you want. Define a category to represent the pipeline, and 
limit the category to one job only.

From: Renato Rodrigues [mailto:h...@renatorodrigues.me]
Sent: 15 May 2014 17:23
To: jenkins...@googlegroups.com
Subject: Multiple jobs with locks

Imagine the following scenario as a pipeline:

Job A > Job B (Build Flow Job) > Job C > Job D

Job A is called by a git hook. Job B is a lightweight job that orchestrates 
jobs C and D.

This pipeline works well but I just want only one instance of it at a time. So 
if, for example, job C is running and the git hook calls a new Job A, first the 
pipeline must terminate after completing job D.

I've searched some plugins like Locks and Latches or Exclusion plugin but none 
have worked.
--
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-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple jobs with locks

2014-05-16 Thread Renato Rodrigues
I'm afraid that your solution doesn't work. If A has already started and a 
new A goes to the queue, the moment A ends and starts to run B, the other A 
on the queue starts.

On Friday, May 16, 2014 8:54:50 AM UTC+1, matthew...@diamond.ac.uk wrote:
>
>  The 
> https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Pluginplugin
>  might do what you want. Define a category to represent the pipeline, 
> and limit the category to one job only. 
>
>  
>   
> *From:* Renato Rodrigues [mailto:h...@renatorodrigues.me ] 
> *Sent:* 15 May 2014 17:23
> *To:* jenkins...@googlegroups.com 
> *Subject:* Multiple jobs with locks
>  
>  
>  
> Imagine the following scenario as a pipeline:
>
> *Job A > Job B (Build Flow Job) > Job C > Job D*
>
> Job A is called by a git hook. Job B is a lightweight job that 
> orchestrates jobs C and D. 
>
> This pipeline works well but I just want only one instance of it at a 
> time. So if, for example, job C is running and the git hook calls a new Job 
> A, first the pipeline must terminate after completing job D.
>
> I've searched some plugins like Locks and Latches or Exclusion plugin but 
> none have worked.
>  
> -- 
> 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-use...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>   

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: Multiple jobs with locks

2014-05-16 Thread Matthew.Webber
The 
https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin 
plugin might do what you want. Define a category to represent the pipeline, and 
limit the category to one job only.

From: Renato Rodrigues [mailto:h...@renatorodrigues.me]
Sent: 15 May 2014 17:23
To: jenkinsci-users@googlegroups.com
Subject: Multiple jobs with locks

Imagine the following scenario as a pipeline:

Job A > Job B (Build Flow Job) > Job C > Job D

Job A is called by a git hook. Job B is a lightweight job that orchestrates 
jobs C and D.

This pipeline works well but I just want only one instance of it at a time. So 
if, for example, job C is running and the git hook calls a new Job A, first the 
pipeline must terminate after completing job D.

I've searched some plugins like Locks and Latches or Exclusion plugin but none 
have worked.
--
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.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.