diff --git a/Jenkinsfile_2 b/Jenkinsfile_2 index c9c2991..9d25e48 100644 --- a/Jenkinsfile_2 +++ b/Jenkinsfile_2 @@ -22,7 +22,7 @@ pipeline { //sh "chmod +x -R ${env.WORKSPACE}" //sh './make_statistic.sh | tee output_statistic.txt' sh 'docker build . -t jhenyk/ium:latest' - sh 'docker run jhenyk/ium:latest' + sh 'docker run jhenyk/ium:latest | tee output_statistic.txt' } }