pipeline { agent any stages { stage('Build') { steps { echo 'Jenkinsfile for oglive-builder' } } } }