-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: pipeline-model-definition-plugin
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
}
}
}
}
Â
æ‰¿å¤ªéƒŽï¼Œå¿«ç”¨ä½ æ— æ•Œçš„ç™½é‡‘ä¹‹æ˜Ÿæƒ³æƒ³åŠžæ³•ã€‚