Fix build-folder.sh for jfrog
This commit is contained in:
12
.github/workflows/common.yml
vendored
12
.github/workflows/common.yml
vendored
@@ -409,7 +409,7 @@ jobs:
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: Unit Tests - Processors
|
||||
name: Unit Tests - Processors - ${{ matrix.app }}
|
||||
path: '**/surefire-reports/*.xml'
|
||||
fail-on-empty: false
|
||||
reporter: java-junit
|
||||
@@ -417,7 +417,7 @@ jobs:
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: Integration Tests - Processors
|
||||
name: Integration Tests - Processors - ${{ matrix.app }}
|
||||
path: '**/failsafe-reports/*.xml'
|
||||
reporter: java-junit
|
||||
fail-on-empty: false
|
||||
@@ -546,7 +546,7 @@ jobs:
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: Unit Tests - Sinks
|
||||
name: Unit Tests - Sinks - ${{ matrix.app }}
|
||||
path: '**/surefire-reports/*.xml'
|
||||
fail-on-empty: false
|
||||
reporter: java-junit
|
||||
@@ -554,7 +554,7 @@ jobs:
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: Integration Tests - Sinks
|
||||
name: Integration Tests - Sinks - ${{ matrix.app }}
|
||||
path: '**/failsafe-reports/*.xml'
|
||||
reporter: java-junit
|
||||
fail-on-empty: false
|
||||
@@ -668,7 +668,7 @@ jobs:
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: Unit Tests - Sources
|
||||
name: Unit Tests - Sources - ${{ matrix.app }}
|
||||
path: '**/surefire-reports/*.xml'
|
||||
fail-on-empty: false
|
||||
reporter: java-junit
|
||||
@@ -676,7 +676,7 @@ jobs:
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: Integration Tests - Sources
|
||||
name: Integration Tests - Sources - ${{ matrix.app }}
|
||||
path: '**/failsafe-reports/*.xml'
|
||||
reporter: java-junit
|
||||
fail-on-empty: false
|
||||
|
||||
@@ -148,7 +148,7 @@ if ((RESULT == 0)); then
|
||||
fi
|
||||
IS_DEPLOY=false
|
||||
if [ "$BUILD_VERSION_TYPE" != "" ]; then
|
||||
MVNW=jfrog mvn rt
|
||||
MVNW="jfrog mvn"
|
||||
if [[ "$MAVEN_GOAL" == *"deploy"* ]]; then
|
||||
MAVEN_GOAL="${MAVEN_GOAL//deploy/}"
|
||||
IS_DEPLOY=true
|
||||
|
||||
Reference in New Issue
Block a user