[JIRA] (JENKINS-40976) NullPointerException in soFinishLogin()

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-40976  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in soFinishLogin()   
 

  
 
 
 
 

 
 From what I see it's a bug in the Google Login plugin, reassigned to its maintainer. CC Ryan Campbell.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40782) Rooted path variables for tool home isn't treated as an absolute path

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-40782  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Rooted path variables for tool home isn't treated as an absolute path   
 

  
 
 
 
 

 
 Formally Custom Tools plugin does not support Pipeline now. There may be such glitches in Pipeline specifically (or just a wider bug). Please provide full configurations of your custom tools plugin, Pipeline. It would be also useful to know version of the Pipeline plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40117) Type java.lang$Enum not present when updating 2.6 to 2.7

2017-01-11 Thread jon.s...@modelon.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jon Sten commented on  JENKINS-40117  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Type java.lang$Enum not present when updating 2.6 to 2.7   
 

  
 
 
 
 

 
 I've got a similar error that might be related to this: 

 
java.lang.NoClassDefFoundError: java$lang$Enum
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2625)
	at java.lang.Class.getDeclaredMethods(Class.java:1868)
	at org.codehaus.groovy.vmplugin.v5.Java5.configureClassNode(Java5.java:328)
	at org.codehaus.groovy.ast.ClassNode.lazyClassInit(ClassNode.java:262)
	at org.codehaus.groovy.ast.ClassNode.getInterfaces(ClassNode.java:356)
	at org.codehaus.groovy.ast.ClassNode.declaresInterface(ClassNode.java:948)
	at org.codehaus.groovy.ast.ClassNode.implementsInterface(ClassNode.java:928)
	at org.codehaus.groovy.ast.ClassNode.isDerivedFromGroovyObject(ClassNode.java:918)
	at org.codehaus.groovy.classgen.AsmClassGenerator.isGroovyObject(AsmClassGenerator.java:1090)
	at org.codehaus.groovy.classgen.AsmClassGenerator.visitPropertyExpression(AsmClassGenerator.java:1047)
	at org.codehaus.groovy.ast.expr.PropertyExpression.visit(PropertyExpression.java:55)
	at org.codehaus.groovy.classgen.asm.CallSiteWriter.makeCallSite(CallSiteWriter.java:301)
	at org.codehaus.groovy.classgen.asm.InvocationWriter.makeCall(InvocationWriter.java:187)
	at org.codehaus.groovy.classgen.asm.InvocationWriter.makeCall(InvocationWriter.java:89)
	at org.codehaus.groovy.classgen.asm.InvocationWriter.makeInvokeMethodCall(InvocationWriter.java:73)
	at org.codehaus.groovy.classgen.asm.InvocationWriter.writeInvokeMethod(InvocationWriter.java:292)
	at org.codehaus.groovy.classgen.AsmClassGenerator.visitMethodCallExpression(AsmClassGenerator.java:655)
	at org.codehaus.groovy.ast.expr.MethodCallExpression.visit(MethodCallExpression.java:75)
	at org.codehaus.groovy.classgen.asm.CallSiteWriter.makeCallSite(CallSiteWriter.java:301)
	at org.codehaus.groovy.classgen.asm.InvocationWriter.writeInvokeConstructor(InvocationWriter.java:398)
	at org.codehaus.groovy.classgen.AsmClassGenerator.visitConstructorCallExpression(AsmClassGenerator.java:909)
	at org.codehaus.groovy.ast.expr.ConstructorCallExpression.visit(ConstructorCallExpression.java:43)
	at org.codehaus.groovy.classgen.asm.BinaryExpressionHelper.evaluateEqual(BinaryExpressionHelper.java:296)
	at org.codehaus.groovy.classgen.asm.BinaryExpressionHelper.eval(BinaryExpressionHelper.java:79)
	at org.codehaus.groovy.classgen.AsmClassGenerator.visitBinaryExpression(AsmClassGenerator.java:519)
	at org.codehaus.groovy.ast.expr.BinaryExpression.visit(BinaryExpression.java:49)
	at org.codehaus.groovy.classgen.asm.StatementWriter.writeExpressionStatement(StatementWriter.java:599)
	at org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.writeExpressionStatement(OptimizingStatementWriter.java:354)
	at org.codehaus.groovy.classgen.AsmClassGenerator.visitExpressionStatement(AsmClassGenerator.java:501)
	at org.codehaus.groovy.ast.stmt.ExpressionStatement.visit(ExpressionStatement.java:40)
	at org.codehaus.groovy.classgen.asm.StatementWriter.writeBlockStatement(StatementWriter.java:80)
	at org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.writeBlockStatement(OptimizingStatementWriter.java:155)
	at org.codehaus.groovy.classgen.AsmClassGenerator.visitBlockStatement(AsmClassGenerator.java:447)
	at org.codehaus.groovy.ast.stmt.BlockStatement.visit(BlockStatement.java:69)
	at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitClassCodeContainer(ClassCodeVisitorSupport

[JIRA] (JENKINS-37389) Add @Symbol("custom") to Custom Tool's ToolDescriptor

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-37389  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add @Symbol("custom") to Custom Tool's ToolDescriptor   
 

  
 
 
 
 

 
 Closing as a duplicate of JENKINS-38783  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30680) Make Custom Tools compatible with Pipeline

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30680  
 
 
  Make Custom Tools compatible with Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30680) Make Custom Tools compatible with Pipeline

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30680  
 
 
  Make Custom Tools compatible with Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Summary: 
 Make  CustomToolInstallWrapper  Custom Tools  compatible with Pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30680) Make Custom Tools compatible with Pipeline

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30680  
 
 
  Make Custom Tools compatible with Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Issue Type: 
 New Feature Epic  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30680) Make Custom Tools compatible with Pipeline

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-30680  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make Custom Tools compatible with Pipeline   
 

  
 
 
 
 

 
 Converting it to EPIC  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30680) Make CustomToolInstallWrapper compatible with Pipeline

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30680  
 
 
  Make CustomToolInstallWrapper compatible with Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Summary: 
 Make CustomToolInstallWrapper compatible with  workflow  Pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30680) Make CustomToolInstallWrapper compatible with Pipeline

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30680  
 
 
  Make CustomToolInstallWrapper compatible with Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Issue Type: 
 Bug New Feature  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36614) Ignoring specific files or commit strings for change detection required

2017-01-11 Thread mu...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mehrdad Mirreza reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Well, for me there is a difference between filtering out specific commits entirely (JENKINS-30189) and ignoring changes in specific files.  Of course you would make the decision to trigger a build or not, based on one or more changesets, but my point is to be able to define some files as "not-triggering" and if you have only these files inside a changeset, then the changeset should not trigger a build. The other solution, which is maybe easier to implement and is inside the focus of JENKINS-30189, but not convenient enough to use, would be to look after special phrases inside the commit description string (like {Jenkins:Ignore}) and then ignore that changeset as trigger.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-36614  
 
 
  Ignoring specific files or commit strings for change detection required   
 

  
 
 
 
 

 
Change By: 
 Mehrdad Mirreza  
 
 
Resolution: 
 Duplicate  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 


[JIRA] (JENKINS-30680) Make Custom Tools compatible with Pipeline

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30680  
 
 
  Make Custom Tools compatible with Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Epic Name: 
 Custom Tools - Pipeline Compatibility  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38626) allow conditional custom tools installation

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-38626  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: allow conditional custom tools installation   
 

  
 
 
 
 

 
 Was in my plan as well. Tools should be registered in a Job action, not in Wrapper only. Once it's done, the behavior will be much more flexible  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-32724) Using injected environment variables

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-32724  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Using injected environment variables   
 

  
 
 
 
 

 
 > If not, what would you say the timeline is for this to make its way into the plugin? I am not sure I will be able to work on it in middle-term. If somebody proposes a pull request, I will be happy to review and integrate it. So feel free to contribute  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40797) Job DSL Custom config file with name not found

2017-01-11 Thread rdsub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Subhas Dandapani updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40797  
 
 
  Job DSL Custom config file with name not found   
 

  
 
 
 
 

 
Change By: 
 Subhas Dandapani  
 
 
Attachment: 
 Screen Shot 2017-01-11 at 09.34.40.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40797) Job DSL Custom config file with name not found

2017-01-11 Thread rdsub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Subhas Dandapani commented on  JENKINS-40797  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL Custom config file with name not found   
 

  
 
 
 
 

 
 Ben Middleton Alexander Sidorov Daniel Spilker With the above provided snippet, we're still seeing the same error even after upgrading to Job DSL 1.56. Can one of you confirm please? 
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40797) Job DSL Custom config file with name not found

2017-01-11 Thread rdsub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Subhas Dandapani updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40797  
 
 
  Job DSL Custom config file with name not found   
 

  
 
 
 
 

 
Change By: 
 Subhas Dandapani  
 
 
Attachment: 
 Screen Shot 2017-01-11 at 09.34.27.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40948) P4_CHANGELIST is no longer resolved into a number (shown as "now")

2017-01-11 Thread ra...@mail.ru (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Pigalov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40948  
 
 
  P4_CHANGELIST is no longer resolved into a number (shown as "now")   
 

  
 
 
 
 

 
Change By: 
 Pavel Pigalov  
 

  
 
 
 
 

 
 I've upgraded from Jenkins 1.653 to 2.36 and P4-Plugin from 1.4.2 to 1.4.12 today and immediately started facing this issue, which broken all my CI build infrstructure, since my bash scripts relay on number provided by P4_CHANGELIST variable.The issue is that it stores "now" instead of revision number if SCM is synced to head: * As I understand this is only when "Pin build at Perforce Label" is set to "now" * , e.g. via a Parameter variable.From build console output:{quote}P4 Task: syncing files at {color:red}client/label: now{color}...+ echo P4_CHANGELIST{color:red}now{color}...Set build name.New build name is '{color:red}now{color}'{quote}Previously was:{quote}P4 Task: syncing files at change: {color:green}171134{color}...+ echo P4_CHANGELIST{color:green}171134{color}...Set build name.New build name is '{color:green}171134{color}'{quote}Is it some new design or a bug?If it is new design intent, then this makes P4 plugin almost unusable for me... :(I suppose this may have changed/been broken during changes made for env vars to work in Pipeline plugin...Not sure at which version it is started, going to downgrade and experiment (reverting back to 1.4.2 helped to return to previous behavior).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 

[JIRA] (JENKINS-40797) Job DSL Custom config file with name not found

2017-01-11 Thread rdsub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Subhas Dandapani edited a comment on  JENKINS-40797  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL Custom config file with name not found   
 

  
 
 
 
 

 
 [~bengineer] [~alsid] [~daspilker] With the above provided snippet ,  (and with existing config files)  we're still seeing the same error even after upgrading to Job DSL 1.56. Can one of you confirm please? :) !Screen Shot 2017-01-11 at 09.34.27.png|thumbnail!  !Screen Shot 2017-01-11 at 09.34.40.png|thumbnail!   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40981) IllegalStateException when installing plugin

2017-01-11 Thread egutier...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Evaristo Gutierrez created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40981  
 
 
  IllegalStateException when installing plugin   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Dominik Bartholdi  
 
 
Attachments: 
 log.txt, support_2017-01-11_08.24.37.zip  
 
 
Components: 
 config-file-provider-plugin  
 
 
Created: 
 2017/Jan/11 8:40 AM  
 
 
Environment: 
 jenkins 2.32.1  config-file-provider 2.15.3  fresh installation, only support-core plugin installed to gather support bundle.  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Evaristo Gutierrez  
 

  
 
 
 
 

 
 Steps to reproduce: 
 
Go to Manage plugins and install config-file-provider plugin. 
DO NOT restart. 
See error in logs (attached together with Support Bundle). 
 Actual behaviour: 
 
Sometimes plugin is not available (not accessible in configuration or folder) until Jenkins is restarted. 
 Expected behaviour: 
 
Plugin is always available without a restart. 
 The constructor for ConfigFilesManagement class is calling static method GlobalConfigFiles.get(), which is reque

[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-11 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40933  
 
 
  Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Attachment: 
 mr.jpg  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-11 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-40933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
 Tom FENNELLY   the gtfx score isn't so bad compared to many websites, where things fall apart seems to mostly be to do with latency, not so much size of artifacts.  Once you introduce latency a bit, things slow down exponentially.  not sure is that helps with sleuthing things down...   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-32072) Publish HP Test Result Failure "java.io.IOException: Failed to extract"

2017-01-11 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 unable to reproduce, marked as resolved by now. if the problem still exists please reopen the defect and specify clear steps to reproduce it. thank you.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-32072  
 
 
  Publish HP Test Result Failure "java.io.IOException: Failed to extract"   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, sen

[JIRA] (JENKINS-40978) Preview release of editor

2017-01-11 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40978  
 
 
  Preview release of editor   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Sprint: 
 tethys  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40982) sitemonitor issue

2017-01-11 Thread bolla...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Harinatha reddy bollapu created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40982  
 
 
  sitemonitor issue
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 _unsorted  
 
 
Created: 
 2017/Jan/11 8:54 AM  
 
 
Environment: 
 Jenkins 2.40 running windows operating system.  
 
 
Labels: 
 plugin  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Harinatha reddy bollapu  
 

  
 
 
 
 

 
 Hi Jenkins Team,  To monitor my site i install plugin "sitemonitor". My issue is with respect plugin documentation, "After installing the plugin, go to job configuration page, a checkbox with the text 'Monitor Site' should appear." i didn't found any check box in job configuration.  I created job as free style job, i am running Jenkins war file in windows console, java version is 1.8.  Thanks  Harinatha   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

[JIRA] (JENKINS-40797) Job DSL Custom config file with name not found

2017-01-11 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker commented on  JENKINS-40797  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL Custom config file with name not found   
 

  
 
 
 
 

 
 Be aware that you can not create and use a config file in one script, see JENKINS-33630.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40983) Unable to load/save declarative pipeline in editor

2017-01-11 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40983  
 
 
  Unable to load/save declarative pipeline in editor   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Keith Zantow  
 
 
Components: 
 blueocean-pipeline-editor-plugin, blueocean-plugin  
 
 
Created: 
 2017/Jan/11 9:01 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 When clicking on load save:  

 

Uncaught (in promise) Error: Minified React error #31; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Blocation%2C%20error%7D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at reactProdInvariant (blueocean.js:91416)
at traverseAllChildrenImpl (blueocean.js:91713)
at traverseAllChildren (blueocean.js:91741)
at Object.instantiateChildren (blueocean.js:78130)
at ReactDOMComponent._reconcilerInstantiateChildren (blueocean.js:85745)
at ReactDOMComponent.mountChildren (blueocean.js:85778)
at ReactDOMComponent._createInitialChildren (blueocean.js:81366)
at ReactDOMComponent.mountComponent (blueocean.js:81191)
at Object.mountComponent (blueocean.js:86912)
at ReactDOMComponent.mountChildren (blueocean.js:85790)
 

 (It kinda did used to work).   
 

  
 
 
 
 

 
 
   

[JIRA] (JENKINS-40983) Unable to load/save declarative pipeline in editor

2017-01-11 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40983  
 
 
  Unable to load/save declarative pipeline in editor   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Sprint: 
 tethys  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40947) Create acceptance test for config-file-provider plugin

2017-01-11 Thread egutier...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Evaristo Gutierrez updated  JENKINS-40947  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40947  
 
 
  Create acceptance test for config-file-provider plugin   
 

  
 
 
 
 

 
Change By: 
 Evaristo Gutierrez  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-40933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
 Michael Neale ^^  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-40933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
 I'd be more inclined to leave this particular one until after we eliminate as many other requests as we can. All others would be lower hanging fruit.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40984) A failure in post/always should not prevent the post/failure block to be called

2017-01-11 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40984  
 
 
  A failure in post/always should not prevent the post/failure block to be called   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andrew Bayer  
 
 
Components: 
 pipeline-model-definition-plugin  
 
 
Created: 
 2017/Jan/11 9:18 AM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Baptiste Mathus  
 

  
 
 
 
 

 
 Hey o/ , If there's an error in some step of the post/always {} block, it seems like this will stop the processing of the post sub-steps. I put it Critical, but it almost seems like a blocker: this seems a common use case and counter-intuitive, so I hope you'll agree this is not expected/intended. Typical case: 
 
I want to always generate some reports (junit, say) 
I want to notify people *only* on failure 
 If something goes wrong in always, still the failure notification should go out for instance. Reproduction code: 

 

pipeline {

agent {
label 'linux'
}

post {
always {
echo "ALWAYS THE SUN!!!"
junit '**/nonexisting_to_make_this_fail/*.xml'
}
failure {
echo "WE FAILED MISERABLY! I won't be shown because junit step failed above"
}
}

stages {
stage('bim') {
steps {
sh "echo bonjour"

sh "exit 1"
}
}
}
}
 

  
 

   

[JIRA] (JENKINS-40982) sitemonitor issue

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Francisco Hernandez Suarez  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40982  
 
 
  sitemonitor issue
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Oleg Nenashev Francisco Hernandez Suarez  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40982) sitemonitor issue

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40982  
 
 
  sitemonitor issue
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 sitemonitor-plugin  
 
 
Component/s: 
 _unsorted  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40982) sitemonitor issue

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-40982  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sitemonitor issue
 

  
 
 
 
 

 
 Fixed the component and reassigned to the plugin maintainer  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40985) Exception raised when trying to trigger by comment

2017-01-11 Thread be...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 benza created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40985  
 
 
  Exception raised when trying to trigger by comment
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Robin Müller  
 
 
Components: 
 gitlab-plugin  
 
 
Created: 
 2017/Jan/11 9:23 AM  
 
 
Environment: 
 Jenkins 2.40  GitLab Plugin 1.4.4  
 
 
Priority: 
  Major  
 
 
Reporter: 
 benza  
 

  
 
 
 
 

 
 Trying to trigger a build for a MR with a comment results in the following exception in jenkins log and no build is triggered Error while serving http://jenkins/project// java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:335) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:175) at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:360) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:362) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at org.jenkinsci.plugins.ssegateway.Endpoint$SSEListenChannelFilter.doFilter(Endpoint.

[JIRA] (JENKINS-40987) Exception when saving the job configuration

2017-01-11 Thread ad...@hadriel.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 M Z created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40987  
 
 
  Exception when saving the job configuration   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Dominik Bartholdi  
 
 
Components: 
 config-file-provider-plugin  
 
 
Created: 
 2017/Jan/11 9:25 AM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 M Z  
 

  
 
 
 
 

 
 When I am trying to save or apply job configuration, I am getting that exception: Stack trace javax.servlet.ServletException: java.lang.NullPointerException at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:80) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.An

[JIRA] (JENKINS-40603) Gatling report window is not showing images

2017-01-11 Thread ccousse...@gatling.io (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cédric Cousseran commented on  JENKINS-40603  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Gatling report window is not showing images   
 

  
 
 
 
 

 
 Hi, This is a known issue, same as https://github.com/gatling/gatling/issues/2889 and https://issues.jenkins-ci.org/browse/JENKINS-32038. Your Jenkins is blocking the Gatling _javascript_, so you need to relax the Content-Security-Policy. See how they solved the issue in github. If you have another question about Gatling, please us the google group: https://groups.google.com/forum/#!forum/gatling, and github if this is a bug: https://github.com/gatling/gatling/issues.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40986) Extend Declarative Pipeline so that it has the matrix capability

2017-01-11 Thread arthur.l...@logilab.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Arthur Lutz created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40986  
 
 
  Extend Declarative Pipeline so that it has the matrix capability   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Jan/11 9:25 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Arthur Lutz  
 

  
 
 
 
 

 
 Follow up of https://issues.jenkins-ci.org/browse/JENKINS-40858  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
   

[JIRA] (JENKINS-40988) Loading installed plugins page slowed down by loading downgrade version

2017-01-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40988  
 
 
  Loading installed plugins page slowed down by loading downgrade version   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2017/Jan/11 9:26 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Oliver Gondža  
 

  
 
 
 
 

 
 Seem that if you do not purge the old file regularly, the page gets slower and slower. It seems sane to cache the version. 

 
"Handling GET /pluginManager/installed from 10.40.3.58 : RequestHandlerThread[#26] PluginManager/installed.jelly" daemon prio=10 tid=0x7fa644085000 nid=0x70a0 runnable [0x7fa6a01bc000]
   java.lang.Thread.State: RUNNABLE
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.(ZipFile.java:215)
	at java.util.zip.ZipFile.(ZipFile.java:145)
	at java.util.jar.JarFile.(JarFile.java:154)
	at java.util.jar.JarFile.(JarFile.java:118)
	at hudson.PluginWrapper.getBackupVersion(PluginWrapper.java:570)
	at sun.reflect.GeneratedMethodAccessor59747.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.commons.jexl.util.PropertyExecutor.execute(PropertyExecutor.java:125)
	at org.apache.commons.jexl.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:314)
	at org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:185)
	at org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:75)
	at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)
	at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)
	at org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51)
	at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)
	at hudson

[JIRA] (JENKINS-40603) Gatling report window is not showing images

2017-01-11 Thread ccousse...@gatling.io (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cédric Cousseran updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40603  
 
 
  Gatling report window is not showing images   
 

  
 
 
 
 

 
Change By: 
 Cédric Cousseran  
 
 
Labels: 
 duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40989) Display on main page if project is unsupported by blueocean

2017-01-11 Thread arthur.l...@logilab.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Arthur Lutz created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40989  
 
 
  Display on main page if project is unsupported by blueocean   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Jan/11 9:27 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Arthur Lutz  
 

  
 
 
 
 

 
 Follow up of https://issues.jenkins-ci.org/browse/JENKINS-40858 Display on the main page no default weather icon, but some visual and/or textual indication that the project is not (yet) supported by blueocean UI.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
   

[JIRA] (JENKINS-40494) Administrative monitor for installed unsafe plugins

2017-01-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40494  
 
 
  Administrative monitor for installed unsafe plugins   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Labels: 
 lts 2.32.2 - candidate fixed  security  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36185) Support of TestComplete 11 MHT

2017-01-11 Thread mga...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Gärtner updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36185  
 
 
  Support of TestComplete 11 MHT   
 

  
 
 
 
 

 
Change By: 
 Michael Gärtner  
 
 
Attachment: 
 MHTTest-TC12.zip  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36185) Support of TestComplete 11 MHT

2017-01-11 Thread mga...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Gärtner updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36185  
 
 
  Support of TestComplete 11 MHT   
 

  
 
 
 
 

 
Change By: 
 Michael Gärtner  
 

  
 
 
 
 

 
 Hallo,It would be very nice if your plugin supports the TestComplete version 11  and 12 .Jenkins throws the following error : - [xUnit] [ERROR] - Conversion error Invalid TestComplete MHT file ' DCR200 * .mht'. No 'root.xml' found.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36185) Support of TestComplete 11 and TestComplete 12 MHT

2017-01-11 Thread mga...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Gärtner updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36185  
 
 
  Support of TestComplete 11 and TestComplete 12 MHT   
 

  
 
 
 
 

 
Change By: 
 Michael Gärtner  
 
 
Summary: 
 Support of  TestComplete 11  and TestComplete 12  MHT  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40603) Gatling report window is not showing images

2017-01-11 Thread ccousse...@gatling.io (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cédric Cousseran closed an issue as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40603  
 
 
  Gatling report window is not showing images   
 

  
 
 
 
 

 
Change By: 
 Cédric Cousseran  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40577) Job Import Plugin - Error on Import - java.lang.NoClassDefFoundError: com/google/inject/internal/guava/base/$Preconditions

2017-01-11 Thread tapio.reijo...@vaisala.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tapio Reijonen commented on  JENKINS-40577  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job Import Plugin - Error on Import - java.lang.NoClassDefFoundError: com/google/inject/internal/guava/base/$Preconditions   
 

  
 
 
 
 

 
 Same here javax.servlet.ServletException: java.lang.NoClassDefFoundError: com/google/inject/internal/guava/base/$Preconditions at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:362) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:95) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:201) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:104) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:86) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249) at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76) at hudson.security.HudsonFilter.doFilter(HudsonFilter

[JIRA] (JENKINS-40973) Failed to prepare configFileProvider step

2017-01-11 Thread rus.cah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ramanathan M commented on  JENKINS-40973  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to prepare configFileProvider step   
 

  
 
 
 
 

 
 Pipelline model definition plugin version used, 0.7.1 Am using the regular pipeline scripting syntax in Jenkinsfile, here is the complete dump. 

 

node('master') {
  stage(' == Capitals == ') {
configFileProvider([configFile(field: 'capital_jsoncfg', variable: 'capitals_info')]) {
  echo "$capitals_info"
}
  }
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40980) Slow connections can cause module loading to time out

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-40980  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Slow connections can cause module loading to time out   
 

  
 
 
 
 

 
 When you're on very very bad wifi . shit happens  Only thing we could do here is catch this situation and show something to the user telling them they're connection is not strong enough for running Blue Ocean.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40990) Jenkins 2.32.1 causes Java 5/6 Maven builds to fail

2017-01-11 Thread andreas.man...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andreas Mandel updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40990  
 
 
  Jenkins 2.32.1 causes Java 5/6 Maven builds to fail   
 

  
 
 
 
 

 
Change By: 
 Andreas Mandel  
 

  
 
 
 
 

 
 After the upgrade from Jenkins 1.515 to Jenkins 1.518 one of our Maven projects failed due to a ClassFormatException:{code}23:13:30 [JENKINS] Archiving site from /export/build/jenkins-slave/workspace/xxx-nightly-trunk/target/site to /export/build/jenkins/jobs/xxx-nightly-trunk/site23:13:37 java.lang.reflect.InvocationTargetException23:13:37  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)23:13:37  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)23:13:37  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)23:13:37  at java.lang.reflect.Method.invoke(Method.java:592)23:13:37  at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)23:13:37  at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)23:13:37  at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)23:13:37  at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)23:13:37  at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)23:13:37  at hudson.remoting.UserRequest.perform(UserRequest.java:118)23:13:37  at hudson.remoting.UserRequest.perform(UserRequest.java:48)23:13:37  at hudson.remoting.Request$2.run(Request.java:326)23:13:37  at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)23:13:37  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)23:13:37  at java.util.concurrent.FutureTask.run(FutureTask.java:123)23:13:37  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)23:13:37  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)23:13:37  at java.lang.Thread.run(Thread.java:595)23:13:37 Caused by: java.lang.ClassFormatError: Failed to load jnr.ffi.mapper.FunctionMapper23:13:37  at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:193)23:13:37  at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:144)23:13:37  at java.lang.ClassLoader.loadClass(ClassLoader.java:307)23:13:37  at java.lang.ClassLoader.loadClass(ClassLoader.java:252)23:13:37  at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)23:13:37  at hudson.os.PosixAPI.jnr(PosixAPI.java:30)23:13:37  at hudson.util.IOUtils.mode(IOUtils.java:125)23:13:37  at hudson.util.io.TarArchiver.visit(TarArchiver.java:102)23:13:37  at hudson.util.DirScanner$Glob.scan(DirScanner.java:133)23:13:37  at hudson.FilePath.writeToTar(FilePath.java:1979)23:13:37  at hudson.FilePath.copyRecursiveTo(FilePath.java:1905)23:13:37  at hudson.FilePath.copyRecursiveTo(FilePath.java:1832)23:13:37  at hudson.maven.reporters.MavenSiteArchiver.postExecute(MavenSiteArchiver.java:82)23:13:37  at hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoEnded(Maven3Builder.java:453)23:13:37  at hudson.maven.Maven3Builder$MavenExecutionListen

[JIRA] (JENKINS-40990) Jenkins 2.32.1 causes Java 5/6 Maven builds to fail

2017-01-11 Thread andreas.man...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andreas Mandel created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40990  
 
 
  Jenkins 2.32.1 causes Java 5/6 Maven builds to fail   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 current  
 
 
Assignee: 
 Jesse Glick  
 
 
Components: 
 maven-plugin  
 
 
Created: 
 2017/Jan/11 10:00 AM  
 
 
Environment: 
 Ubuntu Linux 12.04 LTS  Slave.jar running under Java 7  Project: Maven 3.0.4, JDK 5 Update 22  
 
 
Labels: 
 jdk regression  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Andreas Mandel  
 

  
 
 
 
 

 
 After the upgrade from Jenkins 1.515 to Jenkins 1.518 one of our Maven projects failed due to a ClassFormatException: 

 

23:13:30 [JENKINS] Archiving site from /export/build/jenkins-slave/workspace/xxx-nightly-trunk/target/site to /export/build/jenkins/jobs/xxx-nightly-trunk/site
23:13:37 java.lang.reflect.InvocationTargetException
23:13:37 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
23:13:37 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
23:13:37 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
23:13:37 	at java.lang.reflect.Method.invoke(Method.java:592)
23:13:37 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
23:13:37 	at org.code

[JIRA] (JENKINS-40990) Jenkins 2.32.1 causes Java 5/6 Maven builds to fail

2017-01-11 Thread andreas.man...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andreas Mandel updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40990  
 
 
  Jenkins 2.32.1 causes Java 5/6 Maven builds to fail   
 

  
 
 
 
 

 
Change By: 
 Andreas Mandel  
 
 
Environment: 
 Ubuntu Linux 12.04 LTS Slave.jar running under Java 7Project: Maven 3. 0 2 . 4 2 , JDK  5 Update 22  6  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40990) Jenkins 2.32.1 causes Java 5/6 Maven builds to fail

2017-01-11 Thread andreas.man...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andreas Mandel updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40990  
 
 
  Jenkins 2.32.1 causes Java 5/6 Maven builds to fail   
 

  
 
 
 
 

 
Change By: 
 Andreas Mandel  
 

  
 
 
 
 

 
 Seems the switching mechanism does not kick in again. On a local build all locks fine:{code}[maven-jdk-test] $ /export/sbs/jenkins/home/tools/hudson.model.JDK/JDK_1.6.0_latest_/bin/java -cp /export/sbs/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.8.1.jar:/export/sbs/jenkins/home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.x/boot/plexus-classworlds-2.5.2.jar:/export/sbs/jenkins/home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.x/conf/logging jenkins.maven3.agent.Maven32Main /export/sbs/jenkins/home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.x /run/jenkins/war/WEB-INF/lib/remoting-3.2.jar /export/sbs/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.8.1.jar /export/sbs/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.8.1.jar 41978Exception in thread "main" java.lang.UnsupportedClassVersionError: hudson/remoting/Launcher : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401) at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239) at jenkins.maven3.agent.Maven32Main.main(Maven32Main.java:143) at jenkins.maven3.agent.Maven32Main.main(Maven32Main.java:74)ERROR: ERROR: Invalid project setup: Connection resetERROR: [JENKINS-18403][JENKINS-28294] JDK 'JDK 1.6.0 (latest)' not supported to run Maven projects.ERROR: Maven projects have to be launched with a Java version greater or equal to the minimum version required by the master.ERROR: Use the Maven JDK Toolchains (plugin) to build your maven project with an older JDK.ERROR: Retrying with slave Java and setting compile/test properties to point to /export/sbs/jenkins/home/tools/hudson.model.JDK/JDK_1.6.0_latest_.ERROR: Established TCP socket on 34326[maven-jdk-test] $ /export0/sbs/jenkins-runtime-jdk1.8.0/jre/bin/java -cp /export/sbs/je

[JIRA] (JENKINS-40181) Job DSL githubPullRequest: No signature of method with Jenkins 2.x

2017-01-11 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker commented on  JENKINS-40181  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL githubPullRequest: No signature of method with Jenkins 2.x   
 

  
 
 
 
 

 
 I can't reproduce this. Here is the code where I updated Jenkins to 2.19.1 and GHPRB to 1.33.2: https://github.com/daspilker/job-dsl-gradle-example/tree/JENKINS-40181 ./gradlew clean build runs successfully.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40181) Job DSL githubPullRequest: No signature of method with Jenkins 2.x

2017-01-11 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker assigned an issue to Daniel Spilker  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40181  
 
 
  Job DSL githubPullRequest: No signature of method with Jenkins 2.x   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Assignee: 
 ben patterson Daniel Spilker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40971) the gatling plugin 95% tile displays the 50% tile value instead

2017-01-11 Thread ccousse...@gatling.io (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cédric Cousseran commented on  JENKINS-40971  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: the gatling plugin 95% tile displays the 50% tile value instead   
 

  
 
 
 
 

 
 Hi, It is indeed a bug. It will be solved in the next release. Cédric Cousseran  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40976) NullPointerException in soFinishLogin()

2017-01-11 Thread robertourba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 roberto urbanus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40976  
 
 
  NullPointerException in soFinishLogin()   
 

  
 
 
 
 

 
Change By: 
 roberto urbanus  
 
 
URL: 
 https:// ci.mataharimall.com x /securityRealm/finishLogin?state=  
 

  
 
 
 
 

 
 First im not login on the website, just accsess url [*https:// ci yourcompany . mataharimall. com/securityRealm/finishLogin?state= *] and you now see the error   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40976) NullPointerException in soFinishLogin()

2017-01-11 Thread robertourba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 roberto urbanus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40976  
 
 
  NullPointerException in soFinishLogin()   
 

  
 
 
 
 

 
Change By: 
 roberto urbanus  
 
 
Attachment: 
 jenkins.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40976) NullPointerException in soFinishLogin()

2017-01-11 Thread robertourba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 roberto urbanus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40976  
 
 
  NullPointerException in soFinishLogin()   
 

  
 
 
 
 

 
Change By: 
 roberto urbanus  
 
 
Attachment: 
 jenkins2.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40976) NullPointerException in soFinishLogin()

2017-01-11 Thread robertourba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 roberto urbanus commented on  JENKINS-40976  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in soFinishLogin()   
 

  
 
 
 
 

 
 ok sir, thanks for mentions   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40762) Logs can grow without bound when using timestamper plugin

2017-01-11 Thread eflo...@ahl.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Edwin Flores commented on  JENKINS-40762  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Logs can grow without bound when using timestamper plugin   
 

  
 
 
 
 

 
 This bug is caused by: 
 
A timeout in the Pipeline Nodes and Processes plugin[1] which, if writing logs is taking more than 10 seconds, will interrupt the thread and attempt to write the log again from the start; and 
Poor performance in TimestampNotesOutputStream. TimestampNote.encode() takes more than 100us on my machine and totally dominates run time. 
 The pull request at [2] improves throughput significantly by caching the encoded TimestampNote. [1] https://github.com/jenkinsci/workflow-durable-task-step-plugin/blob/1c0f5ff191c37fcf339d637834d3cc900171f71e/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java#L306 [2] https://github.com/jenkinsci/timestamper-plugin/pull/20  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-22026) Propagate failure causes from downstream builds

2017-01-11 Thread tomas.westl...@axis.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Westling commented on  JENKINS-22026  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Propagate failure causes from downstream builds   
 

  
 
 
 
 

 
 From what I've observed, it works in 1.6 but not in 2.x, so upgrading shouldn't help anything. I can see that the issue comes from our use of reflection to find the Parameterized Trigger classes in order to find the downstream builds. I am not sure why this works in 1.6 but not in 2.x, but some changes to classloaders must have been made. Once https://github.com/jenkinsci/parameterized-trigger-plugin/pull/109 has been merged, we won't need the failing reflection code at all, and this issue should be solved.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40949) MavenMultiModuleTest#symlinksUpdated are failing against jenkins >=2.X

2017-01-11 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40949  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: MavenMultiModuleTest#symlinksUpdated are failing against jenkins >=2.X
 

  
 
 
 
 

 
 Code changed in jenkins User: Raul Path: src/test/java/hudson/maven/MavenMultiModuleTest.java http://jenkins-ci.org/commit/maven-plugin/a95a0e9927cc3c4824a6bec76d1c2ba00202772c Log: JENKINS-40949 Use a minimum set of permalinks instead of a fixed set This way the test works with the same guarantees for 1.x series and works for 2.x series  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40894) setting not persistent for "ERRORLEVEL to set build unstable"

2017-01-11 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40894  
 
 
  setting not persistent for "ERRORLEVEL to set build unstable"   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Labels: 
 configuration  lts-candidate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40957) More prominently offer option to opt out of anonymous usage statistics

2017-01-11 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-40957  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: More prominently offer option to opt out of anonymous usage statistics   
 

  
 
 
 
 

 
 Back when we designed the setup wizard, I wanted an extension point so that plugins (and core) can contribute additional "critical options" without which certain features don't work at all – e.g. set Jenkins email address, Jenkins URL. That obviously hasn't happened. I don't think a simple implementation of this issue would be useful, and should add an extension point for options to be configured at the end of the wizard instead.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40621) MavenEmbedderUtils#getMavenVersion() leaks file descriptors

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Andrew Bayer the issue is not resolved IMHO. The library needs to be released, and then Maven and Artifactory plugins need to be updated  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-40621  
 
 
  MavenEmbedderUtils#getMavenVersion() leaks file descriptors   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenk

[JIRA] (JENKINS-40577) Job Import Plugin - Error on Import - java.lang.NoClassDefFoundError: com/google/inject/internal/guava/base/$Preconditions

2017-01-11 Thread tapio.reijo...@vaisala.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tapio Reijonen edited a comment on  JENKINS-40577  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job Import Plugin - Error on Import - java.lang.NoClassDefFoundError: com/google/inject/internal/guava/base/$Preconditions   
 

  
 
 
 
 

 
 Same  here  issue for me : Jenkins ver. 2.33 / Plugin ver V1.6  Revert to V1.5 fix the problem. javax.servlet.ServletException: java.lang.NoClassDefFoundError: com/google/inject/internal/guava/base/$Preconditions at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:362) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:95) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:201) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:104) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:86) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249) at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at hudson.security.ChainedServletFilter

[JIRA] (JENKINS-40181) Job DSL githubPullRequest: No signature of method with Jenkins 2.x

2017-01-11 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker commented on  JENKINS-40181  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL githubPullRequest: No signature of method with Jenkins 2.x   
 

  
 
 
 
 

 
 Ah, sorry. I tested this on Windows. I can reproduce this when running on Ubunto 14.04 (in a ubuntu:14.04 docker container). This PR fixes the problem: https://github.com/sheehan/job-dsl-gradle-example/pull/70  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38175) Preparing Jenkins for shutdown via Manage Jenkins -> system-log-out.png throws an HTTP 405 (POST is required for jenkins.model.Jenkins.doQuietDown); works fine via "Prepare for

2017-01-11 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38175  
 
 
  Preparing Jenkins for shutdown via Manage Jenkins -> system-log-out.png throws an HTTP 405 (POST is required for jenkins.model.Jenkins.doQuietDown); works fine via "Prepare for Shutdown" link   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Labels: 
 lts-candidate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40181) Job DSL githubPullRequest: No signature of method with Jenkins 2.x

2017-01-11 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I'm closing this since it's a job-dsl-gradle-example problem and not a Job DSL or GHBRB plugin bug. This is tracked as #63 and #64 in the job-dsl-gradle-example repo.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-40181  
 
 
  Job DSL githubPullRequest: No signature of method with Jenkins 2.x   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group an

[JIRA] (JENKINS-40949) MavenMultiModuleTest#symlinksUpdated are failing against jenkins >=2.X

2017-01-11 Thread rarabaol...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raul Arabaolaza resolved as Done  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40949  
 
 
  MavenMultiModuleTest#symlinksUpdated are failing against jenkins >=2.X
 

  
 
 
 
 

 
Change By: 
 Raul Arabaolaza  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Done  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40470) Jobs didn't finish on Solaris 11 Intel node

2017-01-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40470  
 
 
  Jobs didn't finish on Solaris 11 Intel node   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Labels: 
 lts 2.32.2 - candidate fixed  slave  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-31455) Build instability with "ISVNAuthentication provider did not provide credentials"

2017-01-11 Thread francisco.javier.arenales.castrod...@ericsson.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Javier Arenales commented on  JENKINS-31455  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build instability with "ISVNAuthentication provider did not provide credentials"   
 

  
 
 
 
 

 
 Jenkins 2.32.1 Subversion 2.7.1 Same issue. Is there any progress about it?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40977) "Uncaught SyntaxError: Unexpected identifier" on karaoke

2017-01-11 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler commented on  JENKINS-40977  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Uncaught SyntaxError: Unexpected identifier" on karaoke
 

  
 
 
 
 

 
 James Dumay I will have a look  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40863) Shell task ClassNotFoundException: javax.servlet.ServletException

2017-01-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40863  
 
 
  Shell task ClassNotFoundException: javax.servlet.ServletException   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Labels: 
 lts 2.32.2 - candidate fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40977) "Uncaught SyntaxError: Unexpected identifier" on karaoke

2017-01-11 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler commented on  JENKINS-40977  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Uncaught SyntaxError: Unexpected identifier" on karaoke
 

  
 
 
 
 

 
 I cannot reproduce that anymore. Seems like a glitch in the matrix. I saw something similar today in local deploy while running bundle:watch and refreshing the site when the command has not finished.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40083) Blueocean fails to show pipelines due to analysis-core failure

2017-01-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40083  
 
 
  Blueocean fails to show pipelines due to analysis-core failure   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Labels: 
 2.32.1-rejected  2.32.2-rejected  blueocean lts-candidate rest robustness stapler  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39700) Saving external job throws "null object"

2017-01-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39700  
 
 
  Saving external job throws "null object"   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Labels: 
 lts 2.32.2 - candidate fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-40933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
 I'd be very interested to see how things perform if we put a http/2 enabled proxy on dogfood.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-20607) Gerrit trigger caused git plugin polling to not ignore commit from certain users

2017-01-11 Thread yan.cornei...@atinternet.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yan Corneille commented on  JENKINS-20607  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Gerrit trigger caused git plugin polling to not ignore commit from certain users   
 

  
 
 
 
 

 
 Is there another way to do such things ? I'm in the exact same situation, trying to ignore Jenkins own commits due to continuous delivery. I wanted to use exclusions in pipelines because that's the way I did it with regular jenkins jobs, but if there is another way to achieve this goal, it's more than welcome. I tried to check on GIT_* env variables, but they're not yet accessible.  Des anyone have a workaround ?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40797) Job DSL Custom config file with name not found

2017-01-11 Thread rdsub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Subhas Dandapani commented on  JENKINS-40797  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL Custom config file with name not found   
 

  
 
 
 
 

 
 Confirmed, I am able to access existing config files as well as generate and use new ones Thank you so much Daniel Spilker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40932) Combine all css into a single file in the JDL

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY updated  JENKINS-40932  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40932  
 
 
  Combine all css into a single file in the JDL   
 

  
 
 
 
 

 
Change By: 
 Tom FENNELLY  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40876) ObjectMetadataAction objectUrl never gets populated for PRs or Branches

2017-01-11 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly started work on  JENKINS-40876  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40875) Obtuse error given for when credential is invalid

2017-01-11 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly started work on  JENKINS-40875  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40876) ObjectMetadataAction objectUrl never gets populated for PRs or Branches

2017-01-11 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly updated  JENKINS-40876  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40876  
 
 
  ObjectMetadataAction objectUrl never gets populated for PRs or Branches   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40875) Obtuse error given for when credential is invalid

2017-01-11 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly updated  JENKINS-40875  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40875  
 
 
  Obtuse error given for when credential is invalid   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40991) No signature of method: groovy.util.Node.div()... error in configure block

2017-01-11 Thread bochenski.kuba+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Bochenski created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40991  
 
 
  No signature of method: groovy.util.Node.div()... error in configure block   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2017/Jan/11 12:01 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jakub Bochenski  
 

  
 
 
 
 

 
 After upgrading to 1.56 the following code block started to throw errors 

 

maven{
	mavenInstallation 'maven339'
	goals '-B -q dependency:resolve-plugins'
	configure { it / injectBuildVariables << false }
	} 

 The error message is  

 
No signature of method: groovy.util.Node.div() is applicable for argument types: (java.lang.Boolean) values: [true]
Possible solutions: is(java.lang.Object), wait(), find(), any(), dump(), wait(long)}} 

 I can use the method added in JENKINS-40636 but the error message looks weird – why can't I use the configure block now?  
 

  
 
 
 
 

 
 
 

[JIRA] (JENKINS-39971) Manual update button hidden if no plugins to update availabe.

2017-01-11 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39971  
 
 
  Manual update button hidden if no plugins to update availabe.   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Labels: 
 lts-candidate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40933  
 
 
  Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
Change By: 
 Tom FENNELLY  
 
 
Attachment: 
 Screenshot 2017-01-11 12.19.04.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-40933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
 Yoann Dubreuil is, at some point, going to enable https on dogfood. That should allow http/2 to "just happen" then because the nginx there is h2 enabled. 
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY edited a comment on  JENKINS-40933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
 [~ydubreuil] is, at some point, going to enable  https on dogfood. That should allow  http/2  to "just happen" then because the nginx there is h2 enabled  on dogfood . !Screenshot 2017-01-11 12.19.04.png|thumbnail!   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40991) No signature of method: groovy.util.Node.div()... error in configure block

2017-01-11 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker commented on  JENKINS-40991  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No signature of method: groovy.util.Node.div()... error in configure block   
 

  
 
 
 
 

 
 Unfortunately this kind of problem arises from time to time when introducing new methods with the same name as the corresponding XML element. I'm have no idea how this can be fixed. Background: it has type groovy.util.Node and Node.div() is called when using the / operator on it. And Groovy is looking for variant with a boolean argument because injectBuildVariables resolves to the injectBuildVariables boolean field in the outer block which delegates to MavenContext.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40992) Enable http/2 on ci.blueocean.io

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40992  
 
 
  Enable http/2 on ci.blueocean.io   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Yoann Dubreuil  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Jan/11 12:30 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Tom FENNELLY  
 

  
 
 
 
 

 
 Would be really interesting to see if h2 helps with some of the latency issues seen on dogfood. In particular as seen by Michael Neale, James Dumay etc  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 

[JIRA] (JENKINS-40992) Enable http/2 on ci.blueocean.io

2017-01-11 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40992  
 
 
  Enable http/2 on ci.blueocean.io   
 

  
 
 
 
 

 
Change By: 
 Tom FENNELLY  
 

  
 
 
 
 

 
 Would be really interesting to see if h2 helps with some of the latency issues seen on dogfood. In particular as seen by [~michaelneale], [~jamesdumay] etc .Even if it doesn't help with performance issues, it might throw up some other errors that would be good to get fixed.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35245) Pipeline SCM Step Plugin does not use the same git commit for the pipeline

2017-01-11 Thread ra...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Krzysztof Malinowski reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Actually, I see this behavior buggy even with one checkout scm. Initial checkout done by the job itself (that takes Jenkinsfile) checks out different version than later build by checkout scm. Note that the job is set up to build any branch and a different branch is selected for actual build that it was for Jenkinsfile: 


Jenkinsfile

 

node(buildServer) {
catchError {
stage ('checkout') {
checkout scm
}
}
 

 


Job output

 

Started by an SCM change
Started by an SCM change
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
...
Seen 81 remote branches
Checking out Revision 86cd5ee889a7802e13344fa214fbbf2ed22977d7 (origin/branch-a)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86cd5ee889a7802e13344fa214fbbf2ed22977d7
First time build. Skipping changelog.
...
[Pipeline] node
Running on server in /dev/shm/jenkins/workspace/job
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] checkout
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
...
Seen 55 remote branches
Multiple candidate revisions
Checking out Revision b2ef6d5c88068da691260c4658e05b13f6d5c973 (origin/branch-b)
...
 

  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-35245  
 
 
  Pipeline SCM Step Plugin does not use the same git commit for the pipeline   
 

  
 
 
 
 

 
Change By: 
 Krzysztof Malinowski  
 
 
Resolution: 
 Not A Defect  
 
 
Status: 
 Resolved Reopened  
 


[JIRA] (JENKINS-40876) ObjectMetadataAction objectUrl never gets populated for PRs or Branches

2017-01-11 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-40876  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ObjectMetadataAction objectUrl never gets populated for PRs or Branches   
 

  
 
 
 
 

 
 Nice! Thanks Stephen   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40875) Obtuse error given for when credential is invalid

2017-01-11 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-40875  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Obtuse error given for when credential is invalid   
 

  
 
 
 
 

 
 Again thank you  will go a long way to help the uninitiated figure out how to diagnose their setups   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40932) Combine all css into a single file in the JDL

2017-01-11 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-40932  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Combine all css into a single file in the JDL   
 

  
 
 
 
 

 
 Nice Tom!!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38418) Failed to load persisted workflow state (remote-loader)

2017-01-11 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Emilio Escobar   
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38418  
 
 
  Failed to load persisted workflow state (remote-loader)   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Oleg Nenashev Emilio  Escobar   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   4   >