[JIRA] (JENKINS-28902) Error displaying report: sidepanel.jelly not found

2017-02-02 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vsevolod Kalinin commented on  JENKINS-28902  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error displaying report: sidepanel.jelly not found   
 

  
 
 
 
 

 
 Still reproduced at our system  
 
Linux x86_64 
Jenkins 2.34 on Tomcat 
PIT Mutation Plugin 1.0-13 
  
 

  
 
 
 
 

 
 
 

 
 
 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-36235) Add optional 'timeout' parameter to 'input' step

2016-12-30 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vsevolod Kalinin commented on  JENKINS-36235  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add optional 'timeout' parameter to 'input' step   
 

  
 
 
 
 

 
 While in progress the [quite ugly] workaround is 

 

long startTime = System.currentTimeMillis()
try {
timeout(time: timeoutInSeconds, unit: 'SECONDS') {
input 'Test'
}
} catch (err) {
long timePassed = System.currentTimeMillis() - startTime
if (timePassed >= timeoutInSeconds * 1000) {
echo 'Timed out'
} else {
throw err
}
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 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] [analysis-core-plugin] (JENKINS-28900) Use previous build as reference checkbox is always false when at the configuration page

2015-06-18 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin commented on  JENKINS-28900 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Use previous build as reference checkbox is always false when at the configuration page  
 
 
 
 
 
 
 
 
 
 
U r welcome! Will do pull request next time I do more than just fixing a typo  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [analysis-core-plugin] (JENKINS-28900) Use previous build as reference checkbox is always false when at the configuration page

2015-06-17 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28900 
 
 
 
  Use previous build as reference checkbox is always false when at the configuration page  
 
 
 
 
 
 
 
 
 
 
Patch for the problem created (see attach). Is backward compatible and should not affect plugins using analysis-core. 
 
 
 
 
 
 
 
 
 

Change By:
 
 Vsevolod Kalinin 
 
 
 

Attachment:
 
 Fixed-unset-Use-previous-build-as-reference-checkbox.patch 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [pmd-plugin] (JENKINS-28938) Use previous build as reference doesn't work for maven multi-module projects

2015-06-17 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28938 
 
 
 
  Use previous build as reference doesn't work for maven multi-module projects  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Ulli Hafner 
 
 
 

Components:
 

 pmd-plugin 
 
 
 

Created:
 

 17/Jun/15 8:03 AM 
 
 
 

Environment:
 

 Jenkins: 1.609.1  analysis-core-plugin: 1.72  pmd-plugin: 3.41 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Vsevolod Kalinin 
 
 
 
 
 
 
 
 
 
 
When trying to publish PMD analysis results for a maven multi-module project the overall reference build (stated at a build results page) doesn't take into account Use previous build as reference checkbox. TC: 
 

Create a job that publishes PMD analysis results for a maven multi-module project
 

Create a successful build (let's call in #N)
 

Set build configuration to use deltas and mark build unstable only if there are new HIGH warnings (i.e. consequent builds without codebase changes should produce successful builds only)
 
 

[JIRA] [pmd-plugin] (JENKINS-28938) Use previous build as reference doesn't work for maven multi-module projects

2015-06-17 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin commented on  JENKINS-28938 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Use previous build as reference doesn't work for maven multi-module projects  
 
 
 
 
 
 
 
 
 
 
Not that familiar with Jenkins/analysis-core/pmd internal structure, but it looks like PmdMavenResultAction.createAggregatedAction(MavenModuleSetBuild, MapMavenModule, ListMavenBuild) ignores usePreviousBuildAsReference (together with useStableBuildAsReference) value: 

 

new PmdResult(build, getDefaultEncoding(), new ParserResult(), false, false)
 

 
Attaching a patch to fix it (populates these values from delegate - result - history since it's the only place I see them reachable from here; at least it fixes the issue for my case). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [pmd-plugin] (JENKINS-28938) Use previous build as reference doesn't work for maven multi-module projects

2015-06-17 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28938 
 
 
 
  Use previous build as reference doesn't work for maven multi-module projects  
 
 
 
 
 
 
 
 
 

Change By:
 
 Vsevolod Kalinin 
 
 
 

Attachment:
 
 Fixed-not-taking-into-account-Use-previous-build-as-.patch 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [analysis-core-plugin] (JENKINS-28900) Use previous build as reference checkbox is always false when at the configuration page

2015-06-15 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28900 
 
 
 
  Use previous build as reference checkbox is always false when at the configuration page  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Ulli Hafner 
 
 
 

Components:
 

 analysis-core-plugin 
 
 
 

Created:
 

 15/Jun/15 7:02 AM 
 
 
 

Environment:
 

 Jenkins: 1.609.1  analysis-core-plugin: 1.72  pmd-plugin: 3.41 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Vsevolod Kalinin 
 
 
 
 
 
 
 
 
 
 
TC: 
 

Open the configuration page for a project with PMD plugin section enabled
 

Check the Use previous build as reference checkbox and save changes AR: corresponding xml file is correctly updated with true for usePreviousBuildAsReference tag.
 

Reopen the same configuration page ER: checkbox is still checked AR: checkbox is unchecked 
 
 
 
 
 
   

[JIRA] [analysis-core-plugin] (JENKINS-28900) Use previous build as reference checkbox is always false when at the configuration page

2015-06-15 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin edited a comment on  JENKINS-28900 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Use previous build as reference checkbox is always false when at the configuration page  
 
 
 
 
 
 
 
 
 
 I'mnotthatgoodatjelly,butitseemslikethere'sjustamistypein_HealthAwareReporter_:methodiscalled_getUsePreviousBuild*AsStable*()_whileitshouldbe_getUsePreviousBuild*AsReference*()_(since_thresholds.jelly_says{code}f:entrytitle=${%title.usePreviousBuildAsReference}description=${%description.usePreviousBuildAsReference}f:checkboxname=usePreviousBuildAsReferencechecked=${instance.usePreviousBuildAsReference}//f:entry{code})ps:there'salsoa_usePreviousBuild*AsStable*()_ method -notsureifjellyrequiresittoberenamedaswell,butitmightalreadybeusedfromanotherplugins(asthisoneisalreadyusedfrom_pmdplugin_...) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [analysis-core-plugin] (JENKINS-28900) Use previous build as reference checkbox is always false when at the configuration page

2015-06-15 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin commented on  JENKINS-28900 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Use previous build as reference checkbox is always false when at the configuration page  
 
 
 
 
 
 
 
 
 
 
I'm not that good at jelly, but it seems like there's just a mistype in HealthAwareReporter: method is called getUsePreviousBuild AsStable () while it should be getUsePreviousBuild AsReference () (since thresholds.jelly says  

 

f:entry title=${%title.usePreviousBuildAsReference} description=${%description.usePreviousBuildAsReference}
  f:checkbox name=usePreviousBuildAsReference
checked=${instance.usePreviousBuildAsReference} /
/f:entry
 

 
) 
ps: there's also a usePreviousBuild AsStable () - not sure if jelly requires it to be renamed as well, but it might already be used from another plugins (as this one is already used from pmd plugin...) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [analysis-core-plugin] (JENKINS-28900) Use previous build as reference checkbox is always false when at the configuration page

2015-06-15 Thread kalininvsevo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vsevolod Kalinin updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28900 
 
 
 
  Use previous build as reference checkbox is always false when at the configuration page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Vsevolod Kalinin 
 
 
 

Priority:
 
 Critical Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.