CrossPost Workflow Plugin queries

2015-06-09 Thread Kishore RP
Our current automation framework builton muliconfig+multi+freestyle is showing up limitations due to executor starvation.(we need our tests to run on multiple windows versions and Ubuntu,RHEL,CentOS,OpenSuse) We are planning to overhaul it with a label based mechanism using matrix project plugin

Re: Master node not get listed in build executor list

2015-06-09 Thread Sasikanth Eda
Thanks Richard, the node executors are not set to zero. I have uploaded the configuration view here for analysis https://www.dropbox.com/sh/1tekm0fzzw8pljd/AAD-rDKT34WFjD0M987BW2wHa?dl=0 On Wednesday, 10 June 2015 09:10:08 UTC+5:30, Richard Bywater wrote: > > I'd check the configuration of the mas

Re: Master node not get listed in build executor list

2015-06-09 Thread Richard Bywater
I'd check the configuration of the master node (think it's in the system configuration screen) and make sure the number of executors on that node isn't set to zero. Richard On 2:47PM, Wed, 10/06/2015 Sasikanth Eda wrote: > Hi All, > > I am working on a project where a particular job needs to be

Master node not get listed in build executor list

2015-06-09 Thread Sasikanth Eda
Hi All, I am working on a project where a particular job needs to be run on master node (no slave nodes registered). I have checked the properties of the job and could not find an option "Restrict where this project can run". Where as in the configure system, the Label field is empty and at the

Re: Javascript Webdriver (Chrome)

2015-06-09 Thread Richard Bywater
Sorry missed your earlier reply. Do you have the service setup to allow interaction with the display? (From memory that means NOT running as local system account) Richard On 12:22AM, Wed, 10/06/2015 simon drake wrote: > Any help would be most appreciated :-) > > -- > You received this message

Parameter Choice Automation

2015-06-09 Thread g.fer.ordas
Hi I am using the "Extended Choice Parameter" to grab some data dynamically from the system but I got an issue as I would like one of those Parameters to get automatically populated upon the choices on the previous selections. How can I do that? Have you got any examples for it? thanks!!! --

Re: 'mvn.bat' is not recognized as an internal or external command

2015-06-09 Thread shekhar sharma
Thank you all, for taking time to look into this and for the suggestions. 1. It is freestyle job only. 2. Yes, I am able to run the same maven command(mvn test) from cmd window and projects runs fine. 3. Yes, I am using the local installation and MAVEN_HOME and path are configured correctly. 4.

Re: 'mvn.bat' is not recognized as an internal or external command

2015-06-09 Thread Arnaud Héritier
It seems your are relying on a locally installed maven distribution. Your Jenkins probably doesn't have the same %PATH% than your shell. Try to give it the absolute path to your installation Advice : Use the Maven installer and runner (in a freestyle job) provided by Jenkins to simplify your life

Re: 'mvn.bat' is not recognized as an internal or external command

2015-06-09 Thread Vincent Latombe
If you run maven 3.3.x the wrapper is named mvn.cmd now, I don't think the mvn build step has been updated accordingly. Use mvn 3.2.x or use the regular batch command line as a workaround. Vincent 2015-06-09 18:20 GMT+02:00 Slide : > Did you setup the Maven information in the global config? Also

Re: 'mvn.bat' is not recognized as an internal or external command

2015-06-09 Thread Slide
Did you setup the Maven information in the global config? Also, are you running the commands on the command line as the same user that Jenkins is running under? On Tue, Jun 9, 2015 at 9:19 AM shekhar sharma wrote: > I have configured a maven project with Jenkins. But while doing build now > it i

'mvn.bat' is not recognized as an internal or external command

2015-06-09 Thread shekhar sharma
I have configured a maven project with Jenkins. But while doing build now it is failing with the error attached in text file. Even though Maven is configured correctly and i am able to run the same project from command window with the commands 'mvn test'. Please help if anybody have any idea. -

RE: Post build command line

2015-06-09 Thread Ginga, Dick
Yes, but these “allow” windows command steps in port-build actions. Just set it to Always From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gilad Baruchian Sent: Sunday, June 07, 2015 11:45 AM To: jenkinsci-users@googlegroups.com Subject: Re: Post buil

How to display the result of the build on the Jenkins Dashboard

2015-06-09 Thread Karthik N
Hi All, I want to display the result of the build in the Jenkins dashboard, Example, i've a perl script, which display the database values. Now, how can i configure my Jenkins such that it will display those values directly into the Jenkins dashboard. my perl script is looks in this way:- o

Re: Is Maven version 1.1 compatible with Jenkins 1.532 ?

2015-06-09 Thread Karl Heinz Marbaise
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... Kind regards Karl Heinz Marbaise On 6/9/15 1:56 PM, inderpreet.kaur8...@gmail.com wrote: I am trying to configure a project using maven version 1.1

Re: Javascript Webdriver (Chrome)

2015-06-09 Thread simon drake
Any help would be most appreciated :-) -- 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-users+unsubscr...@googlegroups.com. To view this discussion on

Is Maven version 1.1 compatible with Jenkins 1.532 ?

2015-06-09 Thread inderpreet . kaur8982
I am trying to configure a project using maven version 1.1 in Jenkins 1.532.Upon firing the build, i get below error: java.lang.RuntimeException: Unable to determine Maven version at org.jfrog.hudson.maven3.extractor.MavenExtractorEnvironment.isMavenVersionValid(MavenExtractorEnvironment.java:

Build on TFS Build server then push to Jenkins?

2015-06-09 Thread zippo7061
We are currently using msbuild and TF in Jenkins to build our .net project. Mgmt has asked that we build only on the TFS servers (using vs/tfs) and then we can use Jenkins to orchestract pipline deploys. Anyone have best advice on how to do this property, assign a build number but don't build

buildWithParameters url loading blank

2015-06-09 Thread Pratap S
Hi , As I see the new update in jenkins has removed the feature to view the build status on the parameterized build url "/buildWithParameters" as it is an API call. As per the bug filed https://issues.jenkins-ci.org/browse/JENKINS-28788. However, I would like to know if there is anyway I ca

scheduled jobs not starting

2015-06-09 Thread Tom Brus
Hi, I recently updated to Jenkins 1.616 and now I see some of my nightly scheduled jobs not starting. I see this behaviour in several jobs. One has the following crontab: 0 1 * * 1-6 another has this crontab: 0 1 * * 0 This Sunday-one did not run last weekend, the weekly one above ran some

JENKINS Maven Build Failure commons logging

2015-06-09 Thread Alessio Orlando
When i try to build my project using Jenkis i got the following error: Caused by: org.apache.maven.plugin.PluginContainerException: An API incompatibility was encountered while executing org.wso2.maven:wso2-esb-proxy-plugin:2.0.12:pom-gen: java.lang.ExceptionInInitializerError: null realm =

How to send bulk mails

2015-06-09 Thread Yves Schumann
Hi Jenkins'ians, from time to time I need to send a notification mail to all developers using our Jenkins installation. I can't use the companies "...-all" mailing list because there are way too many users affected with such mails. So is there a plugin or something else to send bulk mails to all a