ci: fix syntax
This commit is contained in:
parent
5fc4057d93
commit
cded93d569
1 changed files with 22 additions and 19 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -2,11 +2,12 @@ pipeline {
|
|||
agent any
|
||||
|
||||
options {
|
||||
buildDiscarder {
|
||||
buildDiscarder (
|
||||
logRotator(numToKeepStr: '5')
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
stages {
|
||||
stage("Build") {
|
||||
agent {
|
||||
label "flutter"
|
||||
|
@ -34,4 +35,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue