From 2f51094b112fd0f041027649978d7abf626a4748 Mon Sep 17 00:00:00 2001 From: DaWilliam Date: Sat, 3 Mar 2018 23:54:45 -0500 Subject: [PATCH] commented out --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}