Pipeline script from SCM. the settings is as scm.png presents. but it come out with the error "java.lang.NoSuchMethodError: No such DSL method 'pipeline' found among steps"
in another issue. it was suggested that pipeline-model-definition-plugin should be installed. but i can't find it in the available plugin list.
here is the Jenkinsfile: pipeline { agent any stages { stage('Utility Steps method') { steps { script