Query on Integration Jenkins with HP Fortify

2015-07-10 Thread Sarab
Hi Team , I am trying to integrate Jenkins with HP fortify but not getting exactly how to achieve that. I got some information from the following link : https://wiki.jenkins-ci.org/display/JENKINS/Fortify+360+Plugin​ Please help me on this? Regards, Sarabjeet Singh -- You received this m

immediately fail whole matrix job if one configuration fails

2015-07-10 Thread Simon Haegler
hi group is there a way to immediately fail a matrix job as soon as one of its configuration fails? my motivation is to free up slave resources as early as possible... TIA, simon -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Stuck creating local jenkins update center

2015-07-10 Thread jje
This statement may be false, as we enter listHudsonPlugis(). Right in there we gonna crash then Am Donnerstag, 9. Juli 2015 16:35:51 UTC+2 schrieb jje: > > As I've stated, i get null pointer exception in protected JSONObject > buildPlugins() -->Main.java; > > There is no NULL Pointer check fo

Re: immediately fail whole matrix job if one configuration fails

2015-07-10 Thread Simon Richter
Hi, On 10.07.2015 09:39, Simon Haegler wrote: > is there a way to immediately fail a matrix job as soon as one of its > configuration fails? The usual way is to define one or more "touchstone configurations" that are built first, and starting the remaining jobs only if these succeeded. Simon

Re: Stuck creating local jenkins update center

2015-07-10 Thread jje
Now I've found out, that it does not matter, which installation is used(probably installed plugins are supposed to be available to final jenkins installation). But only the given one will apear on your Update-Center Site on Jenkins. That means, probably using a maven repository may be a better s

Re: Stuck creating local jenkins update center

2015-07-10 Thread jje
given one means - plugins available on your jenkins plugin folder. Am Freitag, 10. Juli 2015 10:35:42 UTC+2 schrieb jje: > > Now I've found out, that it does not matter, which installation is > used(probably installed plugins are supposed to be available to final > jenkins installation). > B

Re: Stuck creating local jenkins update center

2015-07-10 Thread Daniel Beck
Maybe this fits your needs better? https://github.com/yandex-qatools/juseppe Doesn't work with a Maven index I think, but as you presumably want to offer one of every plugin in a flat(ish) structure for download, you can use that as data source for the JSON. On 10.07.2015, at 10:36, jje wrote

Re: Failed to receive reset password email

2015-07-10 Thread haocheng
Hi, I have received the reset email after a while. Thank you! Cheers On Tuesday, July 7, 2015 at 5:26:23 AM UTC+8, Daniel Beck wrote: > > What's your user name and email address? > > When (date and time) did you try this? > > Did you check your spam filter? > > On 06.07.2015, at 17:45, haoc

Re: Query on Integration Jenkins with HP Fortify

2015-07-10 Thread NP
You can integrate the jobs via ldap and trigger through the jenkins. However, reports need to be accessed via HP fortify console for viewing the reports...You might want to work with HP team if you have procured the license. On Fri, Jul 10, 2015 at 3:38 AM, Sarab wrote: > Hi Team , > > I am try

Re: Stuck creating local jenkins update center

2015-07-10 Thread jje
SOLVEDSOLVED SOLVEDSOLVED SOLVEDSOLVED SOLVEDSOLVED !!!

Re: Stuck creating local jenkins update center

2015-07-10 Thread jje
One more thing: Null-Pointers are rather ugly..Finally reason for NULL-Ptr. exception has been probably file-type which couldn't be handled(have seen some backup-files e.g.). Havn't reproduced it yet. Am Freitag, 10. Juli 2015 13:21:28 UTC+2 schrieb jje: > > SOLV

javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule

2015-07-10 Thread Barun Vishwakarma
I am totally newbie in Jenkins and i have been trying to configure Jenkins + Bitbucket + jboss 6.2. I have a repository in Bitbucket. I am able to pull the code from Bitbucket and Jenkins able to build it. but at the time of deploying in Jboss its throwing an error * javax.security.auth.log

