Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-30380: Downloads of NodeJS binaries are now in https
  • Loading branch information
aheritier committed Sep 10, 2015
1 parent 10752b9 commit d25bd8d
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 d25bd8d

Please sign in to comment.