Actions
Feature #22817
closedRemove sdk/java-v2/test-in*-docker.sh
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
SDKs
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
As best I can tell, the original motivation for test-in-docker.sh was for the build-java-sdk Jenkins job to be able to run gradle on skinny images that had Docker installed but not a lot of development tooling.
Now that we've standardized on a single, all-inclusive image, this need has gone away. Remove these scripts and update build-java-sdk to run the desired gradle command directly:
gradle -Pversion="$ARVADOS_BUILDING_VERSION" --info --stacktrace clean test jar install uploadArchives
Updated by Brett Smith 9 months ago
- Related to Feature #22812: Migrate Java SDK to maven-publish plugin added
Updated by Brett Smith 9 months ago
- Target version deleted (
Development 2025-07-09)
Updated by Brett Smith 8 months ago
- Target version set to Development 2025-07-23
- Assigned To set to Brett Smith
- Status changed from New to In Progress
Reconfigured the Jenkins job: build-java-sdk: #61
Updated by Brett Smith 8 months ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|59aec78aabdb6730cb3a9afd919f199f04e75ba2.
Actions