fix(CI): pipeline syntax error
Some checks failed
gitea-sync/antos/pipeline/head This commit looks good
gitea-sync/antos/pipeline/tag There was a failure building this commit

This commit is contained in:
DanyLE 2024-03-11 00:02:16 +01:00
parent a29325781f
commit 637a6c39f3

4
Jenkinsfile vendored
View File

@ -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: