You could separate out the Opencast build so that you can restart jobs more granularly. See also #666, though.
You could even try to split building/installing (in the maven sense) and deploying the artifacts, but a naive mvn install; mvn deploy:deploy split did not work because of
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy (default-cli) on project annotation-tool-frontend: NoFileAssignedException: The packaging for this project did not assign a file to the build artifact -> [Help 1]
for the bundle-packaged projects.
You could separate out the Opencast build so that you can restart jobs more granularly. See also #666, though.
You could even try to split building/installing (in the maven sense) and deploying the artifacts, but a naive
mvn install; mvn deploy:deploysplit did not work because offor the
bundle-packaged projects.