How to get artifact archived by upstream project

2012-03-29 Thread hezjing
Hi I have a upstream project that create a file which will be processed by the subsequent downstream projects. May I know how to configure a project to retrieve the latest artifact created by the upstream projects? -- Hez

Re: Mercurial plugin NOT picking up merges back to the default branch

2012-04-23 Thread hezjing
I'm waiting for the fix too ... our team didn't realized that we actually missed some builds because Jenkins ignored the merge changesets :-( On Tue, Feb 21, 2012 at 4:05 AM, Maven User maven.2.u...@gmail.com wrote: Looking at this:

Port allocator plugin to check port number specified during runtime

2012-05-07 Thread hezjing
Hi I want to use the port allocator plugin to make sure that the ports are free before executing the job. It works perfectly if I entered the port number directly, e.g. 31080. However in my case, there is a job parameter called PORTBASE (e.g. 31000) and I want the port allocator plugin to check

Re: Email notification when built on different slaves

2012-05-09 Thread hezjing
Any workaround for this problem? On Mon, Apr 16, 2012 at 9:21 PM, hezjing hezj...@gmail.com wrote: Hi I have configured the NodeLabel Parameter plugin to execute a job in slave X, followed by slave Y. When the job failed at slave X, an email notification was sent. Then, the build

Re: Email notification when built on different slaves

2012-05-25 Thread hezjing
FYI, I have created a JIRA issue for this, https://issues.jenkins-ci.org/browse/JENKINS-13921 On Wed, May 9, 2012 at 4:38 PM, hezjing hezj...@gmail.com wrote: Any workaround for this problem? On Mon, Apr 16, 2012 at 9:21 PM, hezjing hezj...@gmail.com wrote: Hi I have configured

Re: Email notification when built on different slaves

2012-05-27 Thread hezjing
: hezjing Sent: 5/25/2012 5:25 PM To: jenkinsci-users@googlegroups.com Subject: Re: Email notification when built on different slaves FYI, I have created a JIRA issue for this, https://issues.jenkins-ci.org/browse/JENKINS-13921 On Wed, May 9, 2012 at 4:38 PM, hezjing hezj...@gmail.com wrote

Re: Jenkins failed to record SCM polling

2012-11-05 Thread hezjing
, hezjing hezj...@gmail.com wrote: Hi This problem is resolved by deleting the workspace directory. It looks like the problem occurred after Jenkins is restarted after the upgrade. On Tue, Nov 6, 2012 at 11:08 AM, hezjing hezj...@gmail.com wrote: Hi I'm using Jenkins 1.489 and Mercurial

[no subject]

2012-11-06 Thread hezjing
Hi I used to find the following options in the Jenkins's Manage Jenkins page? 1) System Log 2) System Information But now they are not there any more in Jenkins 1.489, they have been removed for some reasons??? -- Hez

Re: Jenkins failed to record SCM polling

2012-11-06 Thread hezjing
The problem gone away after I downgraded Jenkins to 1.488. On Tue, Nov 6, 2012 at 5:20 PM, Dirk Kuypers kuypers.d...@gmail.com wrote: just vote for: https://issues.jenkins-ci.org/browse/JENKINS-15718 BR Dirk 2012/11/6 hezjing hezj...@gmail.com I made the conclusion too early

Re: Jenkins failed to record SCM polling

2012-11-22 Thread hezjing
This problem is fixed in Jenkins 1.491 (issue JENKINS-15733https://issues.jenkins-ci.org/browse/JENKINS-15733 ). My Mercurial is polling correctly now! Thank you! On Fri, Nov 9, 2012 at 2:48 AM, Mark Waite markwa...@yahoo.com wrote: You could consider switching to the long term support

How to keep Unix process alive after job is completed?

2013-04-26 Thread hezjing
Hi I have a job which will be run in an Linux slave. This job will execute a shell command to start a server process which will run forever. Unfortunately this process is terminated when the job is finished. When I tested this using PuTTY, the server process is still alive after I logged-in and

Re: How to keep Unix process alive after job is completed?

2013-04-28 Thread hezjing
/ProcessTreeKillersection If your build wants to leave a daemon running behind... Greetings, Riccardo Am 26.04.2013 10:08, schrieb hezjing: Hi I have a job which will be run in an Linux slave. This job will execute a shell command to start a server process which will run forever. Unfortunately

Job parameters to specify slave's credential?

2013-04-28 Thread hezjing
Hi Currently, we have to choose a pre-configured credential when creating a Jenkins slave. Is it possible that the user specifies the credential via the job parameters instead of using the pre-configured credential? Imagine that I have a job which allows the user to specify which user account on

Re: How to keep Unix process alive after job is completed?

2013-04-29 Thread hezjing
Hi Rakesh On Mon, Apr 29, 2013 at 2:16 PM, rakesh menon rakesh.c...@gmail.com wrote: Hi hezjing, I have a same issue . Was adding the above parameter the only thing you did or do we do any other additional steps? Thanks On Mon, Apr 29, 2013 at 7:35 AM, hezjing hezj...@gmail.com wrote

Re: How to keep Unix process alive after job is completed?

2013-04-29 Thread hezjing
Yes, Rakesh On Mon, Apr 29, 2013 at 2:21 PM, hezjing hezj...@gmail.com wrote: Hi Rakesh On Mon, Apr 29, 2013 at 2:16 PM, rakesh menon rakesh.c...@gmail.comwrote: Hi hezjing, I have a same issue . Was adding the above parameter the only thing you did or do we do any other additional

Performing tasks in remote servers as slave or SSH?

2016-01-27 Thread hezjing
Hi I want to create a job that will login to multiple remote servers (and with multiple user accounts) and install some products. How should I create this job? One way is to create a slave node for every user in each of the remote servers, then trigger the job on that specific slave node.

Jenkins Maven repository server supports multiple upstream projects?

2016-03-24 Thread hezjing
Hi It looks like the Maven repository server only allow us to configure one upstream project. Imagine that I have a project C, which has dependency to project A and B. How can configure the Maven repository server to take the last successful build from project A and B? -- You received this