Ahmet Güngör

Automate Everything You Can

Tag: Jenkins

Reload Jenkins job configuration from command line without restart

     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 More