Test Jenkins pipeline
This commit is contained in:
parent
a8949a32b8
commit
ea9007496a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
|||
agent { label 'snaps' }
|
||||
stages {
|
||||
stage('snap') {
|
||||
sh 'snapcraft'
|
||||
sh 'echo hello'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue