Hello everyone,
We are migrate our Jenkins to 2.249 to 2.346. We are upgrade all plugins and also Java version to JDK11.0.2 version
All Jenkins Slaves are UP, no connection problems with jenkins master.
A very good migration in this world (peace of cake)
Now, all my jobs can't run (see attachment pics). Jobs still lock at theses steps and to stop the jobs I had to make a Hard Kill :
[Pipeline] Start of Pipeline
[Pipeline] node
Even the simple HELLO WORLD pipeline not running.
First time I see this issue.
Jenkins Community please help
Regard, Salution, Mit freundlichen Grüßen
LMO
Before others will be able to help you, you will need to provide enough information so that others can duplicate the problem. See the "How to report an issue" instructions for the types of details that you need to include. You mentioned the Java version, the original Jenkins version, and the new Jenkins version. You didn't list the specific plugins installed or the versions of the plugins installed. You didn't provide details of the job definitions that you're using to show the failure. Without those details, it is unlikely that others will be able to assist you.
The version of JDK 11 that you chose is out of date. JDK 11.0.2 is the second patch release of JDK 11. There have been more than 14 patch releases since then, with patch releases roughly every 3 months. The current JDK 11 version is 11.0.16.1. Please use that instead of 11.0.2.
Please read the upgrade guides for each of the versions that you've crossed as part of your upgrade. Follow the instructions in those upgrade guides, especially the instructions related to plugin updates. They will guide you to remove deprecated plugins, remove plugins with open security advisories, and upgrade plugins to current versions.