jenkinsfile change

This commit is contained in:
s487178 2023-04-05 22:23:55 +02:00
parent 75fc66d10e
commit 196c49199c

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
steps {
script {
docker.image('ium_s487178').inside {
sh 'python my_script.py > output.txt'
sh 'python3 body_performance.py > output.txt'
}
archiveArtifacts 'output.txt'
}