|
|
|
|
@ -3,7 +3,7 @@ name: Build and Deploy
@@ -3,7 +3,7 @@ name: Build and Deploy
|
|
|
|
|
on: |
|
|
|
|
push: |
|
|
|
|
branches: |
|
|
|
|
- main |
|
|
|
|
- '**' |
|
|
|
|
schedule: |
|
|
|
|
- cron: '0 10 * * *' # Once per day at 10am UTC |
|
|
|
|
|
|
|
|
|
@ -80,7 +80,7 @@ jobs:
@@ -80,7 +80,7 @@ jobs:
|
|
|
|
|
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} |
|
|
|
|
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} |
|
|
|
|
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} |
|
|
|
|
run: ./gradlew test --refresh-dependencies -Duser.name=spring-builds+github -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" -PforceMavenRepositories=snapshot -PspringFrameworkVersion='5.3.+' -PspringSecurityVersion='5.7.+' -PlocksDisabled --stacktrace |
|
|
|
|
run: ./gradlew test --refresh-dependencies -Duser.name=spring-builds+github -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" -PforceMavenRepositories=snapshot -PspringFrameworkVersion='5.3.+' -PspringSecurityVersion='5.8.+' -PlocksDisabled --stacktrace |
|
|
|
|
deploy_artifacts: |
|
|
|
|
name: Deploy Artifacts |
|
|
|
|
needs: [build, snapshot_tests] |
|
|
|
|
|