pipeline fix

This commit is contained in:
s434765 2021-03-27 22:56:33 +01:00
parent deac35dc24
commit 7cbe2168fb

3
Jenkinsfile vendored
View File

@ -17,7 +17,8 @@ node {
sh '''
#!/usr/bin/env bash
chmod 777 get_stats_simple.sh
./get_stats_simple.sh
./get_stats_simple.sh | tee output.txt
'''
archiveArtifacts 'output.txt'
}
}