Skip to content

Commit 1d5861b

Browse files
authored
Merge pull request #28 from thelamer/master
need to update endpoint URL as skimdb has been shut down
2 parents 4a4e00d + 5242d0c commit 1d5861b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/generate-jenkins/templates/Jenkinsfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ pipeline {
239239
steps{
240240
script{
241241
env.EXT_RELEASE = sh(
242-
script: '''curl -sL https://skimdb.npmjs.com/registry/${EXT_NPM} |jq -r '. | .["dist-tags"].latest' ''',
242+
script: '''curl -sL https://replicate.npmjs.com/registry/${EXT_NPM} |jq -r '. | .["dist-tags"].latest' ''',
243243
returnStdout: true).trim()
244244
env.RELEASE_LINK = 'https://www.npmjs.com/package/' + env.EXT_NPM
245245
}

0 commit comments

Comments
 (0)