Skip to content

Commit 2ac4013

Browse files
committed
do the 3.6.10 thing
1 parent e6b032b commit 2ac4013

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipeline

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

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

44
pipeline {
55
agent { docker { image "${imgname}" } }
@@ -13,6 +13,7 @@ pipeline {
1313
environment {
1414
PY_COLORS = 1
1515
HS_PROFILE = 1
16+
PY_V = '3.6.10'
1617
}
1718

1819
stages {

0 commit comments

Comments
 (0)