From 7244fe81bf188fcacdc13ab830df470efaed8968 Mon Sep 17 00:00:00 2001 From: Gorav Singal Date: Tue, 27 Apr 2021 20:41:26 +0530 Subject: [PATCH] Removing install Python step from pipeline Removing install Python step from pipeline --- .pipeline | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.pipeline b/.pipeline index 52835a1ea..e84b4bc42 100644 --- a/.pipeline +++ b/.pipeline @@ -1,5 +1,5 @@ -def imgname = 'hubblestack/jenkins:centos-v1.0.17' +def imgname = 'hubblestack/jenkins:centos-v1.0.18' pipeline { agent { @@ -78,9 +78,6 @@ pipeline { sh '''#!/bin/bash echo "---=: CONFIGURE TEST ENVIRONMENT :=---" source /etc/profile.d/kersplat.sh - echo "Installing Python-3.9.2" - pyenv install $TEST_PY_V - echo "Installed Python-3.9.2" export PY_V="$TEST_PY_V" pyenv local $TEST_PY_V pyenv shell $TEST_PY_V