fix python path

This commit is contained in:
Karol Cyganik 2024-04-03 09:09:30 +02:00
parent 17daecb06f
commit 857782f0cf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ pipeline {
}
stage('Execute Script') {
steps {
sh 'python 3 main.py'
sh 'python3 main.py'
}
}
}