diff --git a/Jenkinsfile b/Jenkinsfile index e862d15cad..c1cf9c3eda 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,7 +55,9 @@ pipeline { } stages { stage('Build') { - sh 'scons -j4' + steps { + sh 'scons -j4' + } } } }