diff --git a/Jenkinsfile b/Jenkinsfile index 229901d..8cfbaee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,8 +9,8 @@ pipeline { environment { PACKAGE_NAME = 'ChocolateyGet' TEAMS_URL = 'https://outlook.office.com/webhook/c70adb63-caaf-4054-acd9-ffc39745b11c@fbc493a8-0d24-4454-a815-f4ca58e8c09d/IncomingWebhook/2e708b5e781f48f99cd4e5223d6b6ddd/db882129-a743-4298-9b1d-53922a4a3d7b' - ARTIFACTORY_INTEGRATION_REPO = 'commwx-integration' - ARTIFACTORY_PRODUCTION_REPO = 'commwx-production' + ARTIFACTORY_INTEGRATION_REPO = 'nuget-integration-local' + ARTIFACTORY_PRODUCTION_REPO = 'nuget-production-local' } stages { stage('Build') {