I am looking for a way to use python3 on Jenkins slaves. Can someone provide me more details how it can be done ? The simplest way seems like installing rh-python* package and enabling it via scl.
On Oct 16 12:03, Siteshwar Vashisht wrote:
I am looking for a way to use python3 on Jenkins slaves. Can someone provide me more details how it can be done ? The simplest way seems like installing rh-python* package and enabling it via scl.
--
Siteshwar Vashisht _______________________________________________ Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
I'm curious why you need python 3 on the agents rather than on the Duffy nodes you check out from your jobs.
If you mean on the Duffy nodes, you can install the software collections yourself as part of your setup script.
--Brian