diff --git a/Jenkinsfile b/Jenkinsfile index 59e00e3..ccd712e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,12 +4,12 @@ pipeline { stage('Build') { agent { docker { - image 'python:2-alpine' + //image 'python:2-alpine' } } steps { - sh 'python -m py_compile sources/add2vals.py sources/calc.py' + //sh 'python -m py_compile sources/add2vals.py sources/calc.py' } } } -} \ No newline at end of file +}