[JIRA] (JENKINS-40177) Use BitBucket Server project icon for jenkins folder icon

2020-03-17 Thread neovor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tiernan Messmer closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40177  
 
 
  Use BitBucket Server project icon for jenkins folder icon   
 

  
 
 
 
 

 
Change By: 
 Tiernan Messmer  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.176824.1480638135000.8672.1584490080538%40Atlassian.JIRA.


[JIRA] (JENKINS-61498) Docker inside Docker not detected correctly with Windows Containers

2020-03-16 Thread neovor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tiernan Messmer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61498  
 
 
  Docker inside Docker not detected correctly with Windows Containers   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 docker-workflow-plugin  
 
 
Created: 
 2020-03-17 04:32  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Tiernan Messmer  
 

  
 
 
 
 

 
 The logic in https://github.com/jenkinsci/docker-workflow-plugin/blob/5191865cd0126b3d25ef11fd03bf932c4178ea91/src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java#L337 currently does not handle windows containers properly. The result of this is that the magic volumes from container logic https://github.com/jenkinsci/docker-workflow-plugin/blob/1089131014350e11adfa364d34e7717954350261/src/main/java/org/jenkinsci/plugins/docker/workflow/WithContainerStep.java#L181 is not being invoked in cases where it's needed. In my situation I've worked around the issue by exposing making workspace root a bind mount to the same path on the host, but it would be nice if this "just works". At least when using the Docker Agent plugin (https://plugins.jenkins.io/docker-plugin/) it looks like the container ID is available inside the job as an environment variable DOCKER_CONTAINER_ID. I imagine this is a special case from the docker-plugin setting this up though. I'm not sure what the correct general way to determine the container id with Windows Containers, but leveraging DOCKER_CONTAINER_ID where available would be better than nothing.  
 

  
 
 
 
 

 
 
 


[JIRA] (JENKINS-34742) FilePath#installIfNecessaryFrom consistently fails to download certain files

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


 
 
 
 

 
 
 

 
   
 Tiernan Messmer commented on  JENKINS-34742  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: FilePath#installIfNecessaryFrom consistently fails to download certain files   
 

  
 
 
 
 

 
 An update from https://github.com/golang/go/issues/19052#issuecomment-279311635 - it appears the root cause of this issue is JZlib does not correctly handle chunked/multistream gzip files. While the golang distributions are no longer using chunked gzip files to increase compatibility, this may yet appear in other situations, so the long term solution would be to switch JZlib to a better library that correctly handles this part of the gzip RFC, or getting the issue fixed in JZlib  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-34742) FilePath#installIfNecessaryFrom consistently fails to download certain files

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


 
 
 
 

 
 
 

 
   
 Tiernan Messmer commented on  JENKINS-34742  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: FilePath#installIfNecessaryFrom consistently fails to download certain files   
 

  
 
 
 
 

 
 I noticed gzip handling is being done by JZlib not apache commons compress (I had mistakenly assumed commons compress was handling both gzip and tar). The fact that it is relying on the size in the footer indicates it would likely also fail on >4GB (uncompressed) gz files. Changing to commons compress (which I believe handles >4GB) in FilePath would likely resolve this as a side effect to allow it to handle malformed gz files in addition to being able to handle >4GB gz files.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-34742) FilePath#installIfNecessaryFrom consistently fails to download certain files

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


 
 
 
 

 
 
 

 
   
 Tiernan Messmer commented on  JENKINS-34742  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: FilePath#installIfNecessaryFrom consistently fails to download certain files   
 

  
 
 
 
 

 
 On further investigation, this is caused by the same issue as JENKINS-39515 - The gz files on the golang site have an incorrect size in the gzip footer field. https://github.com/golang/go/issues/19052 has more information.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39515) Failed to install Go 1.7.3

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


 
 
 
 

 
 
 

 
   
 Tiernan Messmer commented on  JENKINS-39515  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to install Go 1.7.3
 

  
 
 
 
 

 
 Interesting indeed. I checked 1.6.2 linux tarball and it was fine contrary to what is mentioned in that repository, but then I noticed the linked tarballs were for darwin not linux, so I re-ran my test against some of those files and it now matches the results, where 1.4.3 fails (but 1.4.2 works), and 1.5.1 works, while 1.5.2+ fails I'm not sure why this issue started appearing on the darwin builds before it started appearing on the linux builds, but it definitely appears to be the same problem! 

 

Size of go1.4.2.darwin-amd64-osx10.8.tar.gz from header  230127616
gunzipped size of go1.4.2.darwin-amd64-osx10.8.tar.gz230127616

Size of go1.4.3.darwin-amd64.tar.gz from header  683008
gunzipped size of go1.4.3.darwin-amd64.tar.gz221932544

Size of go1.5.darwin-amd64.tar.gz from header286595584
gunzipped size of go1.5.darwin-amd64.tar.gz  286595584

Size of go1.5.1.darwin-amd64.tar.gz from header  286660096
gunzipped size of go1.5.1.darwin-amd64.tar.gz286660096

Size of go1.5.2.darwin-amd64.tar.gz from header  242176
gunzipped size of go1.5.2.darwin-amd64.tar.gz281260544

Size of go1.6.2.darwin-amd64.tar.gz from header  222720
gunzipped size of go1.6.2.darwin-amd64.tar.gz321086976
 

 (command used to generate the above is linked in the go github issue)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

 

[JIRA] (JENKINS-40177) Use BitBucket Server project icon for jenkins folder icon

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


 
 
 
 

 
 
 

 
   
 Tiernan Messmer commented on  JENKINS-40177  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Use BitBucket Server project icon for jenkins folder icon   
 

  
 
 
 
 

 
 I notice there's some commented out code in BitbucketTeamMetadataAction.java for getAvatarImageOf with the comment "TODO when bitbucket supports serving avatars with a size request - currently only works if using gravatar or server". Is there anything blocking this being enabled when BitBucket Server is in use and keeping current behaviour when BitBucket Cloud is in use until such a time it supports serving avatars with a size parameter?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39515) Failed to install Go 1.7.3

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


 
 
 
 

 
 
 

 
   
 Tiernan Messmer commented on  JENKINS-39515  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to install Go 1.7.3
 

  
 
 
 
 

 
 There appears to be an issue with the gzip footer contents of the files hosted which the apache commons gzip library can not handle. https://github.com/golang/go/issues/19052 has more details.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40177) Use BitBucket Server project icon for jenkins folder icon

2016-12-01 Thread neovor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tiernan Messmer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40177  
 
 
  Use BitBucket Server project icon for jenkins folder icon   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Antonio Muñiz  
 
 
Components: 
 bitbucket-branch-source-plugin  
 
 
Created: 
 2016/Dec/02 12:22 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Tiernan Messmer  
 

  
 
 
 
 

 
 Similar to how the GitHub plugin allows the repository or organisation icon to be used, it would be great if the BitBucket branch source plugin allowed the project icon to be used as the folder icon.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment