If you see that a plugin that you are trying to uninstall in Jenkins Installed Plugins is stuck with a status of "Uninstallation pending" then you may have to restart the Jenkins Server to fix the issue.
macOS (Brew)
brew services restart jenkins
Linux/Unix: Systemd Service Manage
sudo systemctl restart jenkins
Linux/Unix: SysVinit Service Manage
sudo service jenkins restart
Windows:
Restart-Service -Name "jenkinsservicename"
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Linux,
- Command to know the Available Memory on Linux System
- How to install curl on Alpine Linux
- How to backup a file in Linux/Unix
- Install Java Runtime Environment (Oracle or open JRE) on Ubuntu
- What is the Default Admin user and Password for Jenkins
- How to tar.gz a directory or folder Command
- Copy entire directory using Terminal Command [Linux, Mac, Bash]
- Fix: bash: ipconfig: command not found on Linux
- Command to check Last Login or Reboot History of Users and TTYs
- Linux: Create a New User and Password and Login Example
- ls command to list only directories
- bash: cls: command not found
- How to exit from nano command
- Installing and using unzip Command to unzip a zip file using Terminal
- What does apt-get update command does?
- ls command: sort files by name alphabetically A-Z or Z-A [Linux/Unix/macOS/Bash]
- How to remove or uninstall Java from Ubuntu using apt-get
- scp: ssh: connect to host xxxx port 22: Connection refused Error
- Sort ls command by last modified date and time
- Create Nested Directories using mkdir Command
- How to Exit a File in Terminal (Bash/Zsh)
- Command to know the installed Debian version?
- How to connect to SSH port other than default 22
- How to save a file in Nano Editor and Exit
- Install OpenSSL on Linux/Ubuntu
More Posts:
- How to Schedule Mails in macOS Ventura - MacOS
- [git] fatal: clean.requireForce defaults to true nor -f given; refusing to clean - Git
- 30 HTML Buttons with Animated CSS Color Gradient Buttons - CSS
- How to create Gradle Multi-Project in IntelliJ - Gradle
- Integrating WhatsApp with Android Application using Intent (Java/Kotlin) - Android
- Fix - 412 Cookies Are Disabled error in Exchange Admin Center when you click hybrid - Microsoft
- How to convert byte array to String [Kotlin] - HowTos
- How to download and install macOS 13 Ventura - MacOS