51

How to go about renaming a job in jenkins? Is there another way than to create a new job and destroying the old one?

Philippe Blayo
  • 10,610
  • 14
  • 48
  • 65

5 Answers5

53

In Jenkins v2, in your dashboard or job overview, click right button on the job and select rename:

enter image description here

jaques-sam
  • 2,578
  • 1
  • 26
  • 24
31

In the version we're running (1.480) it is simply a matter of changing the Project name in the Configure menu and hitting Save afterwards.

Cheers,

Anders R. Bystrup
  • 15,729
  • 10
  • 59
  • 55
12

In New Jenkins, Click Rename link present in the left navigation pane, Update the job name and click save.

Benaka Naik
  • 121
  • 1
  • 2
3

Simply change the name in the Pipeline/Project name and hit save.

Note that if your browser window isn't wide enough the "popup" below will be offscreen so make sure you scroll down or your jobs may mysteriously not rename.

"Are you sure about renaming old-job to new-job?"
Ryan
  • 155
  • 1
  • 5
1

Use the "Configure" option to the left:

Example showing Configure option

1

(Sorry, first few posts so I'm not able to post images in directly yet!)

If you can't see this then make sure you have access rights - in other words, you may need to be logged in, and you will need privileges that allow you to administer that job/pipeline.

vimuth
  • 5,064
  • 33
  • 79
  • 116