We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b13bc commit fa4d9b9Copy full SHA for fa4d9b9
.gitlab-ci.yml
@@ -894,13 +894,13 @@ verify_maven_central_deployment:
894
allow_failure: true
895
script:
896
- |
897
- export VERSION=1.51.2 # hardcoded VERSION for testing
+ export VERSION=1.51.3 # hardcoded VERSION for testing (should fail)
898
# export VERSION=${CI_COMMIT_TAG##v}
899
MAVEN_URL="https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/${VERSION}/dd-java-agent-${VERSION}.jar"
900
echo "Checking URL: $MAVEN_URL"
901
# Wait 30 min for the release to be available
902
TRY=0
903
- MAX_TRIES=60
+ MAX_TRIES=2
904
DELAY=30
905
while [ $TRY -lt $MAX_TRIES ]; do
906
if curl -s -I "$MAVEN_URL" | grep -q "^HTTP/.* 200"; then
0 commit comments