mirror of
https://github.com/antos-rde/antos.git
synced 2024-12-28 06:28:21 +01:00
fix(CI): pipeline syntax error
This commit is contained in:
parent
a29325781f
commit
637a6c39f3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,8 +1,6 @@
|
|||||||
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user