[JIRA] (JENKINS-43208) Very slow dashboard and /search response in some cases (slowing dashboard load)

2017-03-30 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43208  
 
 
  Very slow dashboard and /search response in some cases (slowing dashboard load)   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Summary: 
 Very slow  dashboard and  /search response in some cases (slowing dashboard load)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43209) SSH connection with ProxyCommand times out

2017-03-30 Thread peter.prib...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Pribula updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43209  
 
 
  SSH connection with ProxyCommand times out   
 

  
 
 
 
 

 
Change By: 
 Peter Pribula  
 
 
Environment: 
 Jenkins 2.32.3SSH plugin 2.4 Ubuntu 16.04.2 LTSOpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g  1 Mar 2016  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43209) SSH connection with ProxyCommand times out

2017-03-30 Thread peter.prib...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Pribula updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43209  
 
 
  SSH connection with ProxyCommand times out   
 

  
 
 
 
 

 
Change By: 
 Peter Pribula  
 
 
Environment: 
 Jenkins 2.32.3 SSH plugin 2.4  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34389) starting parallel matrix jobs with dynamic axes causes in wrong build configuration

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-34389  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: starting parallel matrix jobs with dynamic axes causes in wrong build configuration   
 

  
 
 
 
 

 
 Code changed in jenkins User: Benjamin Böhmke Path: src/test/java/hudson/matrix/MatrixTest.java src/test/java/hudson/matrix/helper/DynamicTestAxis.java http://jenkins-ci.org/commit/matrix-project-plugin/a0c12239e9f294c3317a0ffa03571474ef726539 Log: added unit test for JENKINS-34389  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43225) Jacoco plugin 2.2.0 hang if buildOverBuild is enabled

2017-03-30 Thread fil...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Ng updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43225  
 
 
  Jacoco plugin 2.2.0 hang if buildOverBuild is enabled   
 

  
 
 
 
 

 
Change By: 
 Sam Ng  
 

  
 
 
 
 

 
 Run a project in the pipeline using the following Jenskinsfile and then the Jacoco plugin is loading forever after the last line is printed.{code:java}node {sh './gradlew test --stacktrace'step([$class : 'JacocoPublisher',execPattern : '**/build/jacoco/*.exec',classPattern : '**/*.class',sourcePattern : '**/src/main/java',exclusionPattern : '**/R.class,**/R$*.class,**/BuildConfig.*,**/Manifest*.*,**/*Test*.class',minimumBranchCoverage : '45', maximumBranchCoverage: '50',minimumClassCoverage : '45', maximumClassCoverage: '50',minimumComplexityCoverage : '45', maximumComplexityCoverage: '50',minimumInstructionCoverage: '45', maximumInstructionCoverage: '50',minimumLineCoverage : '45', maximumLineCoverage: '50',minimumMethodCoverage : '45', maximumMethodCoverage: '50',buildOverBuild: true, deltaBranchCoverage: '1', deltaClassCoverage: '1', deltaComplexityCoverage: '1', deltaInstructionCoverage: '1', deltaLineCoverage: '1', deltaMethodCoverage: '1',])}{code} Console output:{code:java}[Pipeline] step[JaCoCo plugin] Collecting JaCoCo coverage data...[JaCoCo plugin] **/build/jacoco/*.exec;**/*.class;**/src/main/java; locations are configured[JaCoCo plugin] Number of found exec files for pattern **/build/jacoco/*.exec:  0  2 [JaCoCo plugin] Saving matched execfiles:   /Users/Shared/Jenkins/Home/workspace/test/app/build/jacoco/testDebugUnitTest.exec /Users/Shared/Jenkins/Home/workspace/test/app/build/jacoco/testReleaseUnitTest.exec [JaCoCo plugin] Saving matched class directories for class-pattern: **/*.class:[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java:[JaCoCo plugin] - /Users/Shared/Jenkins/Home/workspace/test/app/src/main/java 1 files[JaCoCo plugin] Loading inclusions files..[JaCoCo plugin] inclusions: [][JaCoCo plugin] exclusions: [**/R.class, **/R$*.class, **/BuildConfig.*, **/Manifest*.*, **/*Test*.class][JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=45, maxClass=50, minMethod=45, maxMethod=50, minLine=45, maxLine=50, minBranch=45, maxBranch=50, minInstruction=45, maxInstruction=50, minComplexity=45, maxComplexity=50][JaCoCo plugin] Publishing the results..[JaCoCo plugin] Loading packages..[JaCoCo plugin] Done.[JaCoCo plugin] Overall coverage: class: 100, method: 100, line: 100, branch: 100, instruction: 100 [JaCoCo plugin] Loading packages..[JaCoCo plugin] Done. {code}  
 

  
 
 
 
 

 
 
 
 

[JIRA] (JENKINS-1267) cc.xml reports failure for last build, although the last build was unstable/successful

2017-03-30 Thread sorin.sbar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sorin Sbarnea commented on  JENKINS-1267  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: cc.xml reports failure for last build, although the last build was unstable/successful   
 

  
 
 
 
 

 
 Kohsuke Kawaguchi, now after 9 years, could we revise that decision and start to expose this information inside cc.xml files? There is nothing preventing us from exposing the extended status as a new property. The reality is that for big projects it is normal to have unstable builds because you always have bugs that are not sorted. Also this practice is important for test driven development, where we are supposed to add tests for bugs before fixing them. Fixing a bug could take, well, years or forever.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43209) SSH connection with ProxyCommand times out

2017-03-30 Thread peter.prib...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Pribula commented on  JENKINS-43209  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SSH connection with ProxyCommand times out   
 

  
 
 
 
 

 
 The same issue is also occurs when: 
 
Executing the job on a slave (jumphost in this case, no ProxyCommand in this case) 
Job is configured by SSH Agent plugin to copy the SSH keys 
Using the same Execute script on remote host using SSH 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43228  
 
 
  Cron Time Zone is not reflected in preview   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Issue Type: 
 Improvement Bug  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto commented on  JENKINS-13293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
 https://issues.jenkins-ci.org/browse/JENKINS-43228  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-43228  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cron Time Zone is not reflected in preview   
 

  
 
 
 
 

 
 

 
TZ=GMT
H 1 * * 6  

 For an additional challenge  

Would last have run at Samstag, 25. März 2017 02:58 Uhr MEZ; would next run at Samstag, 1. April 2017 03:58 Uhr MESZ.
 Looks reasonable to me.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-13293  
 
 
  Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Comment: 
 Text after textarea still shows 1pm CEST ; not sure if the feature is not working or if the preview is wrong. (should display 1pm GMT or 2PM CEST)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43220) Setting "Commit in Ancestry" causes errors when there are branches without that commit

2017-03-30 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43220  
 
 
  Setting "Commit in Ancestry" causes errors when there are branches without that commit   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43230) Support for Jenkins piplines

2017-03-30 Thread audrius.karosevic...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Audrius Karosevicius created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43230  
 
 
  Support for Jenkins piplines   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 René de Groot  
 
 
Components: 
 publish-over-dropbox-plugin  
 
 
Created: 
 2017/Mar/30 1:02 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Audrius Karosevicius  
 

  
 
 
 
 

 
 Would be nice if this plugin can get pipelines upgrade  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 
  

[JIRA] (JENKINS-43232) Support HPE SV 4.00

2017-03-30 Thread ka...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yafim Kazak updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43232  
 
 
  Support HPE SV 4.00   
 

  
 
 
 
 

 
Change By: 
 Yafim Kazak  
 
 
Issue Type: 
 Bug New Feature  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43232) Support HPE SV 4.00

2017-03-30 Thread ka...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yafim Kazak updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43232  
 
 
  Support HPE SV 4.00   
 

  
 
 
 
 

 
Change By: 
 Yafim Kazak  
 
 
Summary: 
 HP Jenkins plugin is not able to connect to Support HPE  SV 4.00  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-1267) cc.xml reports failure for last build, although the last build was unstable/successful

2017-03-30 Thread sorin.sbar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sorin Sbarnea updated  JENKINS-1267  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-1267  
 
 
  cc.xml reports failure for last build, although the last build was unstable/successful   
 

  
 
 
 
 

 
Change By: 
 Sorin Sbarnea  
 
 
Status: 
 Closed In Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflectod in preview

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43228  
 
 
  Cron Time Zone is not reflectod in preview   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 

  
 
 
 
 

 
 It would be nice to have the ability to set what time zone scheduled builds should run in !l7 . png|thumbnail!  Common crontab syntax is    TZ= Text after textarea still shows 1pm CEST ; not sure if the feature is not working or if the preview is wrong. (should display 1pm GMT 30 11 * * *  or 2PM CEST)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43228  
 
 
  Cron Time Zone is not reflected in preview   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Summary: 
 Cron Time Zone is not  reflectod  reflected  in preview  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-43228  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cron Time Zone is not reflected in preview   
 

  
 
 
 
 

 
 Looks like an issue with the validation only, it does not consider the specified timezone.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-9980) Add the "Publish JUnit test result report" option to maven job configuration page

2017-03-30 Thread kal...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Xavier Dury commented on  JENKINS-9980  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add the "Publish JUnit test result report" option to maven job configuration page   
 

  
 
 
 
 

 
 I have the same problem on a maven project (not freestyle) which only runs some soapUI WS integration tests. Surefire XML reports files are correctly generated by the soapUI maven plugin but nothing gets published by jenkins.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43232) Support HPE SV 4.00

2017-03-30 Thread ka...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yafim Kazak updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43232  
 
 
  Support HPE SV 4.00   
 

  
 
 
 
 

 
Change By: 
 Yafim Kazak  
 
 
Labels: 
 SV  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43232) Support HPE SV 4.00

2017-03-30 Thread ka...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yafim Kazak updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43232  
 
 
  Support HPE SV 4.00   
 

  
 
 
 
 

 
Change By: 
 Yafim Kazak  
 
 
URL: 
 https://soaqcweb.hpeswlab.net/qcvirt/bug/showBug.jsp?bug=15678  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34437) Enable amazon-ecr-plugin behind proxy

2017-03-30 Thread ifernandezca...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Fernandez Calvo updated  JENKINS-34437  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34437  
 
 
  Enable amazon-ecr-plugin behind proxy   
 

  
 
 
 
 

 
Change By: 
 Ivan Fernandez Calvo  
 
 
Status: 
 In  Review  Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43178) Can't send email to unknown email address

2017-03-30 Thread rene.sche...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 René Scheibe commented on  JENKINS-43178  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't send email to unknown email address   
 

  
 
 
 
 

 
 I am seeing the same issue since the plugin upgrade from v2.57 to v2.57.1. Scenario: User "xxx" is registered on the Jenkins instance with email "x...@example.com". Log contains: "Not sending mail to unregistered user x...@example.com"  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34437) Enable amazon-ecr-plugin behind proxy

2017-03-30 Thread ifernandezca...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Fernandez Calvo commented on  JENKINS-34437  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Enable amazon-ecr-plugin behind proxy   
 

  
 
 
 
 

 
 now I have to make the changes on ECR and upgrade the version of aws-java-sdk to 1.11.68.1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto commented on  JENKINS-13293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
 Text after textarea still shows 1pm CEST ; not sure if the feature is not working or if the preview is wrong.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck assigned an issue to Daniel Beck  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43228  
 
 
  Cron Time Zone is not reflected in preview   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Assignee: 
 Daniel Beck  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck started work on  JENKINS-43228  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43085) Downstream promotion is getting auto approved on approving upstream promotion

2017-03-30 Thread sagarikapradhan2...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Saga P commented on  JENKINS-43085  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Downstream promotion is getting auto approved on approving upstream promotion   
 

  
 
 
 
 

 
 1.Approve A 2.Then Approve C(No action ll be carried out as promotion B is pending) 3.Approve B Then check Promtion C..it will be re executed by SYSTEM.   But ideally it should be re executed by SYSTEM.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-13293  
 
 
  Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Attachment: 
 l7.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-13293  
 
 
  Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Comment: 
 !l7.png!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-13293  
 
 
  Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Comment: 
 Preview is wrong  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-22494) Multiconfiguration project does not respect label restrictions

2017-03-30 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-22494  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multiconfiguration project does not respect label restrictions   
 

  
 
 
 
 

 
 Adrian Price, the multi-configuration project honors the axes assigned to it. If an agent label is used as the condition, that agent label is honored. I don't know why it was reopened, since I believe the code is working as designed, and the design is such that it meets the needs. Saying that the "top level matrix runs" the job is a misnomer as far as I can tell, since it is only used for the initial flyweight task, and is not used to perform any of the build actions defined in the job. Martin Skinner suggested reopening this as a feature request with the idea that "Restrict where this project can run" should be automatically included in the conditions which define the axes. I disagree with that, since it will be a major compatibility change for existing users, but I suspect that is the reason it has been reopened. I consider this to be a "Won't Fix" request, since it is behaving as designed, and the proposed feature request of automatically including the "restrict where this job runs" in the axis definition would break compatibility for some portion of the 80 000+ installations of Jenkins.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43231) Running on message not present in Blueocean log

2017-03-30 Thread marc.sie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marc Sieger created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43231  
 
 
  Running on  message not present in Blueocean log   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/30 1:24 PM  
 
 
Environment: 
 Running Jenkins 2.32.3 with multiple slave nodes.  
 
 
Labels: 
 pipeline multibranch blueocean  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Marc Sieger  
 

  
 
 
 
 

 
 Using multibranch pipeline on standard Jenkins UI, I am able to see the following message in the "raw" Console Output: 

 
[Pipeline] node
Running on slave3 in /home/jenkins/jenkins_slave/workspace/erge_testing_cfg_in_jenkins-MANNGWF53JLLMKMQTLSGC7OKNYH7ODD3C2WLNCPQMYOG7LVTFCRA 

 This message is important to me as I use multiple nodes in my pipeline (stages and parallel operation).  If I need to ever drop into the node to debug what is happening, this is a critical piece to troubleshooting. Now I will admit that is may not be a blueocean plugin issue but rather more to due with the filtering done during for pipeline builds and its treatment of messages outside of stages and in the more general pipeline context.  My Jenkinsfile is using scripted format and begins as such: 

 

[JIRA] (JENKINS-43232) Support HPE SV 4.00

2017-03-30 Thread ka...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yafim Kazak resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43232  
 
 
  Support HPE SV 4.00   
 

  
 
 
 
 

 
Change By: 
 Yafim Kazak  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43232) Support HPE SV 4.00

2017-03-30 Thread ka...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yafim Kazak commented on  JENKINS-43232  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support HPE SV 4.00   
 

  
 
 
 
 

 
 Merged in PR: https://github.com/hpsa/hp-application-automation-tools-plugin/pull/176  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Whatever this is it's not that this doesn't exist, so please file a new issue.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-13293  
 
 
  Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-43229) Upload does not happen when build fails

2017-03-30 Thread amedved...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aleksei Medvedjev created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43229  
 
 
  Upload does not happen when build fails   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 René de Groot  
 
 
Components: 
 publish-over-dropbox-plugin  
 
 
Created: 
 2017/Mar/30 12:08 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Aleksei Medvedjev  
 

  
 
 
 
 

 
 i am using plugin to publish some results or problems. when build fails it is actually expected situation in many cases i need to upload some data.   Problem that upload does not start with error: Dropbox:Current build result is [FAILURE], not going to run.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

  

[JIRA] (JENKINS-43232) HP Jenkins plugin is not able to connect to SV 4.00

2017-03-30 Thread pavel.chuc...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Chuchma created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43232  
 
 
  HP Jenkins plugin is not able to connect to SV 4.00   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Pavel Chuchma  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2017/Mar/30 1:32 PM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Pavel Chuchma  
 

  
 
 
 
 

 
 Jenkins plugin has product version limitation to SV 3.xx and does not work for SV 4.00.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 

[JIRA] (JENKINS-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43228  
 
 
  Cron Time Zone is not reflected in preview   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Priority: 
 Major Minor  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43227) Plain text files in userContent have incorrect Content-Type header

2017-03-30 Thread dal...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dale Myers created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43227  
 
 
  Plain text files in userContent have incorrect Content-Type header   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2017/Mar/30 11:45 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Dale Myers  
 

  
 
 
 
 

 
 Build logs tend to be stored in the userContent folder so that they are available through the Jenkins web server which serves that directory. In the case that logs are a HTML file with the content type set, they are rendered as UTF-8 as expected. For plain text files, the `Content-Type` header is set to `text/plain`. The web is built around UTF-8 and so the correct `Content-Type` header should be `text/plain;charset=UTF-8` to ensure that non-English characters render as expected.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
  

[JIRA] (JENKINS-43227) Plain text files in userContent have incorrect Content-Type header

2017-03-30 Thread dal...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dale Myers updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43227  
 
 
  Plain text files in userContent have incorrect Content-Type header   
 

  
 
 
 
 

 
Change By: 
 Dale Myers  
 
 
Environment: 
 Issue repros on all web browsers and versions. Jenkins version 2.52 running on OS X.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-13293  
 
 
  Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Resolution: 
 Duplicate  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto edited a comment on  JENKINS-13293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
 Text after textarea still shows 1pm CEST ; not sure if the feature is not working or if the preview is wrong.  (should display 1pm GMT or 2PM CEST)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43225) Jacoco plugin 2.2.0 hang if buildOverBuild is enabled

2017-03-30 Thread fil...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Ng created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43225  
 
 
  Jacoco plugin 2.2.0 hang if buildOverBuild is enabled   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Ognjen Bubalo  
 
 
Components: 
 jacoco-plugin  
 
 
Created: 
 2017/Mar/30 11:27 AM  
 
 
Environment: 
 Jenkins 2.52  JaCoCo Plugin 2.2.0  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Sam Ng  
 

  
 
 
 
 

 
 Run a project in the pipeline using the following Jenskinsfile and then the Jacoco plugin is loading forever after the last line is printed. 

 

node {
sh './gradlew test --stacktrace'
step([$class : 'JacocoPublisher',
execPattern : '**/build/jacoco/*.exec',
classPattern : '**/*.class',
sourcePattern : '**/src/main/java',
exclusionPattern : '**/R.class,**/R$*.class,**/BuildConfig.*,**/Manifest*.*,**/*Test*.class',

minimumBranchCoverage : '45', maximumBranchCoverage: '50',
minimumClassCoverage : '45', maximumClassCoverage: '50',
minimumComplexityCoverage : '45', maximumComplexityCoverage: '50',
minimumInstructionCoverage: '45', maximumInstructionCoverage: '50',
minimumLineCoverage : '45', maximumLineCoverage: '50',
minimumMethodCoverage : '45', maximumMethodCoverage: '50',

buildOverBuild: true, deltaBranchCoverage: '1', deltaClassCoverage: '1', deltaComplexityCoverage: '1', deltaInstructionCoverage: '1', deltaLineCoverage: '1', deltaMethodCoverage: '1',
])
} 

   Console output: 

 

