且构网

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

如何在Windows上卸载Jenkins?

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

要卸载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-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.