This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 9f61a4e2aca Feat/jenkins auto redeploy (#12542)
9f61a4e2aca is described below
commit 9f61a4e2aca6988404e604cbf63da3c9aeb8cd59
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon May 20 03:31:58 2024 +0200
Feat/jenkins auto redeploy (#12542)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f8ef4f77371..db45da55e18 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -169,7 +169,7 @@ pipeline {
steps {
echo 'Deploying'
// Deploy the artifacts using the wagon-maven-plugin.
- sh 'mvn -f jenkins.pom -X -P deploy-snapshots wagon:upload -P
get-jar-with-dependencies'
+ sh 'until mvn -f jenkins.pom -X -P deploy-snapshots
wagon:upload || (( count++ >= 5 )); do echo "Retrying to deploy"; done'
}
}