How to uninstall Jenkins on Windows?

后端 未结 3 1750

A similar question was asked for Macs: How to uninstall Jenkins?

How do I do the same on Windows (specifically if I used the Jenkins Windows Installer to install Jen

3条回答
  •  伪装坚强ぢ
    2021-01-01 16:27

    To uninstall jenkins and its slave services

    1.Simply go to the directory where jenkins is installed.

    2.Then open up a cmd in that directory. (cmd in administrator mode is preferable)

    3.jenkins.exe uninstall (this name could be different in case of slave jenkins services like jenkins-slave.exe or something similar, the application is present in the folder)

    For Jenkins as services do the same thing except go to its working directory.

    In the end you can safely delete the directories.

提交回复
热议问题