Skip to content

Commit

Permalink
Removing install Python step from pipeline
Browse files Browse the repository at this point in the history
Removing install Python step from pipeline
  • Loading branch information
Gorav Singal committed Apr 27, 2021
1 parent 23a7d5f commit 7244fe8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pipeline
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

def imgname = 'hubblestack/jenkins:centos-v1.0.17'
def imgname = 'hubblestack/jenkins:centos-v1.0.18'

pipeline {
agent {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7244fe8

Please sign in to comment.