How to pass Java option to IBM SDK 6 in job - quick question

2014-02-02 Thread zw
Hi All We tried setting JAVA options using -Xlint with IBM java SDK 6 in the Ant build step but we're getting error. In the JAVA options box we put -Xlint and error shows below; we also tried -Xlint:deprecation and Xlint - all didn't work. What are we doing wrong ? *22:21:42* [USER] $ /user/hud

How to pass java compiler option on slave ?

2014-02-02 Thread zw
Hi All How do we pass additional javac option to a slave running running a job using Ant ? 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-u

Re: hudson.model.WorkspaceCleanupThread.disabled=true ? - quick question

2014-02-02 Thread zw
:31 AM UTC-8, Daniel Beck wrote: > > > On 27.01.2014, at 17:27, zw > wrote: > > > Will hudson.model.WorkspaceCleanupThread.disabled=true stop all jobs' > configuration to "clean workspace" if they are configured to do so ? > > I'm not sure

Re: hudson.model.WorkspaceCleanupThread.disabled=true ? - quick question

2014-02-02 Thread zw
27, 2014 11:25:31 AM UTC-8, Daniel Beck wrote: > > > On 27.01.2014, at 17:27, zw > wrote: > > > Will hudson.model.WorkspaceCleanupThread.disabled=true stop all jobs' > configuration to "clean workspace" if they are configured to do so ? > > I&#

hudson.model.WorkspaceCleanupThread.disabled=true ? - quick question

2014-01-27 Thread zw
Hi All Will hudson.model.WorkspaceCleanupThread.disabled=true stop all jobs' configuration to "clean workspace" if they are configured to do so ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Renamed jobs' workspace wiped out automatically - how to recover

2014-01-24 Thread zw
Hi All We renamed a bunch of jobs of those existing jobs. Those jobs run on slaves. The jobs are NOT configured for "clean" in their job configurations. The jobs workspaces are there on the slaves immediately after the jobs completed. But we noticed the newly renamed jobs' workspaces are wiped ou

Does uninstall a plugin causes job config file to lose its plugin changes ?

2013-10-25 Thread zw
Hi All We are trying to troubleshoot why our job config page is not loading. If we uninstall each plugin as we troubleshoot, would Hudson or Jenkins modify the job config files that had previously used those installed plugins and remove those plugins tags just because we uninstalled them temporar

Jenkins/Hudson not loading up jobs configure screen when clicking configure

2013-10-25 Thread zw
Hi All Our Hudson/Jenkins is not loading up a job after clicking configure. It stays in Loading mode... We tried restarting the Hudson/Jenkins. Even after that, it still wouldnt load up the jobs. Is there a limit to the number of jobs that Hudson/Jenkins can support ? Could it be that the config

java.io.IOException: Failed to mkdirs: on Windows slave - how to recover ?

2013-09-29 Thread zw
Hi All Our windows slave suddenly stopped working with errors showing below: 06:04:46 Started by user 06:04:46 Building remotely on slave_windows 06:04:46 java.io.IOException: Failed to mkdirs: c:\workspace\job1 06:04:46 at hudson.FilePath.mkdirs(FilePath.java:817) 06:04:46

Re: User migration from Hudson to Jenkins - How ?

2013-08-21 Thread zw
Hi Richard It doesnt contain the information we need. Thanks On Wednesday, August 21, 2013 2:20:36 PM UTC-7, Richard Bywater wrote: > > Have you read > https://wiki.jenkins-ci.org/display/JENKINS/Upgrading+from+Hudson+to+Jenkins > ? > > Richard. > > > On Thu,

User migration from Hudson to Jenkins - How ?

2013-08-21 Thread zw
Hi All We like to transfer users of Hudson app to Jenkins app. What file could we use to copy those users and copy it over to Jenkins without needing to recreate from scratch of all the users and their passwords ? Thanks Sincerely -- You received this message because you are subscribed to the

Re: jobs migration between slaves - quick question

2013-08-21 Thread zw
ful? > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *zw > *Sent:* Wednesday, August 14, 2013 5:01 PM > *To:* jenkins...@googlegroups.com > *Cc:* m...@batmat.net > *Subject:* Re: jobs migration between slaves - quick qu

