Skip to content

Commit

Permalink
Merge pull request #39 from aheritier/fix/JENKINS-30380
Browse files Browse the repository at this point in the history
JENKINS-30380: Downloads of NodeJS binaries are now in https
  • Loading branch information
daniel-beck committed Sep 15, 2015
2 parents 10752b9 + d25bd8d commit a270444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs.groovy
Expand Up @@ -6,7 +6,7 @@ import com.gargoylesoftware.htmlunit.WebClient
import net.sf.json.*

def wc = new WebClient()
def baseUrl = 'http://nodejs.org/dist'
def baseUrl = 'https://nodejs.org/dist'
HtmlPage p = wc.getPage(baseUrl);

def json = [];
Expand Down

0 comments on commit a270444

Please sign in to comment.