Open tivervac opened 3 years ago
Same problem here. Did you find a solution except switching to declarative pipeline?
The built in pipeline linter for jenkins only supports declarative syntax.
See the docs here: https://www.jenkins.io/doc/book/pipeline/development/
When I try to validate my Scripted Jenkinsfile I get "... did not contain the 'pipeline' step".
AFAIK, scripted Jenkins has no pipeline step, see the Jenkins documentation.
Does this plugin not support Scripted Jenkinsfiles?