[Pipeline] step

[JIRA] (JENKINS-43226) Ability to select Team ID in Job

2017-03-30 Thread m...@rentconcept.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Markus Stein created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43226  
 
 
  Ability to select Team ID in Job   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 xcode-plugin  
 
 
Created: 
 2017/Mar/30 11:41 AM  
 
 
Environment: 
 Jenkins on Mac OS X Sierra with XCode 8.3  
 
 
Labels: 
 plugin  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Markus Stein  
 

  
 
 
 
 

 
 Currently it is not possible to select the Team Id in the Job. We have different Team IDs for which we have to create builds. So we have to change the Team ID in every build. Currently that's not possible.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  

[JIRA] (JENKINS-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto commented on  JENKINS-13293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
 Preview is wrong  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated  JENKINS-43228  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43228  
 
 
  Cron Time Zone is not reflected in preview   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflectod in preview

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43228  
 
 
  Cron Time Zone is not reflectod in preview   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 l7.png  
 
 
Components: 
 core  
 
 
Created: 
 2017/Mar/30 12:05 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Julien Pivotto  
 

  
 
 
 
 

 
 It would be nice to have the ability to set what time zone scheduled builds should run in. Common crontab syntax is TZ=GMT 30 11 * * *  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
   

[JIRA] (JENKINS-43228) Cron Time Zone is not reflectod in preview

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43228  
 
 
  Cron Time Zone is not reflectod in preview   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Attachment: 
 l7.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43228) Cron Time Zone is not reflected in preview

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto commented on  JENKINS-43228  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cron Time Zone is not reflected in preview   
 

  
 
 
 
 

 
 Yes, it is only display and validation.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34395) Support for building tags

2017-03-30 Thread avne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Avner Hartuv updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34395  
 
 
  Support for building tags   
 

  
 
 
 
 

 
Change By: 
 Avner Hartuv  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43212) When having a lot of stages and builds the ui doesn't load

2017-03-30 Thread paul8...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Horvath created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43212  
 
 
  When having a lot of stages and builds the ui doesn't load   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Paul Horvath  
 
 
Components: 
 pipeline-aggregator-view-plugin  
 
 
Created: 
 2017/Mar/30 8:22 AM  
 
 
Labels: 
 performance  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Paul Horvath  
 

  
 
 
 
 

 
 Example when you have a lot of builds and you put something like 80 in the fieldbox your list won't be displayed properly  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 

[JIRA] (JENKINS-43221) Script security error for method Container.stop

