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:
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:
|
||||||
|
Reference in New Issue
Block a user