Agent is a directive, doesn't have curly braces...

This commit is contained in:
2024-04-22 17:02:08 +02:00
parent 929978fa87
commit d1f3983799

3
Jenkinsfile vendored
View File

@@ -1,5 +1,5 @@
pipeline { pipeline {
agent {linux} { agent {linux}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
@@ -15,4 +15,3 @@ pipeline {
} }
} }
} }
}