Fix syntax error in Jenkins build
All checks were successful
dreamfall/partybot/pipeline/head This commit looks good
All checks were successful
dreamfall/partybot/pipeline/head This commit looks good
This commit is contained in:
parent
ea9007496a
commit
1cb056f3ea
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -2,7 +2,9 @@ pipeline {
|
||||||
agent { label 'snaps' }
|
agent { label 'snaps' }
|
||||||
stages {
|
stages {
|
||||||
stage('snap') {
|
stage('snap') {
|
||||||
sh 'echo hello'
|
steps {
|
||||||
|
sh 'snapcraft'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue