[JIRA] [core] (JENKINS-27436) 'Check Now' function seems to have no effect

2015-06-22 Thread dogf...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 dogfood commented on  JENKINS-27436 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: 'Check Now' function seems to have no effect  
 
 
 
 
 
 
 
 
 
 
Integrated in  jenkins_main_trunk #4193 

JENKINS-27436
 Fix button link appearance (Revision 17fb4a4ffb41b44ff54a0233afeb64ee3a34469f) 
 Result = SUCCESS ogondza : 17fb4a4ffb41b44ff54a0233afeb64ee3a34469f Files :  
 

war/src/main/webapp/css/style.css
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [fitnesse-plugin] (JENKINS-6217) Links to fitnesse test results are not valid

2015-06-22 Thread antoine_...@aumjaud.fr (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antoine Aumjaud closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
fixed in last version 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-6217 
 
 
 
  Links to fitnesse test results are not valid  
 
 
 
 
 
 
 
 
 

Change By:
 
 Antoine Aumjaud 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [repository-connector-plugin] (JENKINS-20263) Artifact Resolver does not retrieve the latest version from central Maven Repository

2015-06-22 Thread rob...@kleinschmager.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Robert Kleinschmager assigned an issue to Robert Kleinschmager 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-20263 
 
 
 
  Artifact Resolver does not retrieve the latest version from central Maven Repository  
 
 
 
 
 
 
 
 
 

Change By:
 
 Robert Kleinschmager 
 
 
 

Assignee:
 
 Robert Kleinschmager 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [build-publisher-plugin] (JENKINS-29009) Do not atampt to send jobs that does not exist

2015-06-22 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29009 
 
 
 
  Do not atampt to send jobs that does not exist  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 vjuranek 
 
 
 

Components:
 

 build-publisher-plugin 
 
 
 

Created:
 

 22/Jun/15 10:26 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Oliver Gondža 
 
 
 
 
 
 
 
 
 
 
In case of IOException it should be rechecked if job still exists and item removed from queue it if does not. The plugin does not seem to do that proactively when run/project is deleted. 

 
Waiting for a time out before a retry, after encountering an error while sending JOB_NAME #34 (5 min 35 sec before retry):
hudson.plugins.build_publisher.ServerFailureException: java.io.FileNotFoundException: /jenkins/jobs/JOB_NAME/config.xml (No such file or directory)
  at hudson.plugins.build_publisher.HTTPBuildTransmitter.followRedirects(HTTPBuildTransmitter.java:193)
  at hudson.plugins.build_publisher.HTTPBuildTransmitter.executeMethod(HTTPBuildTransmitter.java:158)
  at hudson.plugins.build_publisher.PublisherThread.executeMethod(PublisherThread.java:306)
  at hudson.plugins.build_publisher.PublisherThread.submitConfig(PublisherThread.java:273)
  at hudson.plugins.build_publisher.PublisherThread.createOrSynchronize(PublisherThread.java:266)
  at hudson.plugins.build_publisher.PublisherThread.synchronizeProjectSettings(PublisherThread.java:220)
  at hudson.plugins.build_publisher.PublisherThread.run(PublisherThread.java:113)
Caused by: java.io.FileNotFoundException: /jenkins/jobs/JOB_NAME/config.xml (No such file or directory)
  at java.io.FileInputStream.open(Native Method)
  at java.io.FileInputStream.(FileInputStrea

[JIRA] [compress-artifacts-plugin] (JENKINS-28980) Properties file not read when non-default artifact manager used

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-28980 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Properties file not read when non-default artifact manager used  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Oliver Gondža Path: src/main/java/hudson/plugins/parameterizedtrigger/FileBuildParameters.java http://jenkins-ci.org/commit/parameterized-trigger-plugin/ed34853248e8561ffb403a016b4764986e412742 Log: [FIXED JENKINS-28980] Do not rely on default ArtifactManager implementation 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [compress-artifacts-plugin] (JENKINS-28980) Properties file not read when non-default artifact manager used

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28980 
 
 
 
  Properties file not read when non-default artifact manager used  
 
 
 
 
 
 
 
 
 

Change By:
 
 SCM/JIRA link daemon 
 
 
 

Status:
 
 In Progress Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [compress-artifacts-plugin] (JENKINS-28980) Properties file not read when non-default artifact manager used

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-28980 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Properties file not read when non-default artifact manager used  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Oliver Gondža Path: src/test/java/hudson/plugins/parameterizedtrigger/test/FileBuildParameterFactoryTest.java src/test/java/hudson/plugins/parameterizedtrigger/test/FileBuildTriggerConfigTest.java http://jenkins-ci.org/commit/parameterized-trigger-plugin/a31d1de1f487bb2a5bb9ee7c2dc8dcb8d6623611 Log: 

JENKINS-28980
 Cover archived properties file 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-27436) 'Check Now' function seems to have no effect

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-27436 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: 'Check Now' function seems to have no effect  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Oliver Gondža Path: war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/df9588270c08926f76bd94649fef84286c14442f Log: Merge pull request #1744 from olivergondza/fix-button-link 


JENKINS-27436
 Fix button link appearance 
Compare: https://github.com/jenkinsci/jenkins/compare/5fa7dc0b6c9e...df9588270c08 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-27436) 'Check Now' function seems to have no effect

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-27436 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: 'Check Now' function seems to have no effect  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Oliver Gondža Path: war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/17fb4a4ffb41b44ff54a0233afeb64ee3a34469f Log: 

JENKINS-27436
 Fix button link appearance 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [multijob-plugin] (JENKINS-28263) Use same changeset number for all phases

2015-06-22 Thread thomasmfie...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Fields commented on  JENKINS-28263 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use same changeset number for all phases  
 
 
 
 
 
 
 
 
 
 
It was the "This build is parameterized" bit of the downstream job that I was missing. This works just fine now. Thanks. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [multijob-plugin] (JENKINS-28263) Use same changeset number for all phases

2015-06-22 Thread thomasmfie...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Fields closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28263 
 
 
 
  Use same changeset number for all phases  
 
 
 
 
 
 
 
 
 

Change By:
 
 Thomas Fields 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-29005 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jobs areremoved that had been under seed control weeks ago  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Daniel Spilker Path: job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/actions/GeneratedObjectsAction.java job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/ExecuteDslScriptsSpec.groovy http://jenkins-ci.org/commit/job-dsl-plugin/3caed33fa5cda36dd63a80c0fc16900bae0e8b6d Log: Merge pull request #505 from CoreMedia/

JENKINS-29005
 


JENKINS-29005
 fixed regression introduced in 1.33 
Compare: https://github.com/jenkinsci/job-dsl-plugin/compare/9da56d3cb526...3caed33fa5cd 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago

2015-06-22 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29005 
 
 
 
  Jobs areremoved that had been under seed control weeks ago  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Spilker 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-29005 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jobs areremoved that had been under seed control weeks ago  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Daniel Spilker Path: job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/actions/GeneratedObjectsAction.java job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/ExecuteDslScriptsSpec.groovy http://jenkins-ci.org/commit/job-dsl-plugin/9d9a53b3e7b6319054825af4edb78b462ebdadaf Log: fixed regression introduced in 1.33 


JENKINS-29005
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [htmlpublisher-plugin] (JENKINS-29008) HTML publisher cannot run concurrently

2015-06-22 Thread david.tad...@seebyte.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dave Taddei created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29008 
 
 
 
  HTML publisher cannot run concurrently  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 mcrooney 
 
 
 

Attachments:
 

 htmlpublisher.txt 
 
 
 

Components:
 

 htmlpublisher-plugin 
 
 
 

Created:
 

 22/Jun/15 9:19 AM 
 
 
 

Environment:
 

 Ubuntu 12.04, amd64 
 
 
 

Labels:
 

 jenkins plugin htmlpublisher 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Dave Taddei 
 
 
 
 
 
 
 
 
 
 
The HTML publisher plugin causes problems when running concurrently with other instances of the same job. It looks like both running tasks attempt to update the front page link at the same time and cannot. Please see attached log file. I have edited some project specific names for the sake of confidentiality. 
We are attempting several work arounds:

[JIRA] [core] (JENKINS-18687) Intermittent failure whilst recording test results caused by java.util.MissingResourceException

2015-06-22 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža commented on  JENKINS-18687 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Intermittent failure whilst recording test results caused by java.util.MissingResourceException  
 
 
 
 
 
 
 
 
 
 
What Java version was used when this exception was thrown? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-12983) Redundat syncs when using matrix jobs

2015-06-22 Thread andy_bi...@scee.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andy Bigos commented on  JENKINS-12983 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Redundat syncs when using matrix jobs  
 
 
 
 
 
 
 
 
 
 
 As the matrix functionality has now moved from the core maybe this issue should be moved to the Matrix Project plugin, or maybe to the Perforce plugin as it seems the 'fix' is most likely to be optimizations to reduce syncing in the P4 plugins itself (if possible). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago

2015-06-22 Thread juergen.b...@btc-es.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jürgen Bohn commented on  JENKINS-29005 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jobs areremoved that had been under seed control weeks ago  
 
 
 
 
 
 
 
 
 
 
Thanks a lot! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [python-plugin] (JENKINS-29007) python3 support

2015-06-22 Thread sobik.szy...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Szymon S created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29007 
 
 
 
  python3 support  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 python-plugin 
 
 
 

Created:
 

 22/Jun/15 9:02 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Szymon S 
 
 
 
 
 
 
 
 
 
 
It would be nice to have python3 as an option, since python2 is to be deprecated in most distributions. 
python3 command for linux, py -3 for windows ideally the plugin could check #! line, and/or have a dropdown to select the proper interpreter 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  

[JIRA] [mantis-plugin] (JENKINS-28381) My mantis plugin does not show me any project and category

