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 7ef7998 commit 6d705d9Copy full SHA for 6d705d9
.gitlab-ci.yml
@@ -895,13 +895,13 @@ verify_maven_central_deployment:
895
allow_failure: true
896
script:
897
- |
898
- export VERSION=1.51.2 # hardcoded VERSION for testing
+ export VERSION=1.51.3 # hardcoded VERSION for testing (should fail)
899
# export VERSION=${CI_COMMIT_TAG##v}
900
MAVEN_URL="https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/${VERSION}/dd-java-agent-${VERSION}.jar"
901
echo "Checking URL: $MAVEN_URL"
902
# Wait 30 min for the release to be available
903
TRY=0
904
- MAX_TRIES=60
+ MAX_TRIES=2
905
DELAY=30
906
while [ $TRY -lt $MAX_TRIES ]; do
907
if curl -s -I "$MAVEN_URL" | grep -q "^HTTP/.* 200"; then
0 commit comments