Pipeline editor unable to open Jenkinsfile in Jenkins BlueOcean -
i extremely new blueocean & getting below error when trying open pipeline editor:
there error loading pipeline jenkinsfile in repository. correct error editing jenkinsfile using declarative syntax commit repository.
cannot read property 'indexof' of undefined
jenkinsfile:
pipeline { agent stages { stage('build') { steps { echo 'building..' } } stage('test') { steps { echo 'testing..' } } stage('deploy') { steps { echo 'deploying....' } } } }
error screenshot -
Comments
Post a Comment