2015-06-22 Thread mark.zieg...@rakekniven.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 rake kniven closed an issue as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Cause by wrong formatted xml string. It has a BOM somewhere in the middle. Java SAX is not very tolerant  
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-28381 
 
 
 
  My mantis plugin does not show me any project and category  
 
 
 
 
 
 
 
 
 

Change By:
 
 rake kniven 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [mantis-plugin] (JENKINS-28381) My mantis plugin does not show me any project and category

2015-06-22 Thread mark.zieg...@rakekniven.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 rake kniven edited a comment on  JENKINS-28381 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: My mantis plugin does not show me any project and category  
 
 
 
 
 
 
 
 
 
 I finally found the cause.On mantis we have a plugin called "Reminder" to send out due date notifications. As soon as this plugin is active the trouble starts. Tried it now a few times and behaviour is reproducible. Openend ticket at mantisbt. Link: https://www.mantisbt.org/bugs/view.php?id=19848You can close this issue from my side. Plugin loads language file which is UTF8 with BOM. As soon as I remove BOM connection works fine. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-25120) Failed to archive artifacts: *.tar.gz NoClassDefFoundError

2015-06-22 Thread peter.ba...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Backx commented on  JENKINS-25120 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Failed to archive artifacts: *.tar.gz NoClassDefFoundError   
 
 
 
 
 
 
 
 
 
 
I've had a similar issue. It seems to be caused by a bad slave.jar installation/download. After restarting the slave, everything was back to normal. 
Also see: http://lists.ovirt.org/pipermail/infra/2014-October/008170.html 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago

2015-06-22 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker commented on  JENKINS-29005 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jobs areremoved that had been under seed control weeks ago  
 
 
 
 
 
 
 
 
 
 
Will be fixed in the next release: https://github.com/jenkinsci/job-dsl-plugin/pull/505 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [tfs-plugin] (JENKINS-29006) TFS "Local workfolder" variable setting can't use job variables like ${VAR}

