Update other workflows to use USW1 Artifactory
This commit is contained in:
@@ -24,5 +24,5 @@ jobs:
|
||||
buildName: ${{ inputs.buildName }}
|
||||
buildNumber: ${{ inputs.buildNumber }}
|
||||
secrets:
|
||||
ARTIFACTORY_USERNAME: ${{ secrets.COMMERCIAL_ARTIFACTORY_USW1_USERNAME }}
|
||||
ARTIFACTORY_PASSWORD: ${{ secrets.COMMERCIAL_ARTIFACTORY_USW1_PASSWORD }}
|
||||
ARTIFACTORY_USERNAME: ${{ secrets.COMMERCIAL_ARTIFACTORY_USERNAME }}
|
||||
ARTIFACTORY_PASSWORD: ${{ secrets.COMMERCIAL_ARTIFACTORY_PASSWORD }}
|
||||
6
.github/workflows/pr-build.yml
vendored
6
.github/workflows/pr-build.yml
vendored
@@ -8,6 +8,8 @@ on:
|
||||
jobs:
|
||||
build-pull-request:
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main
|
||||
with:
|
||||
runner: ubuntu22-2-8
|
||||
secrets:
|
||||
ARTIFACTORY_USERNAME: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_USERNAME }}
|
||||
ARTIFACTORY_PASSWORD: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_PASSWORD }}
|
||||
ARTIFACTORY_USERNAME: ${{ secrets.COMMERCIAL_ARTIFACTORY_USERNAME }}
|
||||
ARTIFACTORY_PASSWORD: ${{ secrets.COMMERCIAL_ARTIFACTORY_PASSWORD }}
|
||||
|
||||
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -14,10 +14,11 @@ jobs:
|
||||
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
|
||||
with:
|
||||
artifactoryUrl: https://repo.spring.vmware.com
|
||||
stagingRepository: spring-commercial-staging-local
|
||||
targetReleaseRepository: spring-commercial-release-local
|
||||
artifactoryUrl: https://usw1.packages.broadcom.com
|
||||
stagingRepository: spring-enterprise-maven-stage-local
|
||||
targetReleaseRepository: spring-enterprise-maven-prod-local
|
||||
artifactoryProjectKey: spring
|
||||
runner: ubuntu22-2-8
|
||||
secrets:
|
||||
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
JF_ARTIFACTORY_SPRING: ${{ secrets.COMMERCIAL_JF_ARTIFACTORY_SPRING }}
|
||||
|
||||
@@ -14,7 +14,7 @@ env:
|
||||
|
||||
jobs:
|
||||
verify-staged-with-samples:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu22-2-8
|
||||
steps:
|
||||
|
||||
- name: Checkout Samples Repo
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
printf "allprojects {
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://repo.spring.vmware.com/artifactory/spring-commercial-staging-local'
|
||||
url 'https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-stage-local'
|
||||
credentials {
|
||||
username = '$ARTIFACTORY_USERNAME'
|
||||
password = '$ARTIFACTORY_PASSWORD'
|
||||
|
||||
Reference in New Issue
Block a user