join plugin with jobs

2013-06-13 Thread Z W
Hi All We have 4 jobs: Job A calls Jobs B,C and both B,C then joins at job D. We have parameters that we like to pass to job D, through B, C. How do we set up in these jobs for that to occur ? Thanks Sincerely -- You received this message because you are subscribed to the Google Groups "Jenki

Trouble connecting to Windows slaves using jnlp - quick question

2013-06-24 Thread Z W
Hi All We have trouble configuring windows as slaves to our linux box running jenkins; we configure the windows slaves to use jnlp at the slaves we kicked off the jnlp box shows connected with no drop down menu to install as windows service but on jenkins it says not connected Why is that ? Than

Plugins support for Fortify and WebInspect ?

2013-07-11 Thread Z W
Hi All Are there good plugins support for Fortify and WebInspect with Jenkins and Hudson ? Thank you Sincerely -- 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 t

jobs migration between slaves - quick question

2013-08-12 Thread Z W
Hi All We have a slave that's running out of disk space. To create room, we thought we like to manually move those folders under slave's workspace to another new slave under the new slave's workspace. Would Jenkins/Hudson still work to use both slaves when kicking off jobs ? Thanks Sincerely --

multiconfig job - quick question

2013-08-15 Thread Z W
Hi All We like to create and use a multi-config job where we like to also use this job with selenium 2 grid setup. There arent many notes or articles out there. Are there articles and/or how to notes/steps on how to configure the job to use for this purpose that you could share ? Thanks all Sin

Copy/Replicate jobs in Hudson - How - Quick question

2012-11-08 Thread Z W
Hi All We have a long list of jobs that we like to copy/replicate over to a new Hudson server. Are the steps/documents that we could follow to help us accomplish that ? Reconfigure jobs by hand is too prone to mistakes. Thanks

Re: Copy/Replicate jobs in Hudson - How - Quick question

2012-11-12 Thread Z W
; > Refer to http://jenkins.361315.n4.nabble.com/create-jobs-td2320262.html for > a past e-mail exchange on the topic. > > Mark Waite > > > From: Z W > To: jenkinsci-users@googlegroups.com > Sent: Thursday, November 8, 2012 11:57 AM > Subj

Shell script to indicate failed status to Hudson - quick question

2012-11-12 Thread Z W
Hi All We have a simple shell script that contains deployment call to deploy ear file to an application server. However, when deployment fails, errors are spewing out to the Hudson console but script continues to run to completion and indicate a pass status on Hudson. Could experts here show us w

parallel builds on single Hudson possible - quick question

2012-11-13 Thread Z W
Hi All We have a single Hudson server and we like to perform parallel builds for multiple different builds. Can Hudson support that, meaning one job starts at 815am and another at 820am so in the build queue there would be 2 paralllel builds ? If not, what's the usual practice to support multiple

Re: parallel builds on single Hudson possible - quick question

2012-11-15 Thread Z W
urrent builds if necessary". I don't know if that feature is available > in Hudson or not. It may have been added after most of the developers > switched from Hudson to Jenkins. > > Mark Waite > > > From: Z W > To: jenkinsci-users@goo

best practice backup build setup - quick question

2012-11-16 Thread Z W
Hi All We are upgrading a CI setup. Currently, a single Jenkins running. We like to make it more available, just in case our current Jenkins goes down, by adding another Jenkins to mirror our current Jenkins server and all its jobs contents. So if one Jenkins goes down (for whatever reason), we ha

jobs workspaces copied between Windows and Linux - quick question

2012-11-21 Thread Z W
Hi All Is it possible to copy jobs and workspaces configured on Windows to Linux Jenkins/Hudson workspaces directories without issues or side effects ? Thanks

Distributed builds - quick question

2012-11-21 Thread Z W
Hi All New users here. We like to create a distributed build architecture, with 1 master and 3 slaves (all linux boxes) 1 - From what we understand thus far, when jobs are kicked off from the master, we suppose the builds are checkout to the slaves and builds are run on the slaves. Is that correct

Multiple Jenkins possible ? - quick question

2012-11-26 Thread Z W
Hi We have one Jenkins configured and it went down. Our only Jenkins as 3 slaves. We like to install another Jenkins acting as secondary master for the 3 slaves nodes in case the primary master Jenkins goes down. Will this configuration work ? Can multiple Jenkins work together ? How do we config

Re: Multiple Jenkins possible ? - quick question

2012-11-27 Thread Z W
Hi Clemens Secondary would be running on a different server box was the idea. On Tue, Nov 27, 2012 at 1:08 AM, Clemens wrote: > Hi, > > do you want to install another Jenkins on the same Server ? > Not sure about this. Because this would be a problem with the > Jenkins Service, tried this once,

Repost - How to renumber an existing job build history and its related artifacts safely - quick question

2012-11-29 Thread Z W
Hi We like to renumber an existing job build history and its related artifacts safely. We notice that in Jenkins that there are several files referring to the build history in order to display the build history nicely on the Jenkins web app. eg in our job directory we have these files and director

How to renumber an existing job build history and its related artifacts safely - quick question

2012-11-29 Thread Z W
Hi We like to renumber an existing job build history and its related artifacts safely. We notice that in Jenkins that there are several files referring to the build history in order to display the build history nicely on the Jenkins web app. eg in our job directory we have these files and director

how to include Jenkins Build Number in Ant script - quick question

2012-11-29 Thread Z W
Hi We like to sync up Jenkins build number with our version.xml file. Is there a way to include Jenkins build number in our main ant script build.xml so that it would write to our version.xml ? Thanks

How to archive artifacts - quick question

2012-11-30 Thread Z W
Hi Our build run, each time it runs, produces a zip file artifact. We like to preserve 3 previous runs artifacts plus the current = 4 artifacts. In the job confg, we saw Discard Old Builds check box and we set Max # of builds to keep with artifacts to 4. But every run we did, only one artif

slave job queue - quick question

2012-12-03 Thread Z W
Hi We like to perform rsync as a cron job. We like to know what file or files we need to check used by job runs so that rsync is only run when no job is running in Jenkins/Hudson. We are aware that there are plugins available for it but we like to use ours for specific needs. Thanks

Matrix-based security workspace access - quick question

2012-12-04 Thread Z W
Hi We currently are using Matrix-based security to allow users to access workspace. However, we have an artifact produced that we like some users to pick up but not have access to the whole workspace as it contains all our source files. Is there a way using this Matrix-based security to only limi

How to send broadcast email in Jenkins - quick question

2012-12-04 Thread Z W
Hi Is there a way to broadcast an email to everyone in Jenkins to inform them of maintenance service ? Thanks

graphviz installation issue - quick question

2012-12-09 Thread Z W
Hi We are having trouble installing graphviz on Oracle Enterprise Linux 6. We like to use the Dependency Graph View plugin. Does anyone have notes on how to install graphviz on this linux platform? We went to graphviz site but couldn't get to their mailing list to ask for help. Any help is apprec

Maven 3.0.4 installation and setup with Jenkins - quick question

2012-12-14 Thread Z W
Hi We downloaded Maven 3.0.4 binary from the apache web site. We have a distributed network where Jenkins is in one linux box A with 2 slaves on the other 2 linux boxes, named B and C. We untar the maven file in box A and configured Jenkins to NOT install automatically and point maven home in /pat

Maven version and upgrade - quick question

2012-12-14 Thread Z W
Hi All Under Build section of a job, Invoke Maven 3 - Maven 3, there is drop down value named (Bundled). How can we find out what version of Maven Jenkins is using ? When we want to use a newer Maven, how do we config under Manage Jenkins such that the slaves would pick up the newer Maven version

"Scan for compiler warnings" - how to use - quick question

2012-12-17 Thread Z W
Hi All We are trying to use the "Scan for compiler warnings" options and discover we like to ignore some warnings. We tried to ignore them by inserting text com.sun.org.apache.xpath.internal.XPathAPI into "Warnings to ignore" box but it didnt help. We then tried inserting the filename into "Warnin

M2_HOME - where is it - quick question

2012-12-17 Thread Z W
Hi All We are using the bundled Maven of Jenkins. We could not find M2_HOME variable used by Jenkins. Where is it set in Jenkins as an enviroment variable ? Thanks

Publish artifacts on web page for download plugin - quick question

2012-12-18 Thread Z W
Hi All We have build artifacts that we like to store on a separate server and at the same time publish these artifacts on a web page so that our users can download them. The web page would contain a long list artifacts along with their build number and with their hyperlinks active so that users ca

how to configure paths for "Publish JUnit test result report" plugin

2012-12-25 Thread Z W
Hi All We have different projects in a a build job producing different subdirectories of xml test results file How do we configure multiple paths in plugin "Publish JUnit test result report" to get the test results file from different directories path; paths are not similar. thanks

SVN tag in Jenkins Job - quick question

2012-12-27 Thread Z W
Hi All How do we configure a Jenkins job to include SVN revision number that ties in with a build number ? We like to tag a SVN build number for every build we run. Thanks

Passing Revision numbers - quick question

2013-01-01 Thread Z W
Hi All We have a chained job (job with 4 subjobs). Is there a way to pass SVN revision number of the update checkout from the 1st subjob to the next subsequent subjob among the build subjobs, so that all the subjobs run on the latest revision number of the 1st subjob after the 1st job started? If

how to aggregate Recent Changes information between jobs - quick question

2013-01-15 Thread Z W
Hi All We have multiple jobs chained together to form a single run. We like to have an aggregated Recent Changes from previous jobs shown in the last job Recent Changes section. How do we accomplish that ? Thanks

WarningsPublisher aborted due to exception - quick question - how to recover

2013-01-28 Thread Z W
Hi All We ran a build and we got this error after successful build. Would the experts share their workaround to this issue ? Thank you. Sincerely BUILD SUCCESSFUL Total time: 6 minutes 33 seconds [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) ERROR: Publisher hudso

Steps to Upgrade - quick question

2013-02-02 Thread Z W
Hi All There are notes on how to install Jenkins. But there's not many notes on how to upgrade Jenkins or migrate from Hudson. Are there exact steps on how to upgrade (like what directories to copy after deploying a new Jenkins war file) so we don't miss any plugins, artifacts histories and job co

expect on Windows - quick question

2013-02-07 Thread Z W
Hi All Has anyone tried running expect script with Jenkins as a Windows shell ? We have a windows software to install and like to install it with Jenkins. We selected Windows shell build step but it fails. [install] $ cmd /c call C:\Users\me\AppData\Local\Temp\hudson5137610208232380553.bat c:\in

plugin for pre-checkout step - quick question ?

2013-02-15 Thread Z W
Hi All Is there a plugin where we could execute a shell command before the job checkouts/updates source code from SCM. We have a job that doesnt seem to update a zip file on a slave, when a new zip file is check into SCM with the same file. We decide to force a checkout by removing the zip file on

preSCMbuildstep plugin for Hudson - quick question

2013-02-15 Thread Z W
Hi All Can preSCMbuildstep plugin be used for Hudson too ? 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

preSCMbuildstep-plugin not working - quick question

2013-02-15 Thread Z W
Hi All We applied the preSCMbuildstep-plugin but it doesnt seem to work. We selected "Run buildstep before SCM runs" - "Execute shell" In the text box we had echo "test prescm pre scm step" After running, when we check the console, we didnt see the echo message before the SCM checkout: Output

cygwin - how to use - quick question

2013-03-06 Thread Z W
Hi All We have an .exe file under C:\jenkins\workspace\install\app.exe We tried using build step a Windows batch command to check the files md5sum with set PATH=/cygdrive/c/cygwin/bin;$PATH /cygdrive/c/cygwin/bin/bash.exe /cygdrive/c/cygwin/bin/md5sum.exe /cygdrive/c/jenkins/workspace/job2/app.e

cygwin and Jenkins/Hudson issue

2013-03-08 Thread Z W
Hi All We installed cygwin on a 64 bit Windows Server. We tried executing a simple *nix command on the build step "Execute shell" but we're getting error below. We set the environment variables in PATH of the windows box with C:\cygwin\bin and still it doesnt help. We also have installed cygwin pl

Copy artifacts to another project issue - quick question

2013-03-13 Thread Z W
Hi All We are having issues with copying artifacts from another project plugin. "Unable to access workspace for artifact copy. Slave node offline?" We tried resetting Jenkins and it still does work. The slave, where the project to be copied from, is connecting to hudson. Is there a workaround t

ssh to windows slave fails - quick question

