test jenkins
This commit is contained in:
parent
663e012dce
commit
a8949a32b8
1 changed files with 8 additions and 0 deletions
8
Jenkinsfile
vendored
Normal file
8
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
pipeline {
|
||||
agent { label 'snaps' }
|
||||
stages {
|
||||
stage('snap') {
|
||||
sh 'snapcraft'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue