Posted On October 8, 2020

Jenkins: How to Clone a Job

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Jenkins: How to Clone a Job

To create a new job, use this quick how-to. This instruction is a quick walk-through to clone an existing job…

Login to Jenkins > click on ‘New Item’

Input a Name for the New Job > type in the source Job name in the ‘Copy from’ field

click OK > verify the job details on the next screen’s General tab > click Save

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Hard drive Copying

Requirements: Windows 2000,XP Pro, 2003 Server robocopy.exe- in the windows resource kits or download here…

How to Install Asterisk on Ubuntu

su[enter root password]cd /tempwget apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev linux-headers-$(uname -r) libsqlite3-dev…

A Few Todos while Securing Apache Server

- Install mod_security - Set expose_php = Off in php.ini - Set SecResponseBodyAccess Off in…