Re: Statistics generation disappeared?

2016-05-10 Thread R. Tyler Croy
(replies inline) On Tue, 10 May 2016, Andrew Bayer wrote: > Yup, a casualty of the infra craziness - Tyler's deciding whether we should > just move what we used to have into the new infra or if I should rewrite > it. =) This task is tracked, fwiw, in this ticket:

Re: Statistics generation disappeared?

2016-05-10 Thread Andrew Bayer
Yup, a casualty of the infra craziness - Tyler's deciding whether we should just move what we used to have into the new infra or if I should rewrite it. =) A. On Tue, May 10, 2016 at 11:54 AM, Kanstantsin Shautsou < kanstantsin@gmail.com> wrote: > Hi, stats is missing statistics for

Statistics generation disappeared?

2016-05-10 Thread Kanstantsin Shautsou
Hi, stats is missing statistics for previous month. I also can't find the job that generates it. Any ideas? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: unable to compile to a 1.8 target jdk on https://jenkins.ci.cloudbees.com

2016-05-10 Thread gmontero
Thanks Arnaud ! On Tuesday, May 10, 2016 at 10:46:34 AM UTC-4, Arnaud Héritier wrote: > > No problem. I reconfigured it. > > > On Tue, May 10, 2016 at 3:35 PM, wrote: > >> Yes that is the plugin I'm talking about. >> >> While we understand / appreciate the J7 compliance

Re: unable to compile to a 1.8 target jdk on https://jenkins.ci.cloudbees.com

2016-05-10 Thread Arnaud Héritier
No problem. I reconfigured it. On Tue, May 10, 2016 at 3:35 PM, wrote: > Yes that is the plugin I'm talking about. > > While we understand / appreciate the J7 compliance angle, and it is > something we are tracking (just not prioritizing, at least yeast), for now > we >

Not able to populate test data results back in excel when building through jenkins

2016-05-10 Thread Vipul Garg
I am Not able to populate test data results back in excel when building through jenkins, though I am to read from excel, Also when I am running tests through eclipse then the test data is getting populated in excel but when building through jenkins its getting failed. I m using , Selenium ,

Re: unable to compile to a 1.8 target jdk on https://jenkins.ci.cloudbees.com

2016-05-10 Thread gmontero
Yes that is the plugin I'm talking about. While we understand / appreciate the J7 compliance angle, and it is something we are tracking (just not prioritizing, at least yeast), for now we want the job configured for JDK 8. Is posting the request here sufficient to make that happen, or is

Re: Remove redundant page from Wiki

2016-05-10 Thread Larry Shatzer, Jr.
Removed. On Tue, May 10, 2016 at 6:01 AM, Sergey Work wrote: > Is it possible to remove this page too: > https://wiki.jenkins-ci.org/display/JENKINS/CxSuite+Jenkins+Plugin > > It was never associated with any plugin and is redundant. > > On Wednesday, February 27, 2013

Re: add plugin to ContextMenu

2016-05-10 Thread Robert Sandell
@Extension public class HelloAction implements RootAction { @Override public String getIconFileName() { return "gear2.png"; } @Override public String getDisplayName() { return Messages.Hello_World(); } @Override public String getUrlName() {

Re: add plugin to ContextMenu

2016-05-10 Thread Hassan Achchit
thank you sir for your reply I want to add my plugin in the menu bar to the left of the Home is that you have an example of code that does this action 2016-05-10 12:07 GMT+02:00 Robert Sandell : > Slightly depending on what menu you want to add to. But in general the >

Re: Forcing Pipeline "node" blocks to run on the same agent/in the same workspace?

2016-05-10 Thread Robert Sandell
The ws step will allocate a new named workspace on the current node, and if another run comes along and runs the ws step with the same name it will get the same workspace. I use it for download caching between pipelines. So if you could request the same node as before somehow you can get the same

Re: add plugin to ContextMenu

2016-05-10 Thread Robert Sandell
Slightly depending on what menu you want to add to. But in general the context menu contains the "same" items that exists in the side bar of the object. So for builds and jobs it is Actions that build steps and recorders has added or contributing via a TransientActionFactory. For Jenkins root you

add plugin to ContextMenu

2016-05-10 Thread Hassan Achchit
Hi i will add my plugin to Menu Bar of jenkins can you help me ? please Tanks you -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: unable to compile to a 1.8 target jdk on https://jenkins.ci.cloudbees.com

2016-05-10 Thread Arnaud Héritier
Hi, I imagine you are talking about this one : https://github.com/openshift/jenkins-plugin https://jenkins.ci.cloudbees.com/job/plugins/job/openshift-pipeline-plugin/ It is normal that it fails because the job is configured to use a JDK 7 We can configure it to use J8 but if you are