RPRodrigo Pratesinrodrigocprates.hashnode.dev·Jul 21, 2022 · 2 min readCode reuse with Jenkins Shared LibrariesBuilding pipelines for multiple projects, specially in a distributed architecture such as microservices, is more than normal in nowadays. One thing that can come up when you are managing multiple pipelines for different projects, is that you might ha...00
RPRodrigo Pratesinrodrigocprates.hashnode.dev·Jun 29, 2022 · 4 min readSetting up a Jenkins instance with Configuration as Code (using yaml configuration)Sometimes we want to have visibility and keep track of how our Jenkins instance is configured and parameterized. Doing these changes from the Jenkins UI is pretty straightforward, but in the other hand we don't keep track of history changes and we n...00
RPRodrigo Pratesinrodrigocprates.hashnode.dev·Jun 14, 2022 · 4 min readThe essentials about CI/CD and GitOps enabled by a fancy JenkinsfileThere are a lot of developers working in a daily basis pushing code and deploying it to different environments. Sometimes they don't even notice the details, but how this code gets deployed? how a pipeline looks like to deploy into different environm...00