pipeline { agent { label 'snaps' } stages { stage('snap') { sh 'echo hello' } } }