Skip to content

Commit bec1334

Browse files
authored
Update Jenkinsfile
1 parent 238648c commit bec1334

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
@@ -25,7 +25,7 @@ pipeline {
2525
python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython==3.1.45
2626
pip install --extra-index-url https://test.pypi.org/simple/ codeql-wrapper==0.2.15
2727
28-
codeql-wrapper analyze ./monorepo --monorepo --upload-sarif --verbose
28+
codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif
2929
'''
3030
}
3131
}

0 commit comments

Comments
 (0)