not "pipeline view" option available in jenkins mainpage after intall build pipeline plugin

2012-10-17 Thread ZHANG Xinchun A
Hello, There is not "view" option in jenkins's mainpage after I installed the build pipeline plugin, which could give me choice to create pipeline. Does anybody know how this happens? Br, Tony Zhang, Tz GSM Team @ Beijing, China

Re: Embedding parameterized jobs

2012-10-17 Thread Jan
or "include" the configuration of the parameterized job into a "wrapper" job ? On Tuesday, October 16, 2012 4:48:40 PM UTC+2, Jan wrote: > > We have a parameterized job to run database integration tests. Each > distinct parameter corresponds to a database brand/version/... The regular > build e

Exclusion plugin alternatives

2012-10-17 Thread Matthew.Webber
I use the Exclusion Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Exclusion-Plugin) to stop certain steps in my jobs running at the same time, but occasionally a job hangs because it thinks a resource is in use by another job. There is a ticket open for this problem (https://issues.jenkin

jenkins selenium issue

2012-10-17 Thread smita
Hello Sir I wrote test cases which in selenium and execute that test local machine which is properly executed. Then setup Jenkins.In Jenkins I executed test cases. I write following script in Jenkins shell PYENV_HOME=$WORKSPACE/.pyenv/ # Delete previously built virtualenv if [

RE: Collapsing Console Section

2012-10-17 Thread Mandeville, Rob
I’ve got the same problem, with no good solution. In my case, some of these steps are inside of other steps, so I can be more than one “BEGIN” deep. As far as I can tell, the only way to handle this is to write up each possible begin/end pair separately. That was too ugly for me to pursue, an

Git repository location; is it possible to change?

2012-10-17 Thread Steve K
Hello, Using the Git plugin, the repository created for the build, by default, occupies the Jenkins' WORKSPACE directory. Is there a way to tell the plugin to use a specific sub-directory of WORKSPACE (we have several scripts that rely on a specific parent directory name)? Please note: The bui

Re: Git repository location; is it possible to change?

2012-10-17 Thread Bailey, Darragh
On 17/10/12 14:12, Steve K wrote: > Hello, > > Using the Git plugin, the repository created for the build, by > default, occupies the Jenkins' WORKSPACE directory. > Is there a way to tell the plugin to use a specific sub-directory of > WORKSPACE (we have several scripts that rely on a specific p

Praqma ClearCase UCM plugin: is it possible to know the viewroot directory when configuring a buildjob ?

2012-10-17 Thread marcdb
Hello, I am trying to setup Jenkins with the ClearCase UCM plugin from Praqma. We are currently using Ant+Ivy as buildsystem. All our buildtools (JDK, Ivy, Ant etc...) and buildfiles (build.xml, ivy.xml) are under version control, and are thus included in the ClearCase view. The ant executable

Re: Parameterized CVS Tag Name

2012-10-17 Thread Olivier Chorier
Hello Fred, Of course it works... I didn't upgraded the correct thing. I upgraded jenkins instead of the CVS plugin. Thanks for your reply which gave me the clue, and excuse me for disturbing with that... Olivier. Le mardi 16 octobre 2012 14:32:27 UTC+2, Fred G a écrit : > > Hi, > > It works f

Builds not showing up on UI although they exist in the directory

2012-10-17 Thread David Weintraub
To track changes in a Subversion jar repository, I have a Jenkins job that does a checkout, but no build. This way, anytime someone changes a jar, I get notified via the ext-email plugin. I came in this morning, and only the last build is showing up. I don't have the job deleting the builds, and i

Re: Builds not showing up on UI although they exist in the directory

2012-10-17 Thread Andrew Melo
On Wed, Oct 17, 2012 at 9:44 AM, David Weintraub wrote: > To track changes in a Subversion jar repository, I have a Jenkins job > that does a checkout, but no build. This way, anytime someone changes > a jar, I get notified via the ext-email plugin. > > I came in this morning, and only the last bu

Re: Accessing file on slave node from email-ext script (groovy)

2012-10-17 Thread Marek Gimza
Your right .. I had to play around with the different jelly tags for it to work in a jelly script: The best solution that works for me in a jelly script: ${rep_content.asXML()} FYI... the use of the wrote: > Yes... It just really couldn't get jelly script to work to my > satisfacti

Jenkins goes gray, last build info says "N/A"

2012-10-17 Thread H^2
Each morning, one of our Jenkins servers loses is place in the time and space. The build balls all go gray on the dash board. The Last Success, Last Failure, and Last Duration all say "N/A". Forcing a build works, and the correct build number gets used. Reloading the config from disk restores

Re: Builds not showing up on UI although they exist in the directory

2012-10-17 Thread David Weintraub
I rebooted and it fixed several things including not listing any users. I'll upgrade to 1.486. On Wed, Oct 17, 2012 at 10:47 AM, Andrew Melo wrote: > On Wed, Oct 17, 2012 at 9:44 AM, David Weintraub wrote: >> To track changes in a Subversion jar repository, I have a Jenkins job >> that does a ch

How can I exit the recipient list?

2012-10-17 Thread Town Ice
So much nails, I don't want to be disturbed any more.

Re: How can I exit the recipient list?

2012-10-17 Thread Johannes Wienke
On 17.10.2012 18:08 schrieb Town Ice: > So much nails, I don't want to be disturbed any more. You can unsubscribe on the google groups webpage. Is it possible to add a signature to every message received over the mailinglist with a link to the groups page + unsubscribe hint? This question pops up

Re: Git repository location; is it possible to change?

2012-10-17 Thread Steve K
Thank you Darragh. That looks promising. On Wednesday, October 17, 2012 9:23:40 AM UTC-4, Darragh Bailey wrote: > > On 17/10/12 14:12, Steve K wrote: > > Hello, > > > > Using the Git plugin, the repository created for the build, by > > default, occupies the Jenkins' WORKSPACE directory. > >

Re: Jenkins goes gray, last build info says "N/A"

2012-10-17 Thread Baptiste MATHUS
Hi, Look for entries in recent archive and in the changelog about "lazy-loading". Cheers 2012/10/17 H^2 > Each morning, one of our Jenkins servers loses is place in the time and > space. The build balls all go gray on the dash board. The Last Success, > Last Failure, and Last Duration all say

Finding the remote fs root in Groovy

2012-10-17 Thread Todd Greer
Does anyone here happen to know how to find the remote fs root of a slave in Groovy? I'd like to do this so I can use EnvInject to put it in an environment variable, so I can use put some files there that all of my jobs can read. Thanks, Todd Greer

Re: Finding the remote fs root in Groovy

2012-10-17 Thread Marek Gimza
Todd, Do U want to have different builds sharing the same WORKSPACE or do U want a dir that holds files which the different builds will reference? .. Mgimza On Wed, Oct 17, 2012 at 3:46 PM, Todd Greer wrote: > Does anyone here happen to know how to find the remote fs root of a slave > in Groov

RE: Finding the remote fs root in Groovy

2012-10-17 Thread Todd Greer
I want a dir that holds files which the different builds will reference. The contents should be the same on all slaves, and I'd like to specify the same thing as the path (e.g. "${FS_ROOT}/common") on all jobs on all slaves. I'd like to update this dir automatically. Currently, I'm setting up

Re: Can I restart a job automatically if it fails ?

2012-10-17 Thread vf
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin sbrown48 schrieb: >Can I restart a job automatically if it fails ? > >I am running a java program against a site out of my control. >I have a timeout in there to fail if it takes too long. >If it fails I want to restart the job x nu

Re: Collapsing Console Section

2012-10-17 Thread sandy
Thanks, If I write console sections for each begin/end pair, then it would make it really ugly as I have around 15 components and 5 platforms. It seems to me that it is better to write a plugin for this. On Wednesday, October 17, 2012 6:18:44 PM UTC+5:30, Mandeville, Rob wrote: > > I’ve got th