pipeline { agent any stages { stage('Build') { steps { echo 'Test Building..' } } } }