-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.46.2
artifactory plugin 2.10.4
We use the conan part of the artifactory plugin. For each build, we use a different conan version with virtualenv. The path to the actual conan version is prepended to the path with withEnv
However, The artifactory plugin always uses the globally installed conan version instead of the one it should use.
Furthermore, conan env variables set with withEnv also are not used (e.g. CONAN_USER_HOME).
As the plugin relies on an installed conan version, it should take the pipeline environment variables into account.