diff --git a/Jenkinsfile b/Jenkinsfile index b4791ac..113f63d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,9 @@ pipeline { agent { label 'snaps' } stages { stage('snap') { - sh 'echo hello' + steps { + sh 'snapcraft' + } } } }