Re: Windows Server 2008 R2 and Git plugin - quick question

2013-08-14 Thread zw
it be ? Sincerely On Wednesday, August 14, 2013 3:12:05 PM UTC-7, Richard Bywater wrote: > > Do you have the ssh keys properly setup so that the Windows machine can > ssh into git server? > > Richard. > > > On Thu, Aug 15, 2013 at 9:59 AM, zw >wrote: > >> Hi A

Windows Server 2008 R2 and Git plugin - quick question

2013-08-14 Thread zw
Hi All We have a Windows Server 2008 R2 slave configured. We have a job to use GIT plugin to run on this slave. We also have msysgit 1.8.3 installed. Its USERPROFILE=C:\Windows\system32\config\systemprofile What are we doing wrong ? When we run, the job seems to hang with following output: C:\Gi

Re: jobs migration between slaves - quick question

2013-08-14 Thread zw
Hi Baptiste * * Thanks for responding. We're not asking about Jenkins ability to find a free slave. We're asking if what we plan to do would still work when Jenkins/Hudson sees a new slave with moved jobs from another slave previously. Is the proposed manual move, would it still work ? Thanks *

selenium report - job configuration can't find it

2013-06-17 Thread zw
Hi All We have selenium test scripts on directory C:\abc\test with target\surefire-report subdirectories within this directory test. We created a job and its root path for Jenkins is c:\jenkins So workspace and jobs are within this directory (c:jenkins\workspace\testJob) How do we configure

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

2013-05-29 Thread zw
Hi KT Thanks for responding. Should it be JOB_NAME=%JOB_NAME% in that checkbox? Apologise for simple question like this. On Wednesday, May 29, 2013 5:35:16 AM UTC-7, KT wrote: > > I don't think you need a plugin for this. There should be a checkbox > under the "Build Environment" section of t

Jigomerge plugin - quick question

2013-04-12 Thread zw
Hi All We like to learn to use Jigomerge Plugin in Jenkins for our SVN. We have Trunk A, branches B and C. We like to merge changes in B, C to A continuously Would someone also share some notes how we can configure it in Jenkins? Thanks all. Sincerely -- You received this message because you

SVN Merge Plugin - quick question

2013-04-12 Thread zw
Hi All We like to learn to use SVN Merge Plugin in Jenkins. We have Trunk A, branches B and C. We like to merge changes in B, C to A continuously Would someone share some notes how we can configure in Jenkins for it ? Thanks all. Sincerely -- You received this message because you are subscribe

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

2013-03-24 Thread zw
Hi Slide It should But when we tried ${BUILD_LOG, 270} It's not appending the content at all. It simply shows ${BUILD_LOG, 270} on the email. On Sunday, March 24, 2013 3:12:25 PM UTC-7, slide wrote: > > Does that information come out in the build log? > > > On Sun, Mar 24,

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

2013-03-24 Thread zw
Hi Slide thanks for responding. We like to have say, e.g.. In an SVN checkout or update for a job run, the affected files would have, as an example, At revision 45432 C index.html A test.css U test2.css A tree.jsp : : That's the kind of status we are looking for.

Re: Copy artifacts to another project issue - quick question

2013-03-13 Thread zw
HI gargo Thanks for responding. Initially it was long and then I changed it to keep 5 artifacts only. Still it doesnt work. I then tried creating new job from scratch and still i get the same error. Is there a safe way to uninstall and reinstall this plugin ? Thanks On Wednesday, March 13, 201

Re: Pre-Checkout actions?

2013-02-18 Thread zw
Hi Chris Would your plugin work for Hudson too ? We tried and it didnt work. Thanks On Monday, April 30, 2012 5:55:16 AM UTC-7, cjo wrote: > > > If you just want to remove the junction points between triggering a build > and the checkout from SCM, > You can use the pre-scm-buildstep plugin[1]

cygwin build step - quick question

2013-02-07 Thread zw
Hi All How do we trigger a windows box to use cygwin and run its script? In our build step, there isnt a choice for that. 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,

Re: multi-configuration project - how to use - quick question

