Re: Unable to pass the excel file as parameter thru File Parameter.

2015-11-04 Thread Baptiste Mathus
What did you put in the config fields for that file parameter, and how do you reference it in your job step(s)? Le 5 nov. 2015 6:33 AM, "Narmadha Vigneshwaran" < narmadha.vigneshwa...@gmail.com> a écrit : > The issue here is Its selecting the file from local and unable to upload > the file in the

Re: Unable to pass the excel file as parameter thru File Parameter.

2015-11-04 Thread Narmadha Vigneshwaran
The issue here is Its selecting the file from local and unable to upload the file in the workspace. On Thursday, 5 November 2015 11:02:06 UTC+5:30, Narmadha Vigneshwaran wrote: > > Sorry for the incomplete info. My requirement is I will pass an excel > file which has the data.The data has bee

Re: Unable to pass the excel file as parameter thru File Parameter.

2015-11-04 Thread Narmadha Vigneshwaran
Sorry for the incomplete info. My requirement is I will pass an excel file which has the data.The data has been read from file and it needs to be processed. When I am using the File Parameter, I am able to select the excel file from my local machine. But when the build started, its failed wit

how to deploy repo in nexus by using maven in jenkins

2015-11-04 Thread Suryateja Hanumandla
Hi, I want to add server credentials in maven setting.xml file, how can we achieve this in jenkins and also *I'm having multiple maven projects in my jenkins*. I've gone through the below link, I need info like is this for global config or individual project config and let me know is there any

Re: how to add maven snapshot repo access credentials in jenkins

2015-11-04 Thread Suryateja Hanumandla
On Wed, Nov 4, 2015 at 10:37 AM, Suryateja Hanumandla wrote: > Hi, > I want to add server credentials in maven setting.xml file, how can we > achieve this in jenkins and also *I'm having multiple maven projects in > my jenkins*. I've gone through the below link, I need info like is this > for glo

Re: how do i redirect a 404 error page in jenkins to the login page?

2015-11-04 Thread Daniel Beck
Don't allow anonymous Overall/Read access, or grant everyone the Job/Discover permission globally. On 03.11.2015, at 15:30, 'Eric Wood' via Jenkins Users wrote: > Further question ... it appears that I can add a section in the jenkins.war > web.xml as follows: > > > 404 > /jspsnoop/ERRO

Mailformed GitHub Plugin configuration

2015-11-04 Thread Jirong Hu
I am getting the above issue in Jenkins 1.6.7 on Windows, what's the solution? This link doesn't mention how to resolve it: https://issues.jenkins-ci.org/browse/JENKINS-20123 Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Pass in View Name for Build in Parmeter

2015-11-04 Thread Eric Fetzer
I'm trying to set the View Name in Source Code Management with StarTeam as a repository by passing a variable ${st.viewname}, but it's failing. It is taking the ${st.viewname} as a literal and not finding a view by that name rather than expanding the variable and using the value that it is. An

Re: Integration Jenkins & BitBucket

2015-11-04 Thread Mark Waite
The git plugin has an Additional Behavior which allows it to ignore commits unless they include specific text. Since bitbucket is a git repository, you should be able to use the git plugin to do that. Mark Waite On Wed, Nov 4, 2015 at 10:42 AM Kristof Meixner < kristof.meix...@fatlenny.net> wrot

Re: Integration Jenkins & BitBucket

2015-11-04 Thread Kristof Meixner
Hi! Why would you make it dependent on the commit message? There is a integration plugin that triggers a build on every change in the repository which might help you. There is also a plugin for pull requests that builds pull requests that triggers builds when you post a specific comment to the

Re: Multiple Jenkins possible ? - quick question

2015-11-04 Thread Fadi Al-Farah
Thank you, I've managed to get things working! :) On Friday, October 16, 2015 at 12:22:08 PM UTC-4, Khai Do wrote: > > it's in the wiki, in 'configuring multiple jenkins masters section'. > > On Thu, Oct 15, 2015 at 12:00 PM, Fadi Al-Farah > wrote: > > Yes I've tried, the instructions from the

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-11-04 Thread Guenther, Marc(AWF)
Hi milki milk, sorry for the very long delay... Currently trying to followup on all the stuff that accumulated... On 03 Sep 2015, at 16:32, milki milk wrote: > On Thursday, September 3, 2015 at 4:03:50 AM UTC-7, Guenther, Marc(AWF) wrote: > >> On 01 Sep 2015, at 05:02, milki milk wrote: >>

Re: Customizing VMware guests created from templates

2015-11-04 Thread pimy103
I was able to use PowerCLI to get this to work. It allows you to specify which customization specification you want to use when you deploy from a template. Cheers, pimy On Thursday, October 29, 2015 at 1:00:09 PM UTC-5, pim...@gmail.com wrote: > > Jenkins 1.6.35 > VCenter 5.5 > VSphere 5.5 > W

Re: Every remote SSH command returns exit code 255

2015-11-04 Thread Massimiliano Del Moro
Try this: *1.* Open the Services management window on the machine hosting the SSH server (hit windows key, type "services", select "Services" from the list of matches). *2.* Find the service (should be 'OpenSSH') and open it's properties *3.* Switch to Log On tab *4.* Change the service creden

RE: A simple multi-configuration job question

