File tree Expand file tree Collapse file tree
.harness/orgs/PROD/projects/Harness_Split/pipelines Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ pipeline:
4747 redis-cli ping 2>/dev/null | grep -q PONG && { echo "Redis is up"; break; }
4848 echo "Waiting for Redis... ($i/30)"; sleep 1
4949 done
50- cp .ci.settings.xml ${HOME}/.m2/settings.xml
50+ mkdir -p ${HOME}/.m2 && cp .ci.settings.xml ${HOME}/.m2/settings.xml
5151 mvn --batch-mode clean install
5252 when :
5353 stageStatus : Success
@@ -91,7 +91,7 @@ pipeline:
9191 redis-cli ping 2>/dev/null | grep -q PONG && { echo "Redis is up"; break; }
9292 echo "Waiting for Redis... ($i/30)"; sleep 1
9393 done
94- cp .ci.settings.xml ${HOME}/.m2/settings.xml
94+ mkdir -p ${HOME}/.m2 && cp .ci.settings.xml ${HOME}/.m2/settings.xml
9595 if [ -n "$PR_NUMBER" ] && [ "$PR_NUMBER" != "null" ]; then
9696 mvn --batch-mode clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
9797 -Dsonar.host.url="$SONAR_HOST_URL" \
You can’t perform that action at this time.
0 commit comments