2013-03-15 Thread Z W
Hi All We're not sure why the ssh to a windows slave fail. How do we recover this service ? Thanks all. [03/15/13 12:08:04] [SSH] Opening SSH connection to err.rws.com:22. java.io.IOException: There was a problem while connecting to err.rws.com:22 at ch.ethz.ssh2.Connection.connect(Conn

svn update not working with jar and zip file - quick question

2013-03-21 Thread Z W
Hi All Has anyone experience of svn updates not working with jar and zip files ? We experience this where for unclear reason the jar or zip file would not update with newer jar and zip files in SVN after issuing a SCM checkout from Jenkins in a job. How do we come this problem ? Thanks All -- Y

Email plugin - how to include SVN status code in email - quick question

2013-03-23 Thread Z W
Hi All We have a requirement to include the SVN status code when Jenkins pulls out code from the SVN into the email notification. How do we configure that ? Thanks All -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Cant load up configuration page - Any workaround ?

2013-03-24 Thread Z W
Hi All We have been using Jenkins for a while; apparently it has a hard time loading up the configuration page of any job, even though no one is using it (traffic very low) what is the best way to recover the configuration page operation of any job ? Any procedural steps for us to follow to recov

how do we intentionally fail a job run in Post build task

2013-03-25 Thread Z W
Hi All How do we intentionally fail a job run in Post build task in the script section after the condition passed ? ie how do we report back to the job that we should fail the run since we found a text in the log ? Thanks all. -- You received this message because you are subscribed to the Googl

Matrix-based security users transfer - quick question

2013-04-03 Thread Z W
Hi All We have a list of users with the Matrix-based security. We like to transfer this list of users to another Jenkins instance. Which file can we use that only transfers these users while not tampering with the other instance specific information ? Advance thanks. Sincerely -- You received t

SVN 1.6 (externals) client - quick question

2013-04-08 Thread Z W
Hi All We saw in Jenkins System Configuration for SVN, it has the option of SVN 1.6 (externals to file). It is the only SVN 1.6 option. We have a 1.6 SVN Server. How is SVN 1.6 (externals to file) different from regular SVN 1.6 client ? Thanks all. -- You received this message because you are s

Subversion Merge Plugin - automatic integration - quick question

2013-04-15 Thread Z W
Hi All In Jenkins Subversion Merge Plugin - automatic integration feature, 1- does it actually, in svn terms, after a successful --reintegrate to a trunk, then actually delete the branch and recreate it ? 2- If so, isnt it true that the "new" branch loses its history from the delete ? 3- Is the b

mailing list with Email plugins - quick question

2013-05-09 Thread Z W
Hi All We have a linux box that runs Jenkins. The entering/deleting of individual emails is painful. Is there a way to set up mailing list on the linux box so it is easier to manage job notifications via subscription ? Thanks -- You received this message because you are subscribed to the Google

How to pass custom environment variable between jobs

2013-05-14 Thread Z W
Hi All In the build section, we selected Use Shell to include our shell scripting to run on a slave for job A. This job A triggers Job B after completion. Job B needs job A's paramterized parameters to run Job B task. We have been unable to pass the our custom environment variable value to Job B f

How to check job status via jenkins-cli.jar on a slave and send it back to Jenkins Server ?

2013-05-20 Thread Z W
Hi All We like to find the job status or exit status of the job run using the jenkins-cli.jar on a distributed build environment with slaves. How do we do that ? Thank you. Sincerely -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubsc

irc chat room available ?

2013-05-21 Thread Z W
Hi All Is there a jenkins irc chat room available for the user group ? 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...@goog

How to set custom Windows Environment Variable in a job - quick question

2013-05-28 Thread Z W
Hi All We have a windows job and we like to set environment variable like in linux. But we can't find a configuration plugin checkbox to allow us to set a window environment variable. Eg: We like to set a JOB_NAME to a variable for this windows job such that this JOB_NAME can be used in a post-ac

Re: Hudson remote build job kick off

2012-07-02 Thread Z W
Hi Rob. Alex Thanks for your response. My environment is Linux. >From what I read, the notes have been for Windows. Is there an example for Linux version ? Also would you elaborate on "Whether you run your build on B or A, the output log is readable by the > server (slaves pipe their standard out