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 -

error


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -