split fetching data and displaying stats v2
This commit is contained in:
parent
7831500e7a
commit
b20728ea42
@ -18,8 +18,8 @@ node {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR")
|
||||
sh '''
|
||||
#!/usr/bin/env bash
|
||||
chmod 777 get_stats_simple.sh
|
||||
./get_stats_simple.sh | tee output.txt
|
||||
chmod 777 get_stats.sh
|
||||
./get_stats.sh | tee output.txt
|
||||
'''
|
||||
archiveArtifacts 'output.txt'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user