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 {
agent {linux} {
agent {linux}
stages {
stage('Build') {
steps {
@@ -14,5 +14,4 @@ pipeline {
echo 'Starting deploy step...'
}
}
}
}