2015-06-22 Thread kensi2...@yahoo.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Olga Jdanov created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29006 
 
 
 
  TFS "Local workfolder" variable setting can't use job variables like ${VAR}  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 redsolo 
 
 
 

Components:
 

 tfs-plugin 
 
 
 

Created:
 

 22/Jun/15 8:54 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Olga Jdanov 
 
 
 
 
 
 
 
 
 
 
TFS "Local workfolder" variable setting can't use job variables like $ {VAR} 
I need to build different projects, and I don't want clean workspace each time... Can you please add this functionality? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
  

[JIRA] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago

2015-06-22 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker commented on  JENKINS-29005 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jobs areremoved that had been under seed control weeks ago  
 
 
 
 
 
 
 
 
 
 
That's a regression introduced in Job DSL 1.33. Before 1.33, only the last but one run of the seed job was used to calculate which items have been deleted. Since 1.33, all jobs ever generated by any run in the history of the seed job are used to calculate which items have been deleted. So you can either delete the history of the seed job or downgrade to 1.32 to avoid the problem. 
The problem has been introduced in this commit: https://github.com/jenkinsci/job-dsl-plugin/commit/e14c45293a489880842f3a7ff6a4cd94f6620c6d 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago

2015-06-22 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29005 
 
 
 
  Jobs areremoved that had been under seed control weeks ago  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Daniel Spilker 
 
 
 

Components:
 

 job-dsl-plugin 
 
 
 

Created:
 

 22/Jun/15 8:47 AM 
 
 
 

Environment:
 

 Job DSL 1.33+ 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Daniel Spilker 
 
 
 
 
 
 
 
 
 
 
From https://groups.google.com/forum/#!msg/job-dsl-plugin/pPidUdUZbls/41ys10kfMfoJ: 
We switched from Jenkins 1.580.1 to 1.596.3, job-dsl 1.34. We use job-dsl to run a groovy script that generates many jobs and one view. Some weeks ago, we removed some jobs from the generation. Running the dsl-job removed them as expected. Later, we created manually some of these jobs again. The dsl-job seemed to know that this was out of its control and did not removed the manually created jobs. 
Now, after our upgrade to Jenkins 1.596.3 and new plugins, the dsl-job suddenly tries in every application to remove all things that it ever generated. Previous jobs as well as a non-existing view. 
I'm not sure, what is more unexpected: that the old version did not remove my manually created jobs, or that the new version does it now. 
 
 
 
 
   

[JIRA] [junit-plugin] (JENKINS-27415) Junit plugin fails to parse output, all tests are marked as failed

2015-06-22 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža closed an issue as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-27415 
 
 
 
  Junit plugin fails to parse output, all tests are marked as failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oliver Gondža 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Duplicate 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [junit-plugin] (JENKINS-27415) Junit plugin fails to parse output, all tests are marked as failed

2015-06-22 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža commented on  JENKINS-27415 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Junit plugin fails to parse output, all tests are marked as failed  
 
 
 
 
 
 
 
 
 
 
Closing as a duplicate of JENKINS-18687. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-12983) Redundat syncs when using matrix jobs

2015-06-22 Thread char...@nugenaudio.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Charles Blessing commented on  JENKINS-12983 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Redundat syncs when using matrix jobs  
 
 
 
 
 
 
 
 
 
 
Specifically for Perforce, I've managed to get some improvement by running a local Perforce proxy. This caches commonly accessed files locally. The first query pulls all of the files into the cache, and then the synch for each matrix configuration just reads the files out of the cache. 
Charles 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [sonar] (JENKINS-28790) Passwords in build console output not masked since LTS version 1.596.3

