diff --git a/Jenkinsfile b/Jenkinsfile index 4af7567..4218cdd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,11 +2,11 @@ pipeline { agent { dockerfile true } stages { stage('Build') { - agent { - docker { - image 'python:2-alpine' - } - } + // agent { + // docker { + // image 'python:2-alpine' + //} + //} steps { sh 'python -m py_compile sources/add2vals.py sources/calc.py' }