diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 056e40e..9e47a6b 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -19,13 +19,9 @@ pipeline{ sh 'git clone https://git.wmi.amu.edu.pl/s437622/ium_s437622.git' sh "chmod +x ium_s437622/stats.sh" sh "ium_437622/stats.sh" + archiveArtifacts 'stats.txt' }} } } - stage('Archive artifacts'){ - steps{ - archiveArtifacts 'stats.txt' - } - } } } \ No newline at end of file