fix python path

This commit is contained in:
Karol Cyganik 2024-04-03 09:09:30 +02:00
parent 17daecb06f
commit 857782f0cf

View File

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