Re: Stuck creating local jenkins update center

2015-07-10 Thread jje
...As I've stated: Since some of manifest files are corrupted on plug-in repository we actually cloned to access localy, i found that exception handling is to be reworked. Simply adding some exception handlers to proper place will fix this issue. Jenkins UC seems to be able to handle created JS

Re: Build-Monitor/Wall Display including Maven Reactor Modules

2015-07-10 Thread Christian Flamm
*bump* -- 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 the web visit https://groups.go

status of LTS 1.609.2?

2015-07-10 Thread Tony Wallace
The only way I know to check for myself is https://issues.jenkins-ci.org/browse/JENKINS-28058?filter=12146. Thanks! -- 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 emai

Re: status of LTS 1.609.2?

2015-07-10 Thread Daniel Beck
There are occasional posts to the jenkinsci-dev mailing list with some information, e.g.: https://groups.google.com/forum/#!msg/jenkinsci-dev/LZ3qWDuJ2IU/pPa5Lv4Zt48J Another option is probably the event calendar, which is now more actively maintained: http://jenkins-ci.org/content/event-calenda

How to Deploy rails application using Jenkins to MFA protected ec2 server

2015-07-10 Thread Pavan Teja
Hi, I have added "Post build script" plugin for rails capistrano deployment, While deploying I am having issue with MFA protected EC2 server, It is asking for MFA. Is there an option to prompt the user to enter MFA at the time of deployment from Jenkins ? OR Please suggest if there are any

Re: Dynamic Priority Sorter & Buld Now

2015-07-10 Thread ambrose nikale
Hi, I am also looking for something same, were you able to get this working. Please let me know. Thanks. On Monday, 21 November 2011 18:26:28 UTC-5, msr wrote: > > Hi, > > I have a scenario where I need some extra functionality when there are > multiple jobs pending in a build queue. > > 1. I woul

Priority Sorter plugin fair queuing

2015-07-10 Thread ambrose nikale
Hi, I am trying to understand how fair queuing and weighted fair queuing works. I set the priority strategy as Absolute and started multiple builds of the a single job with different priorities and teh jobs queued up in the priority order and not he order in which they were started as expected

Building error, directory doesn't contain xcode project

2015-07-10 Thread Bogdan Gabriel Onete
Like the title says, I have an issue in the shell terminal, since the failure originates from there. For some reason, it cannot find the Xcode project I have, even if the path ends in the project itself. I just want to build a project and select its platforms, on IOS, MAC and Android. No worksp

Add parameters for the job dynamically during its build

2015-07-10 Thread ambrose nikale
Hi, I have job which accepts path as parameter. I need to manipulate this value and get the file name and store it as a parameter for the same job so that it can be used while sending notification about the job and this new parameter can also be stored along with the existing ones. has anyone

Changelog does not show in Jobs

2015-07-10 Thread SamL
Hello Folks, We are having an issue where the changelog,xml file gets written to disk with all the proper changes but it does not show on the Job. Source Control: Mercurial Jenkins: 1.580.1 Ubunutu: 14.04 Any help would be very much appreciated -- You received this message because you are

view for job status groupped by commit

2015-07-10 Thread Azul Inho
Hey there, I am looking for a way to achieve a view in Jenkins that shows me the list of jobs/tests that were broken by a particular commit. Similar to the pypy builbot website: http://buildbot.pypy.org/summary My goal is for the developers to see on a page what builds were broken by their co

How to abort/kill jobs started in the parallel closure

2015-07-10 Thread ambrose nikale
I am using a build flow job, in which I trigger multiple builds of job using the parallel closure. Now when I abort my build flow job, the builds already started or running from the parallel enclosure continue to execute. Does anyone know how to stop these initiated builds. Any help would be app