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 e82740b commit 238648cCopy full SHA for 238648c
jenkins/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
23
24
echo "Upgrading pip, setuptools, and wheel..."
25
python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython==3.1.45
26
- pip install -i https://test.pypi.org/simple/ --force-reinstall codeql-wrapper==0.2.15
+ pip install --extra-index-url https://test.pypi.org/simple/ codeql-wrapper==0.2.15
27
28
codeql-wrapper analyze ./monorepo --monorepo --upload-sarif --verbose
29
'''
0 commit comments