You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This scenario happens, for example, when two branches point to the same commit: master and release/1.xx and the symptom is a permission error in the CI (Windows) because one job is trying to override the python.exe that the other job is using:
When two different jobs point to the same commit they fight for the same directory because they are using a directory that contains the commit:
conan_ci_jenkins/src/org/jfrog/conanci/TestRunner.groovy
Line 166 in 7a237c4
This scenario happens, for example, when two branches point to the same commit:
master
andrelease/1.xx
and the symptom is a permission error in the CI (Windows) because one job is trying to override thepython.exe
that the other job is using:The text was updated successfully, but these errors were encountered: