Update Jenkinsfiles

This commit is contained in:
Agata 2022-04-10 20:43:31 +02:00
parent 21d70e4b17
commit c6009e77bd
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
} }
stage('Shell Script') { stage('Shell Script') {
steps { steps {
sh 'python3 ./preparation.py' sh 'ipython ./preparation.py'
} }
} }
} }

View File

@ -10,7 +10,7 @@ pipeline {
} }
stage('Shell Script') { stage('Shell Script') {
steps { steps {
sh 'python3 ./preparation.py' sh 'ipython ./preparation.py'
} }
} }
} }