Renato Ivancic - Software Engineer

Background image

Jenkins hints

Backend

The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. Isolated environment variables I needed to set environment specific variables for the job. They can not be saved in the pipeline script itself which is in git repository, because it is executed from multiple different Jenkins servers. Every one of the them needs to set different variables. Also the global environmental variables of the Jenkins itself are not an option, because variables that I need are specific for just one job inside server.

29 Aug 2017 #jenkins