pipeline { agent any stages { stage('Build') { echo 'BUILD' } stage('Build Tag') { echo 'BUILD TAG' } } }