2013-02-01 Thread zw
Hi Les Thanks for responding. We're new to Groovy too. Any concrete example to show how to get it to work on both platforms in a single job ? On Friday, February 1, 2013 3:09:51 PM UTC-8, LesMikesell wrote: > > On Fri, Feb 1, 2013 at 4:33 PM, zw > > wrote: > > &g

Re: multi-configuration project - how to use - quick question

2013-02-01 Thread zw
> On Friday, 1 February 2013 23:09:51 UTC, LesMikesell wrote: >> >> On Fri, Feb 1, 2013 at 4:33 PM, zw wrote: >> > >> > Thanks for responding. >> > We don't have a build script for this project. >> > We have 1 .sh for Linux and 1 .ps1

Re: multi-configuration project - how to use - quick question

2013-02-01 Thread zw
e our aim ? Thanks On Friday, February 1, 2013 2:07:36 PM UTC-8, SA Evans wrote: > > You might need to put intelligence into your build script to know which > platform it's on in order to then call the proper installer. > > Scott > > On Fri, Feb 1, 2013 at 3:39 PM, zw >

multi-configuration project - how to use - quick question

2013-02-01 Thread zw
Hi All We like to use the multi-configuration project where the values on 1 axis has values windows and linux. We like to install our software on both platforms but we can't seem to find ways to configure our job to use different scripts to install on both platform at the same time. Are there

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

2013-01-29 Thread zw
Hi Ulli Thanks for responding. We're still new to Jenkins and Hudson We see Static Analysis Collector Plug-in 1.27 Static Analysis Utilities 1.41 How do we report defects ? We're new to the process. Thanks On Tuesday, January 29, 2013 1:29:05 AM UTC-8, Ullrich Hafner wrote: > > Which plug-in/

disabled job and yet able to run - quick question

2013-01-23 Thread zw
Hi All In a job's config.xml, we modified disabled tag value from false to true. We "enabled" job from the web UI interface. We ran the job successfully. We remodified the config.xml disabled tag to value true. We went back to the UI web interface. We can still run the job. Is this a bug ? When i

Re: disable/enable job config file - quick question

2013-01-22 Thread zw
t; > true > > On Wednesday, 23 January 2013 00:41:46 UTC+5:30, zw wrote: >> >> Hi All >> >> What file in Jenkins contains the parameter to enable or disable a job ? >> >> Thanks >> >

How to change slave port number on command line to connect to a slave - quick question

2013-01-22 Thread zw
Hi All We're not sure why we're getting this error message. 2 Jenkins instances are assigned to different port numbers on slave status port. What are we doing wrong ? Slave.jar version: 2.2.1 This is a Unix slave Slave successfully connected and online Jan 22, 2013 5:23:44 PM com.youdevise

Error on connecting with a Windows Slave - quick question

2013-01-22 Thread zw
Hi All We have 2 Jenkins instances wanting to connect to the same windows box. 1 Jenkins instance connects fine. But the error has this below: Connecting to slave4_windows ERROR: Unexpected error in launching a slave. java.net.UnknownHostException: slave4_windows at java.net.Inet6AddressImpl.loo

disable/enable job config file - quick question

2013-01-22 Thread zw
Hi All What file in Jenkins contains the parameter to enable or disable a job ? Thanks

infrastructure chef and jenkins integration usage - quick question

2013-01-22 Thread zw
Hi Could experts here share how infrastructure chef is usually used with jenkins ? Is chef, which we believe are meant for configurations and deployments to different environments, integrated with Jenkins using the execute shell step ? We new to chef.

nodes and jobs configuration files to modify - quick questions

2013-01-20 Thread zw
Hi All We have a simple redundancy plan using 2 Jenkins instances, each on a different host, say A and B. Requirement is that all jobs in A are also in B (configuration wise) Q1 We like to set up such what job configurations made in A are copied to B. What job configuration files do we copy ? Q

junit test results - quick question

2013-01-18 Thread zw
Hi All Scenario: We have 2 Jenkins installed on host A and host B. Host B is also configured as a slave of host A Host B has jobs in its own Jenkins workspace because it has it's own Jenkins server running. eg /scratch/nimo/.hudson/ Host A connects to host B with a different path: eg /scratch/hud

