docker3
This commit is contained in:
parent
60e0720600
commit
6442eab2e3
4
copyArtiJenkins/Jenkinsfile
vendored
4
copyArtiJenkins/Jenkinsfile
vendored
@ -16,12 +16,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'python3 ./stats.py > stats.txt'
|
||||
sh 'python3 ./stats.py >> data_stats.txt'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'stats.txt'
|
||||
archiveArtifacts 'data_stats.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user