2017-03-30 Thread yurchenk...@etecar.ru (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stanislav Yurchenko created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43221  
 
 
  Script security error for method Container.stop   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 docker-build-publish-plugin  
 
 
Created: 
 2017/Mar/30 9:56 AM  
 
 
Environment: 
 Jenkins version - 2.32.3  Plugin version - 1.3.2  Operation System - Centos 7  Java - 1.8  Docker - 17.03.0-ce  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Stanislav Yurchenko  
 

  
 
 
 
 

 
 I'm using pipeline to write build script. When I using this statement: 

 

appContainer = appImage.run('-p 8680:8680')
appContainer.stop
 

   And then log shows me exception, which, I think, connected with script security plugin in which no whitelist record for method  org.jenkinsci.plugins.docker.workflow.Docker$Container.stop: 

 
org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (org.jenkinsci.plugins.docker.workflow.Docker$Container.stop)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.whitelists.StaticWhitelist.rejectMethod(StaticWhitelist.java:183)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor$11.reject(SandboxInterceptor.java:312)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:363)
	at 

[JIRA] (JENKINS-34395) Support for building tags

2017-03-30 Thread avne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Avner Hartuv commented on  JENKINS-34395  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support for building tags   
 

  
 
 
 
 

 
 We are in a middle of a migration process to pipeline. I must say this problem really block us   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42322) Docker rm/stop/... commands killed by the timeout, failing builds

2017-03-30 Thread david.pars...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Pärsson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42322  
 
 
  Docker rm/stop/... commands killed by the timeout, failing builds   
 

  
 
 
 
 

 
Change By: 
 David Pärsson  
 
 
Summary: 
 Fail to Docker  rm  a container started with inside {} /stop/... commands killed by the timeout, failing builds  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43208) Very slow dashboard and /search response in some cases (slowing dashboard load)

2017-03-30 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43208  
 
 
  Very slow dashboard and /search response in some cases (slowing dashboard load)   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 

  
 
 
 
 

 
 User has [reported a performance problem on 1.0-rc|https://groups.google.com/forum/#!topic/jenkinsci-dev/zCz4Zxye_uo]3 loading the dashboard.It appears from a brief analysis of their HAR file – [attached here|https://groups.google.com/forum/#!topic/jenkinsci-dev/zCz4Zxye_uo] – that /blue/pipelines takes 33 seconds to load and search taking 30s or so: [http://usalsd-build01:8080/blue/rest/search/?q=type:pipeline;excludedFromFlattening:jenkins.branch.MultiBranchProject,hudson.matrix.MatrixProject=no-folders=0=26]. The response is about the normal size expected (perhaps slightly larger, but not large enough to explain the load time, content can be seen in the har file). is the request that takes all the time (everything else seems normal).      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You 

[JIRA] (JENKINS-43208) Very slow dashboard and /search response in some cases (slowing dashboard load)

2017-03-30 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale edited a comment on  JENKINS-43208  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Very slow dashboard and /search response in some cases (slowing dashboard load)   
 

  
 
 
 
 

 
 cc [~kudiaborm] - for following up, some questions for you:  *  You  Your  non slow jenkins server - if you update that to rc3 - does it then slow down?  * If you downgrade the slow server to an older release, does it speed up?  (if so, which version?)  * If you load the slow page again, does it take 60s or 1 minute or less for subsequent loads?    * Is the "classic" dashboard slow or other pages slow in any way on the slow server? Just trying to narrow down if it is due to plugins/environment for the slow jenkins, of if it is something introduced in a blueocean plugin. Unfortunately there  isn't  may not be   enough information to go on in the har file (there may be some URLs we can try if [~vivek] suggests anything). This is a very small number of jobs and many people use it with 100s or 1000s, so this is quite odd.  Further more, you could use the [https://wiki.jenkins-ci.org/display/JENKINS/Support+Core+Plugin] plugin to provide extra data as to what is running and what are slow requests etc , if this isn't enough, but the above questions would be most helpful to answer .     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43208) Very slow dashboard and /search response in some cases (slowing dashboard load)

2017-03-30 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43208  
 
 
  Very slow dashboard and /search response in some cases (slowing dashboard load)   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Attachment: 
 hardyhar.zip  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43216) Maven Release Plugin (Tag and Build Paramter Issue)

2017-03-30 Thread mahendra.singh1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mahendra Singh created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43216  
 
 
  Maven Release Plugin (Tag and Build Paramter Issue)   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 James Nord  
 
 
Components: 
 m2release-plugin  
 
 
Created: 
 2017/Mar/30 9:09 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Mahendra Singh  
 

  
 
 
 
 

 
 I am running a maven release on Jenkin using maven release plugin. Below are the two issue I am facing 
 
After the successful release build, if I want to see the parameter from Jenkins page, it wont show the parameter used to trigger the particular release. From the left pane on Jenkins page, I am unable to see the parameter used. 
I wanted you do custom tag in git repository after the release. For that i have added a tag  under the configuration tag in pom.xml. It is still not taking the custom tag and creating the default tag such as projectid-version with snapshot 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

 

[JIRA] (JENKINS-43220) Setting "Commit in Ancestry" causes errors when there are branches without that commit

2017-03-30 Thread da...@activestate.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dave Rolsky created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43220  
 
 
  Setting "Commit in Ancestry" causes errors when there are branches without that commit   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2017/Mar/30 9:40 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Dave Rolsky  
 

  
 
 
 
 

 
 I set up a  project where I added the "Strategy for choosing what to build" behavior and set "Commit in ancestry" to a given commit. Now when Jenkins polls the repo, it mostly finds branches without that commit, and ends up spitting out "ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job." over and over. I set this up because the commit in question is in a branch that adds bits needed for Jenkins to do its thing, so other older branches simply cannot be run in Jenkins. Once my branch is merged to master and all the older branches are gone, that won't be needed, but for now this is quite annoying.      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
 

[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-03-30 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-38175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: 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   
 

  
 
 
 
 

 
 

however navigating directly to the /quietDown and /cancelQuietDown url in a browser seems (still? now?) broken.
 Jenkins necessarily exposes functionality like this at URLs that you can directly access; but requesting them via GET may not work for obvious reasons. Unless it's documented (preferably directly in Jenkins or on jenkins.io/doc, because anyone can edit the wiki) or there are still links with the same problem, I wouldn't consider this to be a bug.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto commented on  JENKINS-13293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-13293) Add cron syntax to set Time Zone

2017-03-30 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-13293  
 
 
  Add cron syntax to set Time Zone   
 

  
 
 
 
 

 
Change By: 
 Julien Pivotto  
 
 
Attachment: 
 l7.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43222) DOCKER_HOST set on slave ignored by docker-pipeline

2017-03-30 Thread nicolas.del...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nicolas De Loof assigned an issue to Nicolas De Loof  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43222  
 
 
  DOCKER_HOST set on slave ignored by docker-pipeline   
 

  
 
 
 
 

 
Change By: 
 Nicolas De Loof  
 
 
Assignee: 
 Nicolas De Loof  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43222) DOCKER_HOST set on slave ignored by docker-pipeline

2017-03-30 Thread nicolas.del...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nicolas De Loof created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43222  
 
 
  DOCKER_HOST set on slave ignored by docker-pipeline   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 docker-workflow-plugin  
 
 
Created: 
 2017/Mar/30 10:08 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Nicolas De Loof  
 

  
 
 
 
 

 
 Using a docker slave, I do not bind mount docker.sock (sic) but expose docker API via a filtering proxy using DOCKER_HOST env variable docker-pipeline doesn't detect volumes used for `/home/jenkins` when I use `docker.inside` and fails to share workspace.   root reason is `docker inspect` is ran with node.environment, without consideration for environment variables set as node properties.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 


[JIRA] (JENKINS-43206) relax limit for karaoke nodes

2017-03-30 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43206  
 
 
  relax limit for karaoke nodes   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Labels: 
 technical-debt  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43215) Android Emulator Plugin doesn't work with Build Tools 25.3.0 (03/2017)

2017-03-30 Thread rano.rakit...@saitow.ag (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rano Rakitina created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43215  
 
 
  Android Emulator Plugin doesn't work with Build Tools 25.3.0 (03/2017)   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Christopher Orr  
 
 
Components: 
 android-emulator-plugin  
 
 
Created: 
 2017/Mar/30 8:50 AM  
 
 
Labels: 
 plugin plugins  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Rano Rakitina  
 

  
 
 
 
 

 
 On Build Tools 25.3.0 Google removed the command "android" which throws out The android command is no longer available. For manual SDK and AVD management, please use Android Studio. For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager so "android create avd" doesnt work anymore. The plugin seems to be using it to create the emulators. Every build fails with "Could not create Android emulator: Failed to parse AVD config file"    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
 

[JIRA] (JENKINS-43217) Closing pipeline results "modal" after clicking on a stage sets the url incorrectly to the previous URL, not activity

2017-03-30 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43217  
 
 
  Closing pipeline results "modal" after clicking on a stage sets the url incorrectly to the previous URL, not activity   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/30 9:18 AM  
 
 
Labels: 
 technical-debt  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 Closing the modal results screen always closes it, but the URI sometimes has an incorrect path. The side effect of this is if you click on anywhere else, you get a full page reload.    To reproduce:  
 
Open a pipeline finished run - note the URI (call that URI A) 
Click on any stage - note the URI changes with the stage id (call that URI B) 
Close the modal 
Note that screen shows activity (where you originally came from) BUT the URI == URI A 
Click on branches/activity and note you get a page reload 
 It should show /activity or wherever it came from. It shouldn't just go back on item in the history.    Perhaps this is best done with a change - don't use path to set stage ids, use a query parameter, that way "back" will go back to the correct place. Or close needs to push the history to where it remembers it originally came from... I dunno. Maybe the 2nd amendment people can do something about that, I don't know. FAKE NEWS.  
 
 

[JIRA] (JENKINS-43224) Plugin credentials-bindings 1.10 is causing crash of the Jenkins 2.52

2017-03-30 Thread mariusz.boguszew...@lightblueoptics.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mariusz Boguszewski created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43224  
 
 
  Plugin credentials-bindings 1.10 is causing crash of the Jenkins 2.52
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 plugin-usage-plugin  
 
 
Created: 
 2017/Mar/30 10:27 AM  
 
 
Environment: 
 Latest Jenkins 2.52  
 
 
Labels: 
 plugin jenkins  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Mariusz Boguszewski  
 

  
 
 
 
 

 
 The  critical problem is that the any version of the plugin credentials-bindings 1.10 ...1.7 is causing the latest Jenkins 2.52 crash at the start.  https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Binding+Plugin I had to install the version of 1.6 for Jenkins to start up. That has knock out effect on others plugins and the Pipeline plugin does not work now.  Pipeline v2.5 
 
Pipeline: Model Definition v0.5 is older than required. To fix, install v1.0 or later. 
  
 

  
 
 
 
 

 
 
 

 

[JIRA] (JENKINS-43211) Remove unneeded dependencies (markdown, redux)

2017-03-30 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43211  
 
 
  Remove unneeded dependencies (markdown, redux)
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Cliff Meyers  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/30 8:15 AM  
 
 
Labels: 
 techical-debt  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 Once karaoke has moved off redux, and personalisation, redux may be removed as a dependency saving download and eval time.  Ditty for markdown (which Cliff Meyers mentioned may not be needed now with the new empty states, but correct me if wrong).  Well worth trimming things we know aren't needed.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
 

[JIRA] (JENKINS-22494) Multiconfiguration project does not respect label restrictions

2017-03-30 Thread apr...@tibco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrian Price commented on  JENKINS-22494  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multiconfiguration project does not respect label restrictions   
 

  
 
 
 
 

 
 I'm curious as to why this is still open some three years after it was first logged. Isn't it an absolutely fundamental requirement that a build honour its job configuration? As things currently stand the matrix cell jobs get run anywhere, which is surely not the intend behind restricting where the top-level matrix itself can run.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36543) Boolean input parameter ignores default value of false

2017-03-30 Thread esc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Emilio Escobar  assigned an issue to Sam Van Oort  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36543  
 
 
  Boolean input parameter ignores default value of false   
 

  
 
 
 
 

 
Change By: 
 Emilio Escobar   
 
 
Assignee: 
 Rupin R Nath Sam Van Oort  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43223) Make "Open Blue Ocean" button hideable

2017-03-30 Thread direct...@apebox.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jo Shields created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43223  
 
 
  Make "Open Blue Ocean" button hideable   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/30 10:21 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jo Shields  
 

  
 
 
 
 

 
 We'd like to be able to show Blue Ocean to some of our developers, so they can assess its suitability for their projects. However, we'd like to do that without a big honking "Open Blue Ocean" button at the top of every single page for every single random third party site visitor.   We'd like to be able to hide that button, either for everyone or for Anonymous, so we can be selective on our showing off of the feature.   I don't know enough about using _javascript_ in Jenkins plugins to make it a conditional - seems it's blueocean-web/src/main/js/try.js which does the insertion, but I'm not sure how to use that knowledge  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
  

[JIRA] (JENKINS-42934) Avoid using new FileInputStream / new FileOutputStream

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-42934  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Avoid using new FileInputStream / new FileOutputStream   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: core/src/main/java/hudson/util/io/RewindableFileOutputStream.java http://jenkins-ci.org/commit/jenkins/211bb293381802f7c653c6e6cee965ab316d0fc4 Log: JENKINS-42934 When you specify options you need to include CREATE or the file will not be created  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42934) Avoid using new FileInputStream / new FileOutputStream

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-42934  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Avoid using new FileInputStream / new FileOutputStream   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: core/src/test/java/hudson/UtilTest.java http://jenkins-ci.org/commit/jenkins/218d0a55169aa030646e4f7a0469e9ce8fe2c93f Log: JENKINS-42934 Actually use Java's file locking API to lock the file on windows  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42934) Avoid using new FileInputStream / new FileOutputStream

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-42934  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Avoid using new FileInputStream / new FileOutputStream   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: core/src/main/java/hudson/util/io/RewindableFileOutputStream.java http://jenkins-ci.org/commit/jenkins/a7fc5701584bc28cd34fc3f018cc107616f7cd9a Log: JENKINS-42934 Need to catch a different exception  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42934) Avoid using new FileInputStream / new FileOutputStream

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-42934  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Avoid using new FileInputStream / new FileOutputStream   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: cli/src/main/java/hudson/cli/PrivateKeyProvider.java core/src/main/java/hudson/ClassicPluginStrategy.java core/src/main/java/hudson/FilePath.java core/src/main/java/hudson/FileSystemProvisioner.java core/src/main/java/hudson/Main.java core/src/main/java/hudson/PluginWrapper.java core/src/main/java/hudson/Util.java core/src/main/java/hudson/WebAppMain.java core/src/main/java/hudson/XmlFile.java core/src/main/java/hudson/lifecycle/WindowsInstallerLink.java core/src/main/java/hudson/model/FileParameterValue.java core/src/main/java/hudson/model/Queue.java core/src/main/java/hudson/model/Run.java core/src/main/java/hudson/model/UpdateCenter.java core/src/main/java/hudson/tools/JDKInstaller.java core/src/main/java/hudson/util/AtomicFileWriter.java core/src/main/java/hudson/util/CompressedFile.java core/src/main/java/hudson/util/IOUtils.java core/src/main/java/hudson/util/SecretRewriter.java core/src/main/java/hudson/util/StreamTaskListener.java core/src/main/java/hudson/util/TextFile.java core/src/main/java/hudson/util/io/ReopenableFileOutputStream.java core/src/main/java/hudson/util/io/RewindableFileOutputStream.java core/src/main/java/hudson/util/io/TarArchiver.java core/src/main/java/hudson/util/io/ZipArchiver.java core/src/main/java/jenkins/diagnosis/HsErrPidList.java core/src/main/java/jenkins/security/DefaultConfidentialStore.java core/src/main/java/jenkins/util/AntClassLoader.java core/src/main/java/jenkins/util/JSONSignatureValidator.java core/src/main/java/jenkins/util/VirtualFile.java core/src/main/java/jenkins/util/io/FileBoolean.java core/src/main/java/jenkins/util/xml/XMLUtils.java core/src/test/java/hudson/FilePathTest.java core/src/test/java/hudson/PluginManagerTest.java core/src/test/java/hudson/UtilTest.java core/src/test/java/hudson/model/LoadStatisticsTest.java core/src/test/java/hudson/os/SUTester.java core/src/test/java/hudson/util/io/TarArchiverTest.java core/src/test/java/hudson/util/io/ZipArchiverTest.java test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java test/src/test/java/hudson/tools/JDKInstallerTest.java http://jenkins-ci.org/commit/jenkins/f0cd7ae8ff269dd738e3377a62f3fbebebf9aef6 Log: JENKINS-42934 Avoid using new FileInputStream / new FileOutputStream  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 
   

[JIRA] (JENKINS-42934) Avoid using new FileInputStream / new FileOutputStream

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-42934  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Avoid using new FileInputStream / new FileOutputStream   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: core/src/test/java/hudson/UtilTest.java http://jenkins-ci.org/commit/jenkins/568772cddc78f76e8eb395f4a5c39f397e0c1935 Log: JENKINS-42934 Some unit tests need side-effects of FileInputStream  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42934) Avoid using new FileInputStream / new FileOutputStream

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-42934  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Avoid using new FileInputStream / new FileOutputStream   
 

  
 
 
 
 

 
 Code changed in jenkins User: Daniel Beck Path: cli/src/main/java/hudson/cli/PrivateKeyProvider.java core/src/main/java/hudson/ClassicPluginStrategy.java core/src/main/java/hudson/FilePath.java core/src/main/java/hudson/FileSystemProvisioner.java core/src/main/java/hudson/Main.java core/src/main/java/hudson/PluginWrapper.java core/src/main/java/hudson/Util.java core/src/main/java/hudson/WebAppMain.java core/src/main/java/hudson/XmlFile.java core/src/main/java/hudson/cli/BuildCommand.java core/src/main/java/hudson/lifecycle/WindowsInstallerLink.java core/src/main/java/hudson/model/FileParameterValue.java core/src/main/java/hudson/model/Queue.java core/src/main/java/hudson/model/Run.java core/src/main/java/hudson/model/UpdateCenter.java core/src/main/java/hudson/tools/JDKInstaller.java core/src/main/java/hudson/util/AtomicFileWriter.java core/src/main/java/hudson/util/CompressedFile.java core/src/main/java/hudson/util/IOUtils.java core/src/main/java/hudson/util/SecretRewriter.java core/src/main/java/hudson/util/StreamTaskListener.java core/src/main/java/hudson/util/TextFile.java core/src/main/java/hudson/util/io/ReopenableFileOutputStream.java core/src/main/java/hudson/util/io/RewindableFileOutputStream.java core/src/main/java/hudson/util/io/TarArchiver.java core/src/main/java/hudson/util/io/ZipArchiver.java core/src/main/java/jenkins/diagnosis/HsErrPidList.java core/src/main/java/jenkins/security/DefaultConfidentialStore.java core/src/main/java/jenkins/util/AntClassLoader.java core/src/main/java/jenkins/util/JSONSignatureValidator.java core/src/main/java/jenkins/util/VirtualFile.java core/src/main/java/jenkins/util/io/FileBoolean.java core/src/main/java/jenkins/util/xml/XMLUtils.java core/src/test/java/hudson/FilePathTest.java core/src/test/java/hudson/PluginManagerTest.java core/src/test/java/hudson/UtilTest.java core/src/test/java/hudson/model/LoadStatisticsTest.java core/src/test/java/hudson/os/SUTester.java core/src/test/java/hudson/util/io/TarArchiverTest.java core/src/test/java/hudson/util/io/ZipArchiverTest.java core/src/test/java/jenkins/util/VirtualFileTest.java test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java test/src/test/java/hudson/tools/JDKInstallerTest.java http://jenkins-ci.org/commit/jenkins/bde09f70afaf10d5e1453c257058a56b07556e8e Log: Merge pull request #2816 from stephenc/jenkins-42934 JENKINS-42934 Avoid using new FileInputStream / new FileOutputStream Compare: https://github.com/jenkinsci/jenkins/compare/0ddf2d5be770...bde09f70afaf  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
   

[JIRA] (JENKINS-42934) Avoid using new FileInputStream / new FileOutputStream

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-42934  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Avoid using new FileInputStream / new FileOutputStream   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: core/src/main/java/hudson/cli/BuildCommand.java core/src/main/java/hudson/util/io/ReopenableFileOutputStream.java core/src/test/java/jenkins/util/VirtualFileTest.java http://jenkins-ci.org/commit/jenkins/e603b100889efb71cc71949dc9df7d8eeae5256a Log: JENKINS-42934 A couple of places where FileNotFoundException may be replaced by NoSuchFileException by JVM shenanigans  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43208) Very slow dashboard and /search response in some cases (slowing dashboard load)

