pipeline fix
This commit is contained in:
parent
deac35dc24
commit
7cbe2168fb
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user