We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9382a8 commit b1b4fc9Copy full SHA for b1b4fc9
1 file changed
jenkins
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
bin=$(readlink $0 || echo $0)
3
dir=$(dirname $bin)
4
-python=$(which python)
+python=$(which python2)
5
exec $python $dir/jenkins-cli/__init__.py "$@"
0 commit comments