Hi, Today in this article I will explain Jenkins config reload by command line without interrupting running jobs. Jenkins caches configurations while it starts to first run. If you change config files during Jenkins run, no change will be applied because still it will be reading from cache. So we need to reload configration […]
Read MoreAfter having basic knowledge about Jenkins, let’s make a very simple example to see how it works in practice. Prerequisites; Python 3.7.x version Scenario -> Create a Jenkins job that you can create a folder or a text file with a given spesific name. 1.) Go to main page of […]
Read MoreJenkins is an open-source CI/CD tool (Continuous Integration/Continuous Deployment). It is developed with Java and it’s a cross-platform tool.(Linux/Windows/Mac OS X) . Jenkins is NOT a compiler that compiles your code or it is NOT used to that you write your test cases on it. But you can trigger your […]
Read MoreIn this article you will learn how to install and run Jenkins on local PC. The article will continue based on Windows machine but the same logic goes for Linux Machines. You just need to apply the same steps. Prerequisites; 1.) Java installed machine 2.) jenkins.war file. Steps; […]
Read More