You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] Project [Jenkins SSH plugin] Resolving Poms...
[INFO] Project [Jenkins SSH plugin] Parsing source files
[WARNING] There were problems parsing some source files, run with --errors to see full stack traces
[WARNING] There were problems parsing Jenkinsfile
Expected Results
The point is that it prevent to use other recipe because we assume the JDK is Java 8 (buildPlugin() with implicit version).
Since the metadata correctly contains the Jenkins version
Plugin Modernizer version
1158.va_b_46a_2a_dde30
What Operating System are you using
Linux
Reproduction steps
plugin-modernizer run --plugins ssh --recipe UpgradeToRecommendCoreVersion --debug
I'm wonder if it's due to the shebang, but OpenRewrite is not able to parse following Jenkinsfile
Expected Results
The point is that it prevent to use other recipe because we assume the JDK is Java 8 (buildPlugin() with implicit version).
Since the metadata correctly contains the Jenkins version
We could easily detect the minimum version using
Which in that case would return Java 11
The text was updated successfully, but these errors were encountered: