且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 Windows 上卸载 Jenkins?

更新时间:2023-12-02 16:44:58

卸载 jenkins 及其从属服务

To uninstall jenkins and its slave services

1.直接进入jenkins的安装目录即可.

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

2.然后在那个目录下打开一个cmd.(***在管理员模式下使用cmd)

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

3.jenkins.exe 卸载(对于从属 jenkins 服务,如 jenkins-slave.exe 或类似的东西,此名称可能不同,应用程序存在于文件夹中)

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)

对于 Jenkins 作为服务,除了转到它的工作目录之外,它做同样的事情.

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

最后您可以安全地删除目录.

In the end you can safely delete the directories.