Merge pull request #2102 from SmartThingsCommunity/bug/deploy_script2

DVCSMP-2701 Update Deployment Jobs to new Artifactory.
This commit is contained in:
Vinay Rao
2017-06-19 14:24:34 -07:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ buildscript {
username smartThingsArtifactoryUserName
password smartThingsArtifactoryPassword
}
url "https://artifactory.smartthings.com/libs-release-local"
url "https://smartthings.jfrog.io/smartthings/libs-release-local"
}
}
}
@@ -32,7 +32,7 @@ repositories {
username smartThingsArtifactoryUserName
password smartThingsArtifactoryPassword
}
url "https://artifactory.smartthings.com/libs-release-local"
url "https://smartthings.jfrog.io/smartthings/libs-release-local"
}
}