Hi,
I am running my gitlab CI/CD and have the problem blow.
Skipping Git submodules setup
Checking cache for default…
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.
Successfully extracted cache
/usr/local/bin/mvn-entrypoint.sh: line 24: find: command not found
/usr/local/bin/mvn-entrypoint.sh: line 24: find: command not found
I’ve noticed the issue seems to happen when using OpenJDK 15 or 14. If I switch to OpenJDK 8 it seems to work. In the past it seemed to be fine, just started yesterday.
I’m staring at a copy on my desk right now that has sticky note bookmarks sticking out all which ways. It walks you all the way through building an application, containerizing it, creating a Jenkins pipeline with automated testing, and migrating data for the application (a java calculator).
Reader beware: It does make a few assumptions since it isn’t meant to teach you how to use git; it assumes you have an environment to do the work on, so don’t expect much in the way of provisioning an EC2 instance or a VM to do the exercises in.