Skip to content

Commit 13d8edd

Browse files
committed
update jenkins test image
1 parent fab17f2 commit 13d8edd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pipeline

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
def imgname = 'hubblestack/jenkins:centos-v1.0.9'
2+
def imgname = 'hubblestack/jenkins:centos-v1.0.14'
33

44
pipeline {
55
agent { docker { image "${imgname}" } }
@@ -24,9 +24,10 @@ pipeline {
2424
'''
2525
sh '''#!/bin/bash
2626
source /etc/profile.d/kersplat.sh
27+
set -x -e
2728
pyenv local $PY_V
2829
pyenv shell $PY_V
29-
set -x -e
30+
pyenv version-name
3031
rm -rf vlib venv .pytest_cache
3132
pip install --cache-dir ./pip.cache -t ./vlib virtualenv
3233
PYTHONPATH=./vlib ./vlib/bin/virtualenv ./venv

0 commit comments

Comments
 (0)