tally total builds in a given time period - quick question

2013-01-16 Thread zw
Hi All Is there a simple way to tally all the build runs in all jobs in Jenkins made in a given time period ? That would include those erased builds that were removed because of disk space limitations. Thanks

How to pass parameters between jobs - quick question

2013-01-11 Thread zw
Hi All We have job A to kick off Job B Job A uses in build section execute shell to get a svn revision number and sets SVN_REVISION. (We understand that there's the option to use "This build is parameterized" String Parameter and set SVN_REVISION value as HEAD, but we have our reasons to not u

Re: How to notify status when a remote job is completed - quick question

2013-01-10 Thread zw
ll Y’s web page for the build. > > > > --Rob > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *zw > *Sent:* Thursday, January 10, 2013 11:24 AM > *To:* jenkins...@googlegroups.com > *Subject:* How to n

kicking off a job on a remote Jenkins - quick question

2013-01-10 Thread zw
Hi All We download the jenkins-cli.jar on the slave. We then tried java -jar jenkins-cli.jar -s http://slaveHost.us.com:8080/jenkins/ build JOB 1.0_Build and got error We then tried java -jar jenkins-cli.jar -s http://slaveHost.us.com:8080/jenkins/ build 1.0_Build and we got error java.lang.Nul

how to confirm svn client version used by Hudson - quick question

2013-01-10 Thread zw
Hi All Question 1 - We've set up Jenkins to use SVN 1.4 version. Is there a quick way to find out in a file setting that it is using SVN 1.4 version. Question 2 - Can Jenkins still work if we don't explicitly use its SCM plugin but instead to use the host's command line svn client ? Any special

misconfigured anonymous security

2013-01-10 Thread zw
Hi We misconfigured the security for anonymous that we cant view anything on Jenkins anymore. We also dont have an account to login, which was what we were trying to configure. How do we recover this ? Please help.

How to notify status when a remote job is completed - quick question

2013-01-10 Thread zw
Hi All We have 2 Jenkins servers in 2 different boxes. Box A job X triggers a job in Box B, run by box B's job Y Jenkins server. When the job Y in Box B completes, how do we notify the job X in box A that it completes or fails. any help is appreciated. Thanks

Re: Trigger remote job fails - quick question

2013-01-09 Thread zw
local\wbin\wget > " > http://DRMACHINE:8080/job/DR%%20-%%20Kickoff%%20Db%%20Restore/build?token=MYSECRETTOKEN&cause=Started+By+DR+Process"; > > > > On Thu, Jan 10, 2013 at 1:36 PM, zw > > wrote: > > Hi All > > > > > > We have

Remote build trigger with curl - quick question

2013-01-09 Thread zw
Hi All Could someone share a simple example on how one could use curl command and passing in the SVN_REVISION parameter value to the remote job so that the SCM could use it as part of its repository URL and kick off the build ? Thanks

Trigger remote job fails - quick question

2013-01-09 Thread zw
Hi All We have 2 jenkins servers in boxes A, and B. Box A has box C as its slave. We tried triggering 1 job in box A by using wget http://www.arefshg.com:8080/hudson/job/1.0_Build/build in the Build Execute Shell section. Console output Building remotely on slave_linux [test_svn14] $ /b

Re: SVN_REVISION - quick question

2013-01-09 Thread zw
he original parameter either Current Parameters or Predefined > Parameter with REVISION=$REVISION. > > Hope this helps. > > > > [1] > https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin > [2] https://wiki.jenkins-ci.org/display/JENKINS/Subversio

SVN_REVISION - quick question

2013-01-09 Thread zw
Hi All We have a chained job (4 subjobs, chained together). All the subjobs's Repository URL has similar strings like https://abcdef.wsxedc.com/svn/prod/1.0/src@${SVN_REVISION} We set the first chain job with This build is parameterized - String parameter - name as SVN_REVISION, value as When w

svn client selection at job project level - is that possible - quick question

2013-01-09 Thread zw
Hi All Under Manage Jenkins/Hudson - Configure System - Subversion - Subversion Workspace Version - it has a drop down listing 1.4 to 1.7. Unfortunately, we have a job that needs a 1.4 svn client. Our understanding is that the above setting is global. Is there a way to configure a job/project to

Post Build Task matching - quick question

2013-01-04 Thread zw
Hi We have a plugin to perform task post build. We have 2 post tasks We tried to match this string below, belonging to the first post task run POST BUILD TASK : SUCCESS On our second post task, we tried to match it, as a condition, to ^.*POST.*BUILD.*TASK.*SUCCESS*$ But we're getting Cou

SVN tagging issue - quick question

2012-12-31 Thread zw
Hi All We have a big chained job that runs for about an hour. Chained job meaning several jobs combined using downstream connections of jobs. We have the following problem, which is better explained in use case scenario: 3pm - User A checks in files into SVN directory X 315pm - Job B (has 4 su

Jenkins job to pick up SVN checkin sooner - quick question

2012-12-31 Thread zw
Hi Is there a way to cause Jenkins/Hudson job to pick up SVN checkins sooner ? There appears to be a lag time needed from the time SVN checkins and the time Jenkins/Hudson job can detect the changes and perform svn update. But that wait duration is unknown to us. We like to be able to pick the up

job workspace locked on linux, how to recover - quick question

2012-12-27 Thread zw
Hi All We have a job where its workspace is locked after SVN update with error message - "*14:31:25* Workspace appear to be locked, so Failing the build *14:31:25* Build was aborted*14:31:25* [WARNINGS] Skipping publisher since build result is ABORTED*14:31:25* Checking console output*14:3

How to verify from Jenkins Slave output which JDK version it is using - quick question

2012-12-27 Thread zw
Hi All We have a linux slave and we have a job configured to use a JDK version. How do we verify from the console output that the job is using the right JDK version. We have multiple JDKs installed on the slave. Thanks

How to force a job on a slave to use a specific JDK version - quick question

2012-12-27 Thread zw
Hi We configured 2 JDK versions on Jenkins but we don't know how to set the slaves to use a specific JDK on a job we're interested in. Other jobs use the other JDK and how does the slaves know how to invoke that JDK version ? Thanks

how to configure slave to use a specific jdk version - quick question

2012-12-27 Thread zw
Hi All We have a distributed network with Jenkins and its 2 slaves. We have a requirement to compile java code to a specific JDK. We already have a JDK set to JAVA_HOME How do we configure so that the slaves could use our newly installed JDK on their machines ? The Manage Jenkins seem to allow co

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

2012-12-26 Thread zw
Hi Ulli Thanks for responding. It appears to work when I list the files names explicitly. However we have source files that do import some deprecated sun apis on our source files that we like to ignore; Ignoring the whole files seem to us a little too much to ignore cuz we don't want to miss oth

Re: Publish artifacts on web page for download plugin - quick question

2012-12-26 Thread zw
Hi Mgimza Thanks for responding. So you're saying that we should create a web page from scratch to store and hyperlink those artifacts ? There's no plugin that would archive the artifacts outside of workspace directory and display nicely on a web page ? Thanks On Tuesday, December 18, 2012 6:

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

2012-12-26 Thread zw
Hi Kevin Thanks for responding. My question isnt tied to one directory; eg **/Test-*.xml may be one but I have another set of test results under **/target/surefire-reports/*.xml Question: How do I input in that plugin box to pick up both 2 different test results directories ? Thanks On Wed

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

2012-12-26 Thread zw
Hi Harpreet My question isnt tied to one directory; eg **/Test-*.xml may be one but I have another set of test results under **/target/surefire-reports/*.xml Question: How do I input in that plugin box to pick up both 2 different test results directories ? Thanks On Wednesday, December 26,

Re: Maven 3.0.4 installation and setup with Jenkins - quick question

2012-12-14 Thread zw
Hi Stephen thanks for responding. Unfortunately the Maven version from the Jenkins drop down list shows 3.0.4, when we check the version directly it is using [root@A bin]# ./mvn --version Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) and we need Apache Maven 3.0.4 (r1232337; 2012-01-17

Repost - Install/uninstall plugin impact

2012-12-13 Thread zw
Hi When a plugin is installed and used for a while, but we decide to not use that plugin anymore and like to uninstall it. Would that plugin still work with old data if we again decide to reinstall it, after uninstalling it the first time ? Would the history files of that plugin be lost and unre

Re: graphviz installation issue - quick question

2012-12-10 Thread zw
hi krishna on oel6, u dont have issues with gtkglext and gtkglarea2? i got this problem when trying to install graphviz On Monday, December 10, 2012 10:11:54 AM UTC-8, krishna kurnala wrote: > > Hi > > I just installed the RPM as root > http://www.graphviz.org/Download_linux_rhel.php > > Thanks

Re: How to send broadcast email in Jenkins - quick question

2012-12-10 Thread zw
Hi Anba How do you include everybody in the system ? Thanks On Tuesday, December 4, 2012 11:04:51 PM UTC-8, Anba wrote: > > Hi > > R u looking for below plugin ? > https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin > > Thanks > Anba > > > > -- > View this message in context: > h

plugin install/uninstall impact - quick question

2012-12-09 Thread zw
Hi When a plugin is installed and used for a while, but we decide to not use that plugin anymore and like to uninstall it. Would that plugin still work with old data if we again decide to reinstall it, after uninstalling it the first time ? Would the history files of that plugin be lost and unre

compiler warning plugins - quick questions

2012-12-09 Thread zw
Hi We installed our own java jdk and .net framework and configured them in Jenkins. When selecting compiler warning type from the drop down menu, is Jenkins smart enough to use our own configured JDK and MSBuild versions ? >From the drop down menu, it isnt clear to us if Jenkins is using it's ow

Jenkins SVN client and svn server - quick questions

2012-12-02 Thread zw
Hi We found that our Jenkins is configured to use Subversion Workspace Version 1.6 (svn:externals to file) We also found that the SVN server is using SVN version Subversion 1.6.16 When running our build, we get the following errors: *Svn : Sending changes from your working copy to the repository

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

2012-11-30 Thread zw
Hi Will thanks for your response. I went to that site and read it. Does Next+Build+Number+Pluginallow us to reuse a number that's been used before, say i build with number 200; when my actual builds near 200, will Hudson reus

Re: jobs workspaces copied between Windows and Linux - quick question

2012-11-29 Thread zw
Hi Clemens Thanks for responding. Just to copy folders Just in case, one Jenkins dies and then have to use the other jenkins to reload the jobs and talk to slaves. So is copying the jobs folders the only folders needed ? On Thursday, November 22, 2012 2:36:09 AM UTC-8, Clemens wrote: > > Hi, >

What version is SVN client - quick question

2012-11-29 Thread zw
Hi How do we know what vendor of SVN client and its version is Jenkins or Hudson using ? Thanks

Jenkins SVN client with SVN server issue - quick questions

2012-11-29 Thread zw
Hi We found that our Jenkins is configured to use Subversion Workspace Version 1.6 (svn:externals to file) We also found that the SVN server is using SVN version Subversion 1.6.16 When running our build, we get the following errors: Svn : Sending changes from your working copy to the repository

how to renumber and remove other artifacts that refers to the old histories on Hudson web app - quick question

2012-11-29 Thread zw
Hi We like to re-number the build number from scratch from the build history, to begin with #1 again But we also notice that there are quite a few places in Jenkins of a job that refer to these old histories of an existing job. eg lastSuccessful -> builds/2012-11-28_19-35-05 lastStable -> builds

Re: Hudson remote build job kick off

2012-07-02 Thread zw
gt; > > > --Rob > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *zw > *Sent:* Monday, July 02, 2012 2:07 PM > *To:* jenkinsci-users@googlegroups.com > *Subject:* Hudson remote build job kick off > > &g

Hudson remote build job kick off

2012-07-02 Thread zw
Hi All I have host A running the Hudson server. I have another host B with its Ant build.xml there in host B. How do I configure Hudson on host A to kick off the build.xml in host B. If this is not possible, what are the workarounds, possible solutions to this problem. If this is possible, how do