evaluation branch
Some checks failed
s434765-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s434765-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f4ebdc077b
commit
211a81357c
@ -21,8 +21,8 @@ node {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-training/master/', selector: buildParameter("BUILD_MODEL")
|
||||
sh '''
|
||||
#!/usr/bin/env bash
|
||||
chmod 777 evaluate_network.sh
|
||||
./evaluate_network.sh | tee output.txt
|
||||
chmod 777 evaluate_network.py
|
||||
python3 evaluate_network.py | tee output.txt
|
||||
'''
|
||||
archiveArtifacts 'output.txt'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user