2015-11-04 Thread David Aldrich
Thanks Mike, that does help. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mike Healey Sent: 04 November 2015 16:43 To: Jenkins Users Cc: David Aldrich Subject: Re: A simple multi-configuration job question Hi David, A Freestyle project w

Re: A simple multi-configuration job question

2015-11-04 Thread Mike Healey
Hi David, A Freestyle project would only execute once on one of the slaves you specify. To run on all of them you need a multi-configuration job. You can use the slave axis to select which slaves to run on but I would recommend using the Elastic Axis plugin (https://wiki.jenkins-ci.org/display

Adopting the External Resource Dispatcher plugin

2015-11-04 Thread Sean Jones
Hi all, I'd like to become the maintainer of the External Resource Dispatcher plugin. I noticed it was in the Adopt a Plugin list I use the plugin a lot and have a few modification locally. How should I go about beginning the process

Re: What need to be changed after clone the Jenkins PROD server to be DEV server

2015-11-04 Thread Jirong Hu
We have a master server and slave server and all jobs are running on the slave. So I guess we need to clone both servers. On Wednesday, 4 November 2015 10:18:00 UTC-5, Jirong Hu wrote: > > Hi All > > Our Jenkins's DEV server is messed up. We are thinking about clone the > PROD server to become t

What need to be changed after clone the Jenkins PROD server to be DEV server

2015-11-04 Thread Jirong Hu
Hi All Our Jenkins's DEV server is messed up. We are thinking about clone the PROD server to become the new DEV server. 1. Any concerns about this? 2. What need to be changed after the clone? Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Jenkins U

Re: Multiple Jenkins possible ? - quick question

2015-11-04 Thread Fadi Al-Farah
Yes, but my problem is with setting up gearman itself. I didn't even reach the point where I can hookup Jenkins to it yet. Is there a detailed instructions on how to setup gearman itself (with the purpose of setting Jenkins HA with it?) For example, I'm not quite sure if I would need to spin up

Jira plugin failed to find Ticket

2015-11-04 Thread Eliran Shlomo
Hi, i'm trying to integrate jenkins with jira but it's keep saying that he couldn't find JIRA project Nov 04, 2015 2:11:58 PM FINE hudson.plugins.jira.JiraChangeLogAnnotator Using issue pattern: ([a-zA-Z][a-zA-Z0-9_]+-[1-9][0-9]*)([^.]|\.[^0-9]|\.$|$) Nov 04, 2015 2:11:58 PM INFO hudson.plugins

Re: Unable to pass the excel file as parameter thru File Parameter.

2015-11-04 Thread Slide
Why aren't you? Do you get an error? You haven't given nearly enough details for anyone to help. On Wed, Nov 4, 2015 at 3:56 AM Narmadha Vigneshwaran < narmadha.vigneshwa...@gmail.com> wrote: > HI > I am unable to pass the excel file as parameter thru File Parameter.Is > there any solutions to re

Integration Jenkins & BitBucket

2015-11-04 Thread Stefano
Hi, it's possible that Jenkins read the messages committed on BitBucket and every time found a specific string on commit message, it start a build? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivi

Re: Jenkins job hangs on any exe utility

2015-11-04 Thread Lev Mishin
I've downgraded Java from 8 to 7 and all woks fine On Wednesday, November 4, 2015 at 3:34:16 PM UTC+3, Lev Mishin wrote: > > I have an idea, could it be connected with java version? How to check? > > On Wednesday, November 4, 2015 at 2:32:33 PM UTC+3, Lev Mishin wrote: >> >> Hi everyone >> a coupl

Re: Jenkins job hangs on any exe utility

2015-11-04 Thread Lev Mishin
I have an idea, could it be connected with java version? How to check? On Wednesday, November 4, 2015 at 2:32:33 PM UTC+3, Lev Mishin wrote: > > Hi everyone > a couple of days ago I got a problem with jenkins job running on the one > of our slaves test machine (Win7 x64, real PC not a VM), all ot

A simple multi-configuration job question

2015-11-04 Thread David Aldrich
Hi I want to run a simple bash script on multiple machines (concurrently), triggered by a version control change. Can I do that by simply by using a Freestyle Project and listing multiple slaves in field 'Restrict where this project can be run', or must I use a multi-configuration project? If

Jenkins job hangs on any exe utility

2015-11-04 Thread Lev Mishin
Hi everyone a couple of days ago I got a problem with jenkins job running on the one of our slaves test machine (Win7 x64, real PC not a VM), all other machines are working fine. The problem is: any Jenkins job hangs on any exe utility we are using, for exemaple sigcheck or pskill, if I try to run

Unable to pass the excel file as parameter thru File Parameter.

2015-11-04 Thread Narmadha Vigneshwaran
HI I am unable to pass the excel file as parameter thru File Parameter.Is there any solutions to resolve this issue? -- 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 ema

Is it possibel to pass the file from loacl machine to Jenkins server thru File Parameter

2015-11-04 Thread Narmadha Vigneshwaran
hi I am new to JENKINS.I have a requirement . I would like to pass an excel file as a parametere from my local machine.I hav eused FIle Parameter for this requirment. But it does not work as expected.Is it possible to pass the excel or text file from local machine to Jenkins server?. -- You r