mirror of
https://github.com/antos-rde/antos.git
synced 2025-09-03 09:42:40 +02:00
fix(CI): pipeline syntax error
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,9 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
|
||||||
agent {
|
agent {
|
||||||
node { label'master' }
|
node { label'master' }
|
||||||
}
|
}
|
||||||
}
|
|
||||||
options {
|
options {
|
||||||
// Limit build history with buildDiscarder option:
|
// Limit build history with buildDiscarder option:
|
||||||
// daysToKeepStr: history is only kept up to this many days.
|
// daysToKeepStr: history is only kept up to this many days.
|
||||||
|
Reference in New Issue
Block a user