Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b0bf445

Browse files
author
Corneil du Plessis
committed
Update workflows not using jfrog cli with Artifactory credentials [skip ci]
1 parent afe5760 commit b0bf445

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci-it-db.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131
- name: 'Action: Run Db IT'
32+
env:
33+
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
34+
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
3235
run: |
3336
mvn clean install -DskipTests -T 1C -s .settings.xml -pl spring-cloud-dataflow-server -am
3437
mvn \

.github/workflows/ci-it-performance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
password: ${{ secrets.DOCKERHUB_TOKEN }}
2727

2828
- name: Run Performance IT
29+
env:
30+
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
31+
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
2932
run: |
3033
mvn clean install -DskipTests -T 1C -s .settings.xml -pl spring-cloud-dataflow-server -am
3134
mvn \

.github/workflows/ci-it-security.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
password: ${{ secrets.DOCKERHUB_TOKEN }}
2727

2828
- name: Run Security IT
29+
env:
30+
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
31+
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
2932
run: |
3033
mvn clean install -DskipTests -T 1C -s .settings.xml -pl spring-cloud-dataflow-server -am
3134
mvn \

0 commit comments

Comments
 (0)