pipeline { agent { label 'snaps' } stages { stage('snap') { steps { sh 'snapcraft' } } } }