diff --git a/Jenkinsfile b/Jenkinsfile index bd372d7..826fe9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent linux { + agent {linux} { stages { stage('Build') { steps {