#!groovy pipeline { agent any stages { stage('Deploy Development') { steps { } post { always { } } } } }