We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cfbcc commit a22658dCopy full SHA for a22658d
.github/workflows/complete.yml
@@ -152,6 +152,10 @@ jobs:
152
with:
153
maven-version: 3.6.3
154
- name: build-jar
155
+ env:
156
+ # Try to add retries to prevent download failure
157
+ # https://github.community/t/getting-maven-could-not-transfer-artifact-with-500-error-when-using-github-actions/17570
158
+ MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3
159
run: make build-java-no-tests REVISION=${GITHUB_SHA}
160
- name: copy to gs
161
run: gsutil cp ./spark/ingestion/target/feast-ingestion-spark-${GITHUB_SHA}.jar gs://feast-jobs/spark/ingestion/
0 commit comments