test jenkins

This commit is contained in:
Morgan McMillian 2022-11-10 22:30:35 -08:00
parent 663e012dce
commit a8949a32b8

8
Jenkinsfile vendored Normal file
View file

@ -0,0 +1,8 @@
pipeline {
agent { label 'snaps' }
stages {
stage('snap') {
sh 'snapcraft'
}
}
}