Skip to content

Commit 5bd9f42

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pipeline {
5353
stage("INSTALL Python Packages - test python") {
5454
steps {
5555
sh """
56-
python --version
56+
echo 'Hello World'
5757
"""
5858
}
5959
}

0 commit comments

Comments
 (0)