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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -