From 4097ed63a2e2da7007d32beb42beff3d83519b94 Mon Sep 17 00:00:00 2001 From: udayakr <37626471+udayakr@users.noreply.github.com> Date: Sun, 10 Feb 2019 15:54:45 +0530 Subject: [PATCH] modified jenkins file --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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' }