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