Skip to content

Commit b7e922e

Browse files
authored
Update Jenkinsfile
1 parent b7af145 commit b7e922e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jenkins/Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ pipeline {
1515
stage('Setup Python') {
1616
steps {
1717
sh '''
18+
chmod +x ./install_python.sh
19+
./install_python.sh
20+
1821
python3 -m pip install --upgrade pip
1922
pip3 install codeql-wrapper
2023
'''

0 commit comments

Comments
 (0)