How to kill or Abort another job after execution of current build

2015-06-10 Thread santhosh Katakam
Hi, I have two jobs in jenkins: Job A & B. I have configured Job B such that it automatically triggers Job A as Pre build action. Please note that Job A runs forever. It will not be ended (We have to abort it manually). Actually I have created this to fulfill project prerequisites. Now I need

Re: Is Maven version 1.1 compatible with Jenkins 1.532 ?

2015-06-10 Thread inderpreet . kaur8982
Hi, Thanks for the help.It is working now :) Regards, Inderpreet On Tuesday, 9 June 2015 17:56:46 UTC+5:30, Karl Heinz Marbaise wrote: > Hi, > > you have to configure a freestyle job and not a Maven job > type...otherwise you will not get it to run with such extreme old Maven > version...

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread simon drake
Certainly no need for apologies :-) I'm aware that these posts can get chucked down the list quite fast so I thought I'd bump it just in case! I appreciate that you are replying in the first place! It IS running as a local system account; apologies for the stupid question but what should it ru

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread Richard Bywater
IIRC (and it might not be right as haven't used Windows services for a while) but you need to give it a normal user account (whether it's a domain account or just local) to be able to tick the Interact with desktop check box. Hopefully I don't have it completely backwards and the system account is

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread 'simon drake' via Jenkins Users
Thanks :-) I'll give that a go. Do you happen to know whether that should be changed on the Jenkins Service or on the Apache Tomcat programme? I suspect both will do the same! On 10 June 2015 at 10:50, Richard Bywater wrote: > IIRC (and it might not be right as haven't used Windows services for

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread Richard Bywater
Jenkins service as it would be that service kicking off the browser process which then, presumably, would connect to the Tomcat instance via HTTP(S) Richard On 10:03PM, Wed, 10/06/2015 'simon drake' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Thanks :-) > > I'll give that a go

Print Upstream project name

2015-06-10 Thread Panikera Raj
Hi All, I have two master projects like A, B. And I have one more slave project as C. Slave project ( C) shared by two master projects, As soon as master projects A or B is finished immediately C project will trigger. So is there a way, where we can print upstream project name in slave project. P

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread 'simon drake' via Jenkins Users
Thanks mate :-) I'll give it a go! On 10 June 2015 at 11:23, Richard Bywater wrote: > Jenkins service as it would be that service kicking off the browser > process which then, presumably, would connect to the Tomcat instance via > HTTP(S) > > Richard > > On 10:03PM, Wed, 10/06/2015 'simon drake

Re: Options for embedding view in iframe

2015-06-10 Thread Stefan Lindvall
Hi, Have you got it working? I am trying to do something similar. Regards, /Stefan Den lördag 4 oktober 2014 kl. 21:19:23 UTC+2 skrev Mark Phippard: > > I am embedding a Jenkins view in an iFrame. It all works well, but it > would be nice if I could control the presentation more, such as hidin

Too many authentication failures for xxxx

2015-06-10 Thread Jonathan
I just recently installed jenkins version 1.609.1 and I have this problem whenever I put my git repo url and I am getting this error every time. Failed to connect to repository : Command "git ls-remote -h gitolite@:our/repo HEAD" returned status code 128: stdout: stde

Re: Jenkins parameters passed to HP UFT

2015-06-10 Thread Siphenkosi Filtane
Hi This helped me; http://mobilecenterhelp.saas.hp.com/en/latest/mobilecenter_help/Content/mobile_on_UFT_Jenkins_integ.htm On Friday, February 13, 2015 at 4:41:02 PM UTC+2, Myles Parker wrote: > > Hi, > wondering if anyone has done this successfully.. > we have the HP ALM plugin running with jenki

Connect To Windows Share Before SCM Polling?

2015-06-10 Thread Andreas Zoufal
Hi, I'm searching around now for a while, but cannot find somemething helpful. I need to use data from a windows share inside a Jenkins job (running on Windows, but should be the same for Linux server). This share contains a huge set of test data I cannot store in a SVN or similar repo, and I

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread 'simon drake' via Jenkins Users
Hi Richard, I just gave this a go but have noticed that you have to use the 'Local System Account' to enable the ability to 'Allow service to interact with desktop'. I amended it to a admin user anyway, just to give it a try, but it still times out. Any ideas [?]? Si On 10 June 2015 at 11:34, s

[workflow-plugin] How to use SSH-Keys?

2015-06-10 Thread Markus "Shorty" Uckelmann
Hi all, I try to convert a "standard" build to a workflow build. In the the original build we use the SSH-Agent plugin to access SSH-keys we need for deploying the artifacts in the builds shell-script. How can I do something like this in workflow? Is this even possible? Cheers, Shorty -- Yo

