How to fix a Jenkins error?
Hello everyone,
the binary builds of my package in Jenkins failed with a dependency error. I fixed the error in my CMakeLists.txt file and updated the Github repo accordingly. However the last two builds still failed with the same error. I was assuming that Jenkins downloads the files from Github every time it tries to build?
Do I have to do anything else in order to make Jenkins build from the updated repo?
Thanks!