pipeline { agent any stages { stage('Build Project') { steps { build "Nosedive" } } } }