.
This commit is contained in:
parent
dbff62a9ab
commit
10a39edee8
4
stats/Jenkinsfile
vendored
4
stats/Jenkinsfile
vendored
@ -20,8 +20,8 @@ pipeline {
|
||||
sh './stats/generate_stats.sh'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts')
|
||||
steps{
|
||||
stage('archiveArtifacts'){
|
||||
steps {
|
||||
archiveArtifacts 'stats.txt'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user