Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Sep 8, 2024
1 parent 60a5179 commit 1f9450a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
buildScanIdSecondBuild="$(echo "${{ steps.build.outputs.buildScanSecondBuild }}" | rev | cut -d/ -f1 | rev )"
echo "$buildScanIdFirstBuild"
echo "$buildScanIdSecondBuild"
mavenBuildCachePerformanceFirstBuild="$(curl -s -H "Authorization: Bearer $DEVELOCITY_ACCESS_KEY" "$DEVELOCITY_URL/api/builds/$buildScanIdFirstBuild/maven-build-cache-performance")"
mavenBuildCachePerformanceSecondBuild="$(curl -s -H "Authorization: Bearer $DEVELOCITY_ACCESS_KEY" "$DEVELOCITY_URL/api/builds/$buildScanIdSecondBuild/maven-build-cache-performance")"
mavenBuildCachePerformanceFirstBuild="$(curl -vs -H "Authorization: Bearer $DEVELOCITY_ACCESS_KEY" "$DEVELOCITY_URL/api/builds/$buildScanIdFirstBuild/maven-build-cache-performance")"
mavenBuildCachePerformanceSecondBuild="$(curl -vs -H "Authorization: Bearer $DEVELOCITY_ACCESS_KEY" "$DEVELOCITY_URL/api/builds/$buildScanIdSecondBuild/maven-build-cache-performance")"
echo "$mavenBuildCachePerformanceFirstBuild"
echo "$mavenBuildCachePerformanceSecondBuild"
hasMisconfiguredCacheableGoals="$(echo "$mavenBuildCachePerformanceFirstBuild" | jq '[.goalExecution[] | select(.nonCacheabilityCategory != "goal_not_supported" and .nonCacheabilityCategory != null)] | length')"
Expand Down

0 comments on commit 1f9450a

Please sign in to comment.