We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd16aa commit 6c12f17Copy full SHA for 6c12f17
jenkins/Jenkinsfile
@@ -19,7 +19,7 @@ pipeline {
19
python3 -m venv venv
20
. venv/bin/activate
21
22
- pip uninstall codeql-wrapper
+ pip uninstall codeql-wrapper -y
23
24
echo "Upgrading pip, setuptools, and wheel..."
25
python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython==3.1.44
0 commit comments