diff --git a/Jenkinsfile b/Jenkinsfile index f7bb536b0..f8e52fb9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,5 @@ pipeline { - agent { - docker { - image 'artempikulin/cmake-ubuntu' - } - - } + agent none stages { stage('Build') { steps {