Actions
Feature #22817
openRemove sdk/java-v2/test-in*-docker.sh
Status:
New
Priority:
Normal
Assigned To:
-
Category:
SDKs
Target version:
-
Story points:
-
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
No data to display
Actions