I have a scala project and it is under a Jenkins build setup and at last it will be run under a docker container.
Sometimes I doubt the process of build and I don't sure if the compiled jar file the latest version or the build process was broken and the resulting container still runs with the older version of the jar.
Is there any common way to relate the jar file to the commit (For example commit the latest commit id into the sources ... )?
Is there any tooling for this job?