Skip to content

Commit b1b4fc9

Browse files
committed
Use python2 to run
#2
1 parent f9382a8 commit b1b4fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
bin=$(readlink $0 || echo $0)
33
dir=$(dirname $bin)
4-
python=$(which python)
4+
python=$(which python2)
55
exec $python $dir/jenkins-cli/__init__.py "$@"

0 commit comments

Comments
 (0)