Skip to content

Commit

Permalink
Merge pull request jianyunt#10 from eb019509/master
Browse files Browse the repository at this point in the history
Use NuGet repo
  • Loading branch information
ethanbergstrom authored and GitHub Enterprise committed Jun 24, 2018
2 parents 4ee804f + 60acbc6 commit 029fe76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 029fe76

Please sign in to comment.