jenkins to point to custom /usr/local path of python

2019-03-09 Thread Ivan Fernandez Calvo
You have to add /usr/local/bin or wherever you have the python 3.6 binary to the PATH environment variable of the user you use to connect from Jenkins -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rece

How to download artifacts from nexus

2019-03-09 Thread Faad Sayaou
Hello, I have a pipeline which builds my project and uploads the result as a zip file on nexus. I am now making a second pipeline which will download the zip files from Nexus in order to deploy the application to a server. 1. Is there any plugin which I can use to get the latest version of my zi