mirror of
https://github.com/antos-rde/antos.git
synced 2025-07-16 05:49:57 +02:00
fix(CI): pipeline syntax error
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,8 +1,6 @@
|
||||
pipeline {
|
||||
agent {
|
||||
agent {
|
||||
node { label'master' }
|
||||
}
|
||||
node { label'master' }
|
||||
}
|
||||
options {
|
||||
// Limit build history with buildDiscarder option:
|
||||
|
Reference in New Issue
Block a user