Skip to content

Commit 238648c

Browse files
authored
Update Jenkinsfile
1 parent e82740b commit 238648c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
2424
echo "Upgrading pip, setuptools, and wheel..."
2525
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
26+
pip install --extra-index-url https://test.pypi.org/simple/ codeql-wrapper==0.2.15
2727
2828
codeql-wrapper analyze ./monorepo --monorepo --upload-sarif --verbose
2929
'''

0 commit comments

Comments
 (0)