automatic abort of job if git commit detected ?

2014-06-04 Thread Robert Bude
Hi, in our current setup we have different git branch types (defined by ourself). - hotfix branches (goes direct to master and if tests are successful, they will be merged into master - feature branches If a feature branch get a new commit, the tests will run on the features merged to

Re: Deploying application to Weblogic

2014-06-04 Thread Monique Maker
Hello Vijay, I don't know what is your aim, but here we are doing the following: - Stop the WebLogic server (domain); - Copy the deployment artifacts to the place where WebLogic looks for them; - Clear the WebLogic (domain) caches; - Start the app.server (WL domain). For a couple of years

Skipping Gerrit triggered builds for certain file types

2014-06-04 Thread Anantha Madhava
Hello All, I am using a Windows 2008 R2 build server with the following config: Gerrit v2.8.1 Jenkins v1.564 Gerrit trigger plugin v2.11.1 I have the gerrit triggered builds working well for my Java projects. Now, there are few testdata ZIP files and

LTS 1.554.2 updates

2014-06-04 Thread Shawn Baker
Hello, I've recently switch my Jenkins machine over from the weekly builds (was using 1.554) to the LTS builds (1.554.2). When I look at the Manage Jenkins page, it shows that an update is available to 1.564. I would think that since I am using a LTS build, that it should tell me there are

Can developer's submit Jobs to Jenkins through an IDE?

2014-06-04 Thread Horton, Anne B
-- 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. For more options, visit https://groups.google.com/d/optout.

Re: Can developer's submit Jobs to Jenkins through an IDE?

2014-06-04 Thread Dirk Heinrichs
Am 04.06.2014 15:42, schrieb Horton, Anne B: [nothing] Please, don't provide any details, somebody could be able to actually answer your question. *SCNR* Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach

Re: LTS 1.554.2 updates

2014-06-04 Thread Daniel Beck
On 04.06.2014, at 15:40, Shawn Baker scbaker...@gmail.com wrote: So, is this the directory I should be removing the contents? Yes. I fixed the wiki. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

How to debug inability to create a new job

2014-06-04 Thread Horton, Anne B
Jenkins experts, When trying to create a new Job (any type), after clicking the OK button, the Jenkins instance does not appear to do anything, it says on the New Job webpage. When I go to the /jobs/directory, there are no new jobs created. There are no errors in the Jenkins.log file - it

Re: How to debug inability to create a new job

2014-06-04 Thread k . thieling
Out of curiosity, have you tried this in a different browser? - Original Message - From: Anne B Horton anne.b.hor...@lmco.com To: jenkinsci-users@googlegroups.com Sent: Wednesday, June 4, 2014 9:19:23 AM Subject: How to debug inability to create a new job Jenkins experts, When

RE: EXTERNAL: Re: How to debug inability to create a new job

2014-06-04 Thread Horton, Anne B
Same browser, different Jenkins instance works. It is not a permissions problem as I can go to the jobs directory and create a new job directory no problem. Any more ideas on how to debug this? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of

Re: What are you using for modifying a lot of jobs?

2014-06-04 Thread Damián José
I built some groovy scripts that requests remotely the REST API of Jenkins. Right now these scripts are only reading data from Jenkins but I plan to also use them to make changes. Each Jenkins job has a file called config.xml that you can download. You can then make changes to this config.xml

RE: EXTERNAL: Re: How to debug inability to create a new job

2014-06-04 Thread Horton, Anne B
Google chrome works great. Internet explorer did not. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Horton, Anne B Sent: Wednesday, June 04, 2014 10:28 AM To: jenkinsci-users@googlegroups.com Subject: RE: EXTERNAL: Re: How to debug inability to

Re: EXTERNAL: Re: How to debug inability to create a new job

2014-06-04 Thread k . thieling
I have never had much luck with IE, I only use Firefox or Chrome for Jenkins...not sure about anyone else - Original Message - From: Anne B Horton anne.b.hor...@lmco.com To: jenkinsci-users@googlegroups.com Sent: Wednesday, June 4, 2014 11:15:00 AM Subject: RE: EXTERNAL: Re: How to

How to use global parameters in a build that is part of a build pipeline

2014-06-04 Thread Eric Wood
I have several jenkins jobs that I want to use global variables.  The only way I have seen to do this is to parameterize my build and to set a global parameter string using the plugin documented here: https://wiki.jenkins-ci.org/display/JENKINS/Global+Variable+String+Parameter+Plugin The issue

Cucumber Test Result Plugin - It does not appear at my window the test results

2014-06-04 Thread leidiane vieira
Guys, I added Publish Cucumber test result report post build action, but nothing it happens. Should I have to set up something to make it work at my project on Jenkins? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this

Cucumber Test Result Plugin - It does not appear at my window the test results

2014-06-04 Thread teilo
If you mean the graph you need at least to runs before it will display. For the individual build you shoul have a Testresult link that will let you drill down into the results. If you don't have that can you share the end of your build log. -- You received this message because you are

Re: How to use global parameters in a build that is part of a build pipeline

2014-06-04 Thread Mike Chmielewski
For Build Flows, I have passed in arbitrary variables not defined on a job in the flow, and they are picked up correctly. On Wed, Jun 4, 2014 at 12:42 PM, Eric Wood eric.w...@rocketmail.com wrote: I have several jenkins jobs that I want to use global variables. The only way I have seen to do

[ANN] Jenkins Enterprise by CloudBees 14.05 release

2014-06-04 Thread Kohsuke Kawaguchi
I'm putting my CloudBees hat on and here is the announcement for our latest release of Jenkins Enterprise by CloudBees [1] (JEbC). JEbC is a value-added distribution of Jenkins with support. Major new enhancements include monitoring and alerting [2] to detect problems in Jenkins masters.