2015-06-22 Thread j.f.spijker...@rn.rabobank.nl (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jan-Jaap Spijkerman updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28790 
 
 
 
  Passwords in build console output not masked since LTS version 1.596.3  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jan-Jaap Spijkerman 
 
 
 
 
 
 
 
 
 
 When using version 1.596.3  and  or  1.609.1 of Jenkins we noticed that the passwords by Sonar builds  in the buildlog  weren't masked anymore but showed as plain text.After we downgraded Jenkins to version 1.596.2  again  the passwords were masked again.I've tested several  version  versions  of the SonarQube plugin but that didn't had any effect, therefor it seems to be a Jenkins related issue. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [slave-utilization] (JENKINS-29003) 'No file' option when run jenkins slave agent

2015-06-22 Thread sasha.nef...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sasha Neftin created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29003 
 
 
 
  'No file' option when run jenkins slave agent   
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 slave-utilization 
 
 
 

Created:
 

 22/Jun/15 8:01 AM 
 
 
 

Environment:
 

 Windows Server 2012 R2, Windows 8.1, Windows 10 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Sasha Neftin 
 
 
 
 
 
 
 
 
 
 
Hello,  I would like get another Jenkins server, first server work as properly for me. On second I encountered follow problem: I've try install Windows Service from Jenkins Slave Agent running on slave machine. Unfortunately, I can't see 'File' option in menu while jnlp agent is opened. Used latest 1.617 version. What is problem here? Did you heard about it? How can I work normally? 
Meanwhile, I have tried cumbersome work around (that finally works for me) by editing jenkins-slave.xml and directly copy jenkins-slave.exe to c:\jenkins directory and then run from cmd follow command: sc.exe create "Jenkins Slave" start= auto binPath="c:\jenkins\jenkins-slave.exe" DisplayName="jenkinsslave-c__jenkins" 
Thanks, Sasha 
 
 
 
 
 
 
 
   

[JIRA] [multiple-scms-plugin] (JENKINS-9287) Configuration is not saven when two git repositories are added

2015-06-22 Thread nimi.sukuma...@accenture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nimi Sukumaran commented on  JENKINS-9287 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Configuration is not saven when two git repositories are added  
 
 
 
 
 
 
 
 
 
 
Is this issue resolved? I am getting the same error with TFS multipple SCM option. The configurations are getting wiped out . 
My Jenkins version is 1.558 and multiple scm plugin version is : 0.3.. Please help me to resolve this issue.Thanks!!! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [jobconfighistory-plugin] (JENKINS-24930) Use alternating row colors in history table

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-24930 
 
 
 
  Use alternating row colors in history table  
 
 
 
 
 
 
 
 
 

Change By:
 
 SCM/JIRA link daemon 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [jobconfighistory-plugin] (JENKINS-24930) Use alternating row colors in history table

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-24930 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use alternating row colors in history table  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Daniel Beck Path: src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/index.jelly src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/index.jelly src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/history.jelly src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/index.jelly src/main/resources/hudson/plugins/jobConfigHistory/table.css http://jenkins-ci.org/commit/jobConfigHistory-plugin/66a44a8062782368d381da69aa31412662a0b474 Log: [FIXED JENKINS-24930] Alternating row bg colors 
Also switches to using the PNG icons so there's no ugly white background. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [jobconfighistory-plugin] (JENKINS-24930) Use alternating row colors in history table

2015-06-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-24930 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use alternating row colors in history table  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Stefan Brausch Path: src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/index.jelly src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/index.jelly src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/history.jelly src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/index.jelly src/main/resources/hudson/plugins/jobConfigHistory/table.css http://jenkins-ci.org/commit/jobConfigHistory-plugin/7a17fa88fa50a0303c51f800835bca65eac0e50e Log: Merge pull request #46 from daniel-beck/

JENKINS-24930
 
[FIXED JENKINS-24930] Alternating row bg colors 
Compare: https://github.com/jenkinsci/jobConfigHistory-plugin/compare/fd40f6bd7a9b...7a17fa88fa50 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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.


<    1   2