Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Bala murugan
Hi all, Yes i can add multiple copy_artifacts steps.. But for me, the number of artifacts i need to copy changes everytime, I am thinking a way to avoid changing the job to add and delete the copy_artifacts steps everytime. Is there a way to do it? Cheers Bala On Monday, 16 March 2015

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Richard Bywater
What drives the number of artifacts that need copying? (That is, how is the job going to work out the artifacts that are required to be copied) Richard On Tue, Mar 17, 2015 at 3:03 PM, Bala murugan saytob...@gmail.com wrote: Hi all, Yes i can add multiple copy_artifacts steps.. But for me,

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Bala murugan
So I have 21 different jobs which runs seperately for each git repo and archives the artifact. And i have a job which deploys to a integration environment. in this job, i want to have these 21 jobs as choices , and i can select what jobs i need to copy each time when i trigger this job,, the

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Bala murugan
Hi Daniel, Yes i can add multiple copy_artifacts steps.. But for me, the number of artifacts i need to copy changes everytime, I am thinking a way to avoid changing the job to add and delete the copy_artifacts steps everytime. Is there a way to do it? Cheers Bala On Monday, 16 March 2015

[workflow-plugin] JAVA_HOME is not defined correctly

2015-03-16 Thread Patrick Bateman
Using a script from the plugin demo tailored for my environment, but get a JAVA_HOME error... Running: Install a tool Running: Dev Entering stage Dev Proceeding Running: Shell Script [WPG-TOOLS-WORKFLOW] Running shell script + mvn -o clean package which: no javac in

How to run go web application in jenkins

2015-03-16 Thread sksharma
HI, How to run go program from jenkins site and how to resolve git repositary 401 error. Actually i configured in jenkins job follwed by google cloud page instructions but jenkins *restrict where the project can run *options not availble and while i configured git repository in

How to change data source properties of deployed application in jenkins?

2015-03-16 Thread sayantan rana
am using jenkins to automate build and deployment of a java web application. Currently I am able to automate build and deployment of the application in tomcat using jenkins. But, I also need to change the datasource.properties file of the application in order to point to a specific schema. Is

Re: Failure with Jenkins 1.602 and build pipeline plugin 1.4.6

2015-03-16 Thread rupran
The same happens for me too with Jenkins in version 1.596.1 and Build Pipeline in 1.4.6. As for you, downgrading to 1.4.5. temporarily solves the issue. Regards, Andreas Am Sonntag, 15. März 2015 16:32:44 UTC+1 schrieb David Resnick: I upgraded Jenkins and a number of plugins and got the

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Daniel Beck
On 16.03.2015, at 11:52, matthew.web...@diamond.ac.uk wrote: The copy artifact does _not_ copy from the workspace Actually, it does. Weird and basically a worst practice IMO, but it exists. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

vSphere and adding machine to Domain

2015-03-16 Thread Diesel Dude
Newbie to Jenkins here -- Evaluating project to see if it meets our needs Current setup: Using Jenkins to control a large set of Windows 7 and Windows 8.1 machines in vSphere. Able to Shutdown, revert, start, etc without problem. Each of these machines is on a domain, when they get reverted,

Re: Create UserPrivateKeySource Credential via Groovy?

2015-03-16 Thread Imran Hayder
I have tried and it doesnt work.. call it a bug or whatever, but i just confirmed from the source code of this plugin , where one commit in the unit test folder says: ReadFileOnMaster etc. did not actually work. Simpler and better to writeReplace a DirectEntryPrivateKeySource. Source :

Re: Create UserPrivateKeySource Credential via Groovy?

2015-03-16 Thread Imran Hayder
OK I FINALLY GOT IT WORKING:)) thanks to your code. your code works perfectly fine for me ...i just skimmed it down to use UsersPrivateSource method .. i ran it against a live jenkins instance and worked right away:)

Re: Failed to tun slave from Linux red Hat

2015-03-16 Thread Christopher Orr
On 14/03/15 21:17, Eldad Cohen wrote: Thanks Jenkins 1.959. The issue with SSH is that There is no place to insert the user id and password. It wouldn't be much use if there was no way to provide SSH credentials. The documentation is comprehensive enough:

Re: Unable to reconnect jenkins slave automatically after restart

2015-03-16 Thread Victor Martinez
I highly recommend you to use ssh connections rather than JNLP On Friday, 13 March 2015 15:55:04 UTC+1, Basma Yangui wrote: I have a Jenkins master (Linux Debian) and 4 slaves (Windows 7) which are connected via JNLP. The jenkins slave service works well in each slave. However when I

Re: Unable to reconnect jenkins slave automatically after restart

2015-03-16 Thread Les Mikesell
Is there a way to make ssh connections to windows slaves set up the environment correctly like it works on Linux? On Mon, Mar 16, 2015 at 3:47 PM, Victor Martinez victormartinezru...@gmail.com wrote: I highly recommend you to use ssh connections rather than JNLP On Friday, 13 March 2015

How to change data source properties of deployed application in jenkins?

2015-03-16 Thread Oliver Michels
You could execute a shell script as the tomcat owner, ssh works fine. Regards, Oliver -- 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

Re: null build slaves when selecting labels to build in matrix plugin

2015-03-16 Thread Matt
I have seen the same issue in 1.596.1 (LTS release). The jobs run correctly, as before the upgrade, but the labels' member node lists in the Configuration Matrix Label/Node section have been replaced by null. -- You received this message because you are subscribed to the Google Groups

RE: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Matthew.Webber
The copy artifact does _not_ copy from the workspace, it only copies the artifacts that Jenkins saves. You can copy saved artifacts from as many different jobs as you want – you just need multiple “copy artifacts” steps. From: jenkinsci-users@googlegroups.com

Re: Verifying Jenkins version?

2015-03-16 Thread Christopher Orr
I'd be surprised if the bottom-right corner is wrong, but you can try checking the /about page (e.g. https://ci.jenkins-ci.org/about/). You can also see the version in every HTTP request in the X-Jenkins header, e.g. curl -sI https://ci.jenkins-ci.org/ | grep X-Jenkins: But I think in both

Re: Concurrent Builds

2015-03-16 Thread John Carbasse
Exactly what I need, thanks for your help ! Le vendredi 13 mars 2015 13:42:21 UTC+1, Corneil du Plessis a écrit : https://wiki.jenkins-ci.org/display/JENKINS/Build+Blocker+Plugin This plugin will allow you to configure a build to block when another build is running. On 13 March 2015 at