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
|
agent any
|
||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder {
|
buildDiscarder (
|
||||||
logRotator(numToKeepStr: '5')
|
logRotator(numToKeepStr: '5')
|
||||||
}
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stages {
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
agent {
|
agent {
|
||||||
label "flutter"
|
label "flutter"
|
||||||
|
@ -34,4 +35,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue