My project is sourced with SCM from a git repo. The project has some python dependencies that needs to be installed after the SCM has updated.
Is it possible to launch a job to install requirements after the SCM update job has finished?
I have considered adding a role to make sure all dependencies are installed in each task, but I would prefer to do this as part of the SCM update.
Best regards,
Björn Rasmusson.