Open bewczardski opened 10 months ago
@bewczardski, We recommend using the JFrog Jenkins Plugin to avoid this issue.
@eyalbe4 We have a Conan build process that isn't supported by the CLI Plugin, so the build is currently using the artifactory plugin and want to leverage the functionality for installing python libraries used in the build process. Containerization isn't an option as its a windows build and the build process cannot utilize windows containers. For linux builds the python module could be installed in the build container.
I just looked at the build-info plugin an I found this submission: https://github.com/jfrog/build-info/issues/719 which is the exact same issue. Same statement has been made there as well.
I also get the same issue, my plugin version is 4.0.8
Describe the bug When using rtPipInstall to install dependencies in a virtual environment an error occurs:
Note the escaping backslashes in the /bin/sh command below "/bin/sh -c source\ venv-unittest/bin/activate\ &&"
To Reproduce call rtPipInstall with args and envActivation defined