Jenkins SVN Credentials Storage in Encrypted form

2015-06-10 Thread andymauli
Hi, Currently i am facing issue regarding Jenkins SVN Credentials Storage in Encrypted. While creating job through Rest Api, I want to store Svn Credentails [Without providing SVN credentails from screen manually] Jenkins by default store credentials in encypted format (SVN repo and password).

Jenkins Remote Access

2015-06-10 Thread Alex Brodov
Hi, I'm using Jenkins RESP API, to build Parameterized jobs, for example i have "jobA" and a string paramter "PARAM_A", and also an Authentication Token defined to be "build". So i'm exeuting this command via a bash script: wget http://JENKINS_URL/job/jobA/buildWithParameters?token=build&PARAM_

Dos command is not Successfull in dos job jenkins

2015-06-10 Thread Wafeir
Hello, When i launch a command line in dos prompt, the command is successfull. But when i put the same command line in dos job jenkins, there is an error when the command is executed. The environment variable is the same between dos command (in dos job jenkins) and dos prompt (in console)? What

Xbuild Xamarin.Android project failed due to Business License

2015-06-10 Thread Susui Zhu
Hi all, When I try to use Jenkins to automatically xbuild Xamarin.Android project, it fails as say "error XA9008: Building from the command-line requires a Business License.". But I login Jenkins as the same user as Xamarin user account, may I know why it requires the business license and how t

[workflow-plugin] Exposing RunWrapper.getLog() methods for workflow build step (or alternate way to retrieve build-step logs)

2015-06-10 Thread Vizionz
Hi All - I'm looking to find means of obtaining job (console) logs from build steps in a workflow. Any help is greatly appreciated! In the workflow script below, I am creating a *map* that contains that contains a build-step of 'TestJenkinsJob'. After the job is completed, I check the resul

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread Richard Bywater
That's no good... One other thought off the top of my head is, as I think the chrome driver uses TCPIP to communicate I wonder if the Windows firewall might be blocking things? Unfortunately that's the only other thought I have at the moment! Richard On 12:40AM, Thu, 11/06/2015 'simon drake' via

Re: Let running Jenkins job fail/succeed "from outside"?

2015-06-10 Thread James Nord
You can do this in workflow if you use input . Or if you want the build to immediatly stop you can abort it - but that then may not run post build tasks. On Tuesday, 2 June 2015 09:

Unable to trigger build using 'Poll SCM' and Git notifyCommit option

2015-06-10 Thread Garbageyard
We use Jenkins (1.614) and have Git as version control tool. The Git plugin version is 2.3.5. I am trying to trigger build only after every check-in since continuously polling is too expensive. I tried the following method described in various links but it’s not working: 1. Enabled ‘Poll SCM’ a

Upgrade 1.598 -> 1.609.1 breaks jobs on 1 slave, revert doesn't fix

2015-06-10 Thread Ross Oliver
Greetings, I am running a Jenkins master and several slaves all on Mac OS 10.10. Yesterday I attempted an upgrade from 1.598 to 1.609.1, and immediately all jobs on one slave started failing, unable to check out from git. The other slaves were unaffected an continued to operate normally. Aft

See Jenkins Status from VS/TFS

2015-06-10 Thread zippo7061
Is there a known good solution on seeing the status of a build from either visual studio or tfs web access. The goal is to have VS/TFS be the single pane of glass for developers. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: See Jenkins Status from VS/TFS

2015-06-10 Thread Mark Waite
You might consider the embeddable build status plugin if tfs allows embedding an image reference in one out more of their web pages. On Wed, Jun 10, 2015, 8:13 PM zippo7061 wrote: > Is there a known good solution on seeing the status of a build from either > visual studio or tfs web access. The

Re: Options for embedding view in iframe

2015-06-10 Thread Baptiste Mathus
I don't think it's currently possible. I guess the only way is to use that plugin to customize CSS and so on, out writing/using a dedicated view. Cheers Le 10 juin 2015 1:10 PM, "Stefan Lindvall" a écrit : > Hi, > > Have you got it working? > I am trying to do something similar. > > Regards, > /

Re: Dos command is not Successfull in dos job jenkins

2015-06-10 Thread Baptiste Mathus
What makes you say it's successful in the command line? Did you check the exit value of the command? Jenkins (as any scheduler btw) uses the command return value to decide if the execution was successful or not. Cheers Le 10 juin 2015 7:25 PM, "Wafeir" a écrit : > Hello, > > When i launch a com