Skip to content

Commit 0e7e4e7

Browse files
committed
add step to trouble shoot, step sh hanging...
1 parent e291c69 commit 0e7e4e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ pipeline {
5050
}
5151
}
5252

53+
stage("INSTALL Python Packages - test python") {
54+
steps {
55+
sh """
56+
python --version
57+
"""
58+
}
59+
}
60+
5361
stage("INSTALL Python Packages") {
5462
steps {
5563
sh """

0 commit comments

Comments
 (0)