We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab17f2 commit 13d8eddCopy full SHA for 13d8edd
.pipeline
@@ -1,5 +1,5 @@
1
2
-def imgname = 'hubblestack/jenkins:centos-v1.0.9'
+def imgname = 'hubblestack/jenkins:centos-v1.0.14'
3
4
pipeline {
5
agent { docker { image "${imgname}" } }
@@ -24,9 +24,10 @@ pipeline {
24
'''
25
sh '''#!/bin/bash
26
source /etc/profile.d/kersplat.sh
27
+ set -x -e
28
pyenv local $PY_V
29
pyenv shell $PY_V
- set -x -e
30
+ pyenv version-name
31
rm -rf vlib venv .pytest_cache
32
pip install --cache-dir ./pip.cache -t ./vlib virtualenv
33
PYTHONPATH=./vlib ./vlib/bin/virtualenv ./venv
0 commit comments