2017-03-30 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43208  
 
 
  Very slow dashboard and /search response in some cases (slowing dashboard load)   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 

  
 
 
 
 

 
 User has [reported a performance problem on 1.0-rc|https://groups.google.com/forum/#!topic/jenkinsci-dev/zCz4Zxye_uo]3 loading the dashboard.It appears from a brief analysis of their HAR file – [attached here|https://groups.google.com/forum/#!topic/jenkinsci-dev/zCz4Zxye_uo] – that /blue/pipelines takes 33 seconds to load  - this is due to the  and  search taking  pretty much all that time  30s or so : [http://usalsd-build01:8080/blue/rest/search/?q=type:pipeline;excludedFromFlattening:jenkins.branch.MultiBranchProject,hudson.matrix.MatrixProject=no-folders=0=26]. The response is about the normal size expected (perhaps slightly larger, but not large enough to explain the load time, content can be seen in the har file).is the request that takes all the time (everything else seems normal).     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

[JIRA] (JENKINS-43214) Support for multiple jenkins master with one github application using redirect uri

2017-03-30 Thread sungho.m...@navercorp.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 stephen moon created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43214  
 
 
  Support for multiple jenkins master with one github application using redirect uri   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Sam Gleske  
 
 
Components: 
 github-oauth-plugin  
 
 
Created: 
 2017/Mar/30 8:35 AM  
 
 
Environment: 
 github oauth plugin 0.25  jenkins 2.46.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 stephen moon  
 

  
 
 
 
 

 
 Hello. In my company, we use github enterprise on premise and a lot of jenkins for many department. That is, there are multiple jenkins masters here.  To use github oauth plugin, people have to make their application in github to get their clientId and client secret per jenkins master. But I think it is redundant. If we can use "redirect urls" of github oauth, we don't need to make that many jenkins applications in github. You can find more information [here|https://developer.github.com/v3/oauth/#redirect-urls.] To be specific, we can set different redirect uri in each jenkins master for their "finish login url" with same client ID and client secret. Then we just need one github application for the client ID and the client secret. However, it seems not possible to set redirect uri with github oauth plugin. So I could change it to support multi-master jenkins.  
 

  
 
 
 
 

 
 
 


[JIRA] (JENKINS-43218) Discard Unreadable Data leads to NPE in TreeMap.putAll

2017-03-30 Thread jenk...@fxnn.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Felix Neumann updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43218  
 
 
  Discard Unreadable Data leads to NPE in TreeMap.putAll   
 

  
 
 
 
 

 
Change By: 
 Felix Neumann  
 

  
 
 
 
 

 
 On our instance, Jenkins reports unreadable data of types {{hudson.maven.MavenModuleSet}}, {{hudson.model.Fingerprint}}, {{hudson.model.FreeStyleProject}}, {{hudson.maven.MavenModuleSetBuild}} and {{org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder$DescriptorImpl}}.When clicking on the discard button, Jenkins displays the following stacktrace.{code:java}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:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 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 

[JIRA] (JENKINS-38256) Merged branches are still processed

2017-03-30 Thread anne-laure.lu...@airbus.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lugan Anne-Laure commented on  JENKINS-38256  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Merged branches are still processed   
 

  
 
 
 
 

 
 I get the same error and I am using gitlab... I would think this coudl come from GIT repository itself or our Jenkins mananges it?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43222) DOCKER_HOST set on slave ignored by docker-pipeline

2017-03-30 Thread nicolas.del...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nicolas De Loof commented on  JENKINS-43222  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: DOCKER_HOST set on slave ignored by docker-pipeline   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/docker-workflow-plugin/pull/91  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43210) Windows Agent can't connect to Master through JNLP

2017-03-30 Thread bcy...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 bcygan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43210  
 
 
  Windows Agent can't connect to Master through JNLP   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kohsuke Kawaguchi  
 
 
Components: 
 core, windows-slaves-plugin  
 
 
Created: 
 2017/Mar/30 7:45 AM  
 
 
Environment: 
 Jenkins Core 2.32.2.7 running on RHEL 6.8 with JDK 8u121  Windows Slaves Plugin 1.3.1  Windows Server 2012 with latest patches and JDK 8u121   
 
 
Labels: 
 slave windows  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 bcygan  
 

  
 
 
 
 

 
 When executing  java -Xmx1g -jar slave.jar -jnlpUrl http://dfvvt01seuops.somebank.somenet/jenkins-iteb/computer/DFVIASTWHUDSON2/slave-agent.jnlp I get Mõr 30, 2017 9:29:36 AM hudson.remoting.jnlp.Main createEngine INFORMATION: Setting up slave: DFVIASTWHUDSON2 Mõr 30, 2017 9:29:36 AM hudson.remoting.jnlp.Main$CuiListener  INFORMATION: Jenkins agent is running in headless mode. Mõr 30, 2017 9:29:36 AM hudson.remoting.jnlp.Main$CuiListener status INFORMATION: Locating server among http://dfvvt01seuops.somebank.somenet/jenkins-iteb/ Mõr 30, 2017 9:29:36 AM hudson.remoting.jnlp.Main$CuiListener status INFORMATION: Agent discovery successful {{ Agent address: dfvvt01seuops.somebank.somenet}} {{ Agent port: 5}} {{ Identity: 13:74:a6:18:f1:96:9c:cb:69:57:26:b1:a2:17:f2:c9}} Mõr 30, 2017 9:29:36 AM hudson.remoting.jnlp.Main$CuiListener status INFORMATION: Handshaking Mõr 30, 2017 9:29:36 AM hudson.remoting.jnlp.Main$CuiListener status INFORMATION: Connecting to dfvvt01seuops.somebank.somenet:5 Mõr 30, 2017 9:29:36 AM hudson.remoting.jnlp.Main$CuiListener status INFORMATION: Trying protocol: JNLP4-connect Mõr 30, 2017 9:29:36 

[JIRA] (JENKINS-43213) Job name is to big

2017-03-30 Thread paul8...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Horvath created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43213  
 
 
  Job name is to big   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Paul Horvath  
 
 
Components: 
 pipeline-aggregator-view-plugin  
 
 
Created: 
 2017/Mar/30 8:28 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Paul Horvath  
 

  
 
 
 
 

 
 The column for the job build is to big and if it differs from a build to another then you will have lots of empty spaces.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 

[JIRA] (JENKINS-34389) starting parallel matrix jobs with dynamic axes causes in wrong build configuration

2017-03-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-34389  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: starting parallel matrix jobs with dynamic axes causes in wrong build configuration   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oliver Gondža Path: src/main/java/hudson/matrix/MatrixBuild.java src/main/java/hudson/matrix/MatrixProject.java src/test/java/hudson/matrix/MatrixTest.java src/test/java/hudson/matrix/helper/DynamicTestAxis.java http://jenkins-ci.org/commit/matrix-project-plugin/4cc27615094beb4540685c2b00efde93ce6e9835 Log: Merge pull request #41 from bboehmke/dynamicAxis-fix JENKINS-34389 Fixed handling of dynamic axis Compare: https://github.com/jenkinsci/matrix-project-plugin/compare/ca0aa4607a2b...4cc27615094b  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-03-30 Thread heliu...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Remco Tukker commented on  JENKINS-38175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: 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   
 

  
 
 
 
 

 
 /manage screen and breadcrumbs work perfectly now, however navigating directly to the /quietDown and /cancelQuietDown url in a browser seems (still? now?) broken. Exactly the same symptoms as in the original issue. I didn't try posting from the commandline.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43218) Discard Unreadable Data leads to NPE in TreeMap.putAll

2017-03-30 Thread jenk...@fxnn.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Felix Neumann created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43218  
 
 
  Discard Unreadable Data leads to NPE in TreeMap.putAll   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2017/Mar/30 9:24 AM  
 
 
Environment: 
 Jenkins 2.32.3, Tomcat 8, Oracle jdk1.8.0_74, Windows Server 2008 R2  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Felix Neumann  
 

  
 
 
 
 

 
 On our instance, Jenkins reports unreadable data of types hudson.maven.MavenModuleSet, hudson.model.Fingerprint, hudson.model.FreeStyleProject, hudson.maven.MavenModuleSetBuild and org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder$DescriptorImpl. When clicking on the discard button, Jenkins displays the following stacktrace. 

 

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:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at 

[JIRA] (JENKINS-43219) join plugin job dsl incomplete

2017-03-30 Thread jean.maes.1...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jean Maes created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43219  
 
 
  join plugin job dsl incomplete   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 mdonohue  
 
 
