[JIRA] (JENKINS-24329) Golang release json needs to be updated

2018-02-19 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-24329  
 
 
  Golang release json needs to be updated
 

  
 
 
 
 

 
Change By: 
 SCM/JIRA link daemon  
 
 
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 https://groups.google.com/d/optout.


[JIRA] (JENKINS-24329) Golang release json needs to be updated

2018-02-19 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-24329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Golang release json needs to be updated
 

  
 
 
 
 

 
 Code changed in jenkins User: Daniel Beck Path: golang.groovy http://jenkins-ci.org/commit/crawler/654bc74bafebccbedb310c134b3b29bb7bcb63dc Log: Merge pull request #69 from orrc/fix-golang-version [FIXED JENKINS-24329] Fix golang crawler for double-digit versions Compare: https://github.com/jenkins-infra/crawler/compare/f9dd1e350526...654bc74bafeb  
 

  
 
 
 
 

 
 
 

 
 
 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-24329) Golang release json needs to be updated

2018-02-19 Thread ch...@orr.me.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christopher Orr commented on  JENKINS-24329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Golang release json needs to be updated
 

  
 
 
 
 

 
 Thanks for reporting this. You can feel free to open a new issue, rather than reusing one that wasn't really related. I've submitted a PR here: https://github.com/jenkins-infra/crawler/pull/69  
 

  
 
 
 
 

 
 
 

 
 
 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-24329) Golang release json needs to be updated

2018-02-19 Thread jgeiger (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joey Geiger edited a comment on  JENKINS-24329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Golang release json needs to be updated
 

  
 
 
 
 

 
 This needs to be updated in the crawler for the [golang matcher|https://github.com/jenkins-infra/crawler/blob/master/golang.groovy#L35]  in the crawler . {code:java}go(?:\.go)?(\d(?:\.\d{1,})*)\.(?:([^-]+)-([^-]+)(?:-(.+))?)\.(?:tar\.gz|zip){code}  If you add the\{1,}to the digit capture, it seems to work.  
 

  
 
 
 
 

 
 
 

 
 
 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-24329) Golang release json needs to be updated

2018-02-19 Thread jgeiger (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joey Geiger edited a comment on  JENKINS-24329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Golang release json needs to be updated
 

  
 
 
 
 

 
 This needs to be updated in the crawler for the  [  golang matcher |https://github.com/jenkins-infra/crawler/blob/master/golang.groovy#L35]  in the crawler. {code:java}go(?:\.go)?(\d(?:\.\d{1,})*)\.(?:([^-]+)-([^-]+)(?:-(.+))?)\.(?:tar\.gz|zip){code}  If you add the\{1,}to the digit capture, it seems to work.  
 

  
 
 
 
 

 
 
 

 
 
 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-24329) Golang release json needs to be updated

2018-02-19 Thread jgeiger (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joey Geiger edited a comment on  JENKINS-24329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Golang release json needs to be updated
 

  
 
 
 
 

 
 This needs to be updated in the crawler for the golang matcher in the crawler.  {code:java}go(?:\.go)?(\d(?:\.\d{1,})*)\.(?:([^-]+)-([^-]+)(?:-(.+))?)\.(?:tar\.gz|zip){code}  If you add the \  {1,}   to the digit capture, it seems to work.  
 

  
 
 
 
 

 
 
 

 
 
 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-24329) Golang release json needs to be updated

2018-02-19 Thread jgeiger (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joey Geiger commented on  JENKINS-24329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Golang release json needs to be updated
 

  
 
 
 
 

 
   

 

go(?:\.go)?(\d(?:\.\d{1,})*)\.(?:([^-]+)-([^-]+)(?:-(.+))?)\.(?:tar\.gz|zip)
 

   If you add the  {1,}  to the digit capture, it seems to work.  
 

  
 
 
 
 

 
 
 

 
 
 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-24329) Golang release json needs to be updated

2018-02-19 Thread jgeiger (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joey Geiger edited a comment on  JENKINS-24329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Golang release json needs to be updated
 

  
 
 
 
 

 
 Sorry to re-open, but this has become an issue again.With the release of Go 1.10, the JSON is no longer parsed correctly. {code:java}"name": "Go 1","variants": [{ "arch": "amd64", "os": "10.darwin", "url": "https://dl.google.com/go/go1.10.darwin-amd64.tar.gz" }, { {code} The os is combining the version and os name.The UI only shows Go 1 as the downloadable version, but based on the OS, it doesn't look like it will properly work. This will also fail once go1.10.x is  release  released  as well.Here's a link to the full JSON. [ https://jenkins-updates.cloudbees.com/updates/org.jenkinsci.plugins.golang.GolangInstaller.json ]  Thank you.  
 

  
 
 
 
 

 
 
 

 
 
 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-24329) Golang release json needs to be updated

2018-02-19 Thread jgeiger (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joey Geiger edited a comment on  JENKINS-24329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Golang release json needs to be updated
 

  
 
 
 
 

 
 Sorry to re-open, but this has become an issue again.With the release of Go 1.10, the JSON is no longer parsed correctly.  {code:java} "name": "Go 1",  "variants": [ \ {    "arch": "amd64",    "os": "10.darwin",    "url": "https://dl.google.com/go/go1.10.darwin-amd64.tar.gz"   },  \ {    {code}  The os is combining the version and os name.The UI only shows Go 1 as the downloadable version, but based on the OS, it doesn't look like it will properly work. This will also fail once go1.10.x is release as well. Here's a link to the full JSON.  https://jenkins-updates.cloudbees.com/updates/org.jenkinsci.plugins.golang.GolangInstaller.json  Thank you.  
 

  
 
 
 
 

 
 
 

 
 
 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-24329) Golang release json needs to be updated

2018-02-19 Thread jgeiger (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joey Geiger reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Sorry to re-open, but this has become an issue again. With the release of Go 1.10, the JSON is no longer parsed correctly.   "name": "Go 1", "variants": [{ "arch": "amd64", "os": "10.darwin", "url": "https://dl.google.com/go/go1.10.darwin-amd64.tar.gz" }, {   The os is combining the version and os name. The UI only shows Go 1 as the downloadable version, but based on the OS, it doesn't look like it will properly work. This will also fail once go1.10.x is release as well. Thank you.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-24329  
 
 
  Golang release json needs to be updated
 

  
 
 
 
 

 
Change By: 
 Joey Geiger  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Closed Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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