Tool installers - updated versions

2015-01-28 Thread David Karlsen
in manage->configure system->jdk->jdk installations 8u25 is the latest available version (while u31 is the latest available release from Oracle). Likewise for a maven installation 3.2.2 is the latest available. Has the backend-crawler died? https://github.com/jenkinsci/backend-crawler -- -- Dav

Re: 2 instance showing in Jenkins of every module

2015-01-28 Thread swastika basu
Are those maven project ? Do you have the "Build whenever a SNAPSHOT dependency is built" as checked ? check the screenshot below. Build Triggers Build whenever a SNAPSHOT dependency is built Can you use dependency plugin and share a screenshot? On Wednesday, 28 January 2015 17:34:36 UTC+5:30,

Re: add version number to each artifacts in jenkins

2015-01-28 Thread nagashree ck
Thanks for reply On Wed, Jan 28, 2015 at 11:08 PM, Ginga, Dick wrote: > From the help button: > > > > You can use wildcards like 'module/dist/**/*.zip'. See the includes > attribute of Ant fileset > for the exact format. The base directory is t

java.security.cert.CertPathValidatorException: timestamp check failed in Jenkins plugin page

2015-01-28 Thread swastika basu
jenkins is not able to download plugin information, getting the below exception Jan 29, 2015 7:13:15 AM hudson.model.DownloadService$Downloadable doPostBack SEVERE: Signature verification failed in downloadable 'hudson.tools.JDKInstaller' (show details)java.security.cert.CertPathValidatorExcept

2015 JUC CFP is OPEN

2015-01-28 Thread Alyssa Tong
Hello, Planning is underway for JUCs 2015. The committee is looking for submissions. If you have a story to tell pls get your proposal in: http://jenkins-ci.org/content/2015-jenkins-user-conferences-call-papers Looking forward to your amazing proposals. alyssa -- You received this message bec

Re: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread bl0ck3r
Yes, Mark was also suggesting that that as a probable cause, however, I think the problem is different. I decided to open a feature request, where I show that the Branch Specifier is set by a build parameter variable: https://issues.jenkins-ci.org/browse/JENKINS-26664 Martin > You might try lea

Re: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread bl0ck3r
I see that message ("Scheduling another build to catch up with project-integration") in the console. My use case is the same as yours: all my builds are on-demand. We definitely do not want any self-triggered builds. On Wednesday, January 28, 2015 at 1:40:43 PM UTC-5, Dunnigan, Terrence J wrot

Workflow Summit in London

2015-01-28 Thread Alyssa Tong
Hi All, if you're in the London area, pls come join Kohsuke at the Jenkins Workflow meet up on March 10. Seating is limited. http://www.meetup.com/jenkinsmeetup/events/219967721/ Hope to see you there, alyssa -- You received this message because you are subscribed to the Google Groups "Jenkin

How to exit a Groovy postbuild script gracefully?

2015-01-28 Thread MCSF
Hello, I want to be able to exit the Groovy postbuild step gracefully if the build status was ABORTED. Here is what I have now: def buildstatus = manager.build.getResult() if ("$buildstatus".equalsIgnoreCase( "ABORTED" ) ) { manager.addShortText("Build $buildstatus; exiting Groovy

Re: Only one Administrator with Jenkins 1.580.1 server on Win 8.1

2015-01-28 Thread Daniel Beck
Make sure the user name is in the correct, same case (e.g. lowercase, or first letter uppercase, etc.) everywhere. In the user DB/LDAP/..., when logging in, in the security configuration. On 28.01.2015, at 17:33, Steve K wrote: > As a workaround, I removed one of the users who was supposed to

job executor affinity on single node master only

2015-01-28 Thread Greg Moncreaff
On a single master instance of Jenkins, with multiple executors, is it possible to assign some jobs to some executors, and others to different ones. E.g. our team has sub-groups A,B,C and Jenkins has four executors. Is there any plugin/configuration so we can (assuming contention) assign

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-01-28 Thread basher as
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

Re: email-ext and img data-inline not working.

2015-01-28 Thread Slide
Most mail clients won't actually do anything with in-lined images, so its basically not a useful thing to have in the plugin at all. I'm probably going to remove it. On Wed Jan 28 2015 at 12:11:53 PM Niksan wrote: > Is there anything special that needs setting somewhere for this to work? > > Usi

email-ext and img data-inline not working.

2015-01-28 Thread Niksan
Is there anything special that needs setting somewhere for this to work? Using the sample at the bottom of CssInlinerTest.java where the location is using something that expands to the file location on disk orusing the jenkins http://host/userContent/image.png just puts the verbatim in the ema

RE: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Dunnigan, Terrence J
We have plenty of parameterized builds that we invoke on-demand, by clicking ‘Build with Parameters’. They use git and build a specific branch. They do not poll and we don’t use any external triggers. I’ve never seen a message like the one you describe. Where do you get this message? On the job

Workflow and publishers

2015-01-28 Thread Jason Swager
The workflow plugin(s) have been very nice. They have made it far easier to handle the build and test parts of our pipelines. But where the workflow has not done as well is the publishers - only a couple seem supported at this time. In particular, we use CheckStyle, FindBugs, compiler warning

RE: add version number to each artifacts in jenkins

2015-01-28 Thread Ginga, Dick
>From the help button: You can use wildcards like 'module/dist/**/*.zip'. See the includes attribute of Ant fileset for the exact format. The base directory is the workspace

Re: Job DSL - Multijob iteration?

2015-01-28 Thread Jordan Spiker
I figured this out. jobs = [] f.eachLine { line -> jobs += job(type: Matrix) { ... } } job(type: Multijob) { steps { phase('build') { jobs.each { j -> job(j.name) } } } } On Tuesday, January 27, 2015 at 6:43:24 PM

Re: Only one Administrator with Jenkins 1.580.1 server on Win 8.1

2015-01-28 Thread Steve K
As a workaround, I removed one of the users who was supposed to have Administrator rights but did not (i.e., The Administrator checkbox was checked in the "Matrix-based security" form, but the user had no Administrator capabilities). I then re-added the user and added the user to the "Matrix-bas

Re: One project per branch (or build history per branch) Was How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Mark Waite
I really like the multi-branch plugin for that use case. It automatically creates and destroys jobs based on the branches which match a pattern defined in the job definition. That avoids the mixing of build results of different branches in the history of a single job. Mark Waite On Wed, Jan 28,

RE: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Jason Pyeron
> -Original Message- > From: Mark Waite > Sent: Tuesday, January 27, 2015 21:49 > > I don't think you can disable all scheduling of jobs > performed by the git plugin. It assumes the tip of each > "branch to build" should be built if not built previously. > > You might try leaving the

One project per branch (or build history per branch) Was How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Jason Pyeron
I am looking for a way to track the builds of each branch. It does not make sense for a developer's branch to be reflected in the main branch's reports such as stability, code coverage, etc. Any ideas? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

2 instance showing in Jenkins of every module

2015-01-28 Thread nagashree ck
Hi Friends, i have created jobs like ams,pays,posmgr.osl-commom-dto, i have given build after other projects are built( osl-common-dto) option to each and every job except osl-common-dto for example ams containing osl-common-dto in build after other projects are built i have created build

[workflow-plugin] Exception using the 'tool' feature

2015-01-28 Thread Rafael Ribeiro Rezende
Hi all, I have JDK and Maven tools installed in my Jenkins global configuration. So, I could use the command exactly as provided in this tutorial . def mvnHome = tool 'Default Maven' > > However, I'm getting the following exc

Re: SIGSERV 0x00007f9475ebde80

2015-01-28 Thread Marc Leforestier
I forgot that : my actual jvm args are : jvm_args: -Djava.awt.headless=true -- 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...@googl

Re: [workflow-plugin] Bug in the Snippet Generator for "General SCM"?

2015-01-28 Thread Rafael Ribeiro Rezende
Thanks Jesse for the reply! By previous experience I learned that the best way to involve IBM on this is to create an enhancement in their own jazz.net platform. So that's what I did... https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=3435

SIGSERV 0x00007f9475ebde80

2015-01-28 Thread Marc Leforestier
Hello My jenkins install does not support more than 2 or 3 simultaneous connexions. When more users connect on it, it's crash whit this log : # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7f9475ebde80, pid=2742, tid=140275693131520 # # JRE ve