Components: 
 join-plugin  
 
 
Created: 
 2017/Mar/30 9:24 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jean Maes  
 

  
 
 
 
 

 
 Currently the job dsl for the join plugin only allows for  // If set, runs the projects even if the downstream jobs are unstable. evenIfDownstreamUnstable(boolean evenIfDownstreamUnstable = true) the join plugin has evolved since then and now has new parameters in the UI  SUCCESS UNSTABLE FAILURE ABORTED especially the failure one would be interesting to see implemented into the jobdsl.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
  

[JIRA] (JENKINS-31507) docker.build throw IOExceptions with some sources

2017-03-30 Thread knure...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 J Knurek commented on  JENKINS-31507  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: docker.build throw IOExceptions with some sources   
 

  
 
 
 
 

 
 I'm seeing a similar error, but I think the root cause in my case is different. My pipeline has the following: 

 

docker.withRegistry('https://quay.io', 'quay-robot') {
def imageName = "test/example:123"
def img = docker.build(imageName)
}
  

 and the logs show this, (notice there is no space at all between the image name) Cannot retrieve .Id from 'docker inspecttest/example:123 

 

docker build -t test/example:123 .
Sending build context to Docker daemon 25.35 MB

Step 1 : FROM alpine:latest
 ---> 4a415e366388
Step 2 : MAINTAINER 
...
Step 6 : ENTRYPOINT /docker-entrypoint.sh
 ---> Running in 7a1c46850107
 ---> fb2dfcecf73a
Removing intermediate container 7a1c46850107
Successfully built fb2dfcecf73a
[Pipeline] dockerFingerprintFrom
Executing command: docker inspect -f {{.Id}} test/example:123 

java.io.IOException: Cannot retrieve .Id from 'docker inspecttest/example:123'
at org.jenkinsci.plugins.docker.workflow.client.DockerClient.inspectRequiredField(DockerClient.java:192)
at org.jenkinsci.plugins.docker.workflow.FromFingerprintStep$Execution.run(FromFingerprintStep.java:115)
at org.jenkinsci.plugins.docker.workflow.FromFingerprintStep$Execution.run(FromFingerprintStep.java:75)
at 
 

 I've settled on a work-around by doing: 

 

sh "docker build -t ${imageName}  ."
def img = docker.image(imageName)
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 
  

[JIRA] (JENKINS-43208) Very slow dashboard and /search response in some cases (slowing dashboard load)

2017-03-30 Thread marley.kudia...@cubic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marley Kudiabor updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43208  
 
 
  Very slow dashboard and /search response in some cases (slowing dashboard load)   
 

  
 
 
 
 

 
Change By: 
 Marley Kudiabor  
 
 
Attachment: 
 support_2017-03-30_14.22.52.zip  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43208) Very slow dashboard and /search response in some cases (slowing dashboard load)

2017-03-30 Thread marley.kudia...@cubic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marley Kudiabor updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43208  
 
 
  Very slow dashboard and /search response in some cases (slowing dashboard load)   
 

  
 
 
 
 

 
Change By: 
 Marley Kudiabor  
 
 
Attachment: 
 support_2017-03-30_14.23.07.zip  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43235) Total container cap of 10 reached when NO slaves are running?

2017-03-30 Thread jonas.fa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Falck created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43235  
 
 
  Total container cap of 10 reached when NO slaves are running?   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2017/Mar/30 3:03 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jonas Falck  
 

  
 
 
 
 

 
 I have currently 39 pods running in the cluster default namespace. None of them are created by jenkins.plugins.kubernetes.  If i increase limit to for example 50 it starts to create slaves. But why does it count more than i should?  

 
Mar 30, 2017 4:54:50 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Total container cap of 10 reached, not provisioning: 20 running in namespace default
Mar 30, 2017 4:55:00 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
Mar 30, 2017 4:55:00 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Total container cap of 10 reached, not provisioning: 20 running in namespace default
Mar 30, 2017 4:55:10 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
Mar 30, 2017 4:55:10 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Total container cap of 10 reached, not provisioning: 20 running in namespace default
Mar 30, 2017 4:55:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
Mar 30, 2017 4:55:20 PM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave

 

 running a new installatin of jenkins 2.46.1 and kubernetes plugin 0.11  
   

[JIRA] (JENKINS-43235) Total container cap of 10 reached when NO slaves are running?

2017-03-30 Thread jonas.fa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Falck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43235  
 
 
  Total container cap of 10 reached when NO slaves are running?   
 

  
 
 
 
 

 
Change By: 
 Jonas Falck  
 
 
Priority: 
 Minor Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-22494) Multiconfiguration project does not respect label restrictions

2017-03-30 Thread apr...@tibco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrian Price commented on  JENKINS-22494  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multiconfiguration project does not respect label restrictions   
 

  
 
 
 
 

 
 Mark Waite, thanks for the quick response. I suppose that in many case one would indeed want the matrix cell jobs to run on different nodes appropriate to particular combinations of matrix axis variables. Is there any documentation for your suggestion of using an agent label as the condition? It's not clear to me how to proceed - all I want to do is restrict where the matrix cell jobs run.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43237) Can't login without clearing cookies

2017-03-30 Thread bh...@mac.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bryan Hunt created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43237  
 
 
  Can't login without clearing cookies   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Félix Belzunce Arcos  
 
 
Components: 
 active-directory-plugin  
 
 
Created: 
 2017/Mar/30 3:43 PM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Bryan Hunt  
 

  
 
 
 
 

 
 We recently updated the active directory plugin from version 2.0 to 2.4 and we started having problems not being able to login.  We discovered that if you clear your browser cookies, you can then login just fine.  Our workaround was to revert back to version 2.0.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 


[JIRA] (JENKINS-43234) Invalid symlink causing repeated error in log

2017-03-30 Thread john.ander...@bluestembrands.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Anderson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43234  
 
 
  Invalid symlink causing repeated error in log   
 

  
 
 
 
 

 
Change By: 
 John Anderson  
 

  
 
 
 
 

 
 We are seeing a repeated error coming through our job outputs. It doesn't seem to be breaking anything as jobs are completing successfully. The error we see in the job output is:*Cannot contact Build (dockbld06): java.io.IOException: Remote call on Build (dockbld06) failed*"Build" is the node label and the actual box is named dockbld06. Looking into the logs of Jenkins I find an error like this popping up every 2 - 3 seconds while jobs are running. I filtered on "Jenkins.util.VirtualFile". This seems to be the underlying error for what we are seeing in the job log itself since they are both very frequent in the logs.  * could not determine symlink status of /var/jenkins_workspace/jobs/bluestem-common/initializr/master/builds/16/archivejava.nio.file.NoSuchFileException: /var/jenkins_workspace/jobs/bluestem-common/initializr/master/builds/16/archive at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixPath.toRealPath(UnixPath.java:837) at jenkins.util.VirtualFile$FileVF.isIllegalSymlink(VirtualFile.java:302) at jenkins.util.VirtualFile$FileVF.list(VirtualFile.java:254) at hudson.model.Run.addArtifacts(Run.java:1112) at hudson.model.Run.getArtifactsUpTo(Run.java:1092) 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:497) at org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:258) at org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:104) 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.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74) at org.apache.commons.jelly.tags.core.CoreTagLibrary$3.run(CoreTagLibrary.java:134) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at 

  1   2   3   4   >