fix python path
This commit is contained in:
parent
17daecb06f
commit
857782f0cf
@ -39,7 +39,7 @@ pipeline {
|
||||
}
|
||||
stage('Execute Script') {
|
||||
steps {
|
||||
sh 'python 3 main.py'
|
||||
sh 'python3 main.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user