I am exploring how Python applications can also use the CI pipeline, but I'm not sure how to create a standard workflow.
Jenkins is used to create the initial repository cloning and then initiates the current. Basically this is where maven and / or msbuild will receive dependency packages and build .... what current does through pip, so everything is fine here.
But now for the intricate part, the last part of the pipeline is creating and loading packages. Developers will probably download the created packages to the local repository, but then it is also possible to create a deployment package. In this case, it must be an RPM containing the virtual version of the application. I did one of them manually using rpmvenev, but no matter how it is done, how can I add such a step to the tox configuration? In case rpmvenv, it creates its own virtualenv, an autonomous command, so to speak.
python jenkins packaging tox
Techzilla
source share