.
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'
|
sh './stats/generate_stats.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('archiveArtifacts')
|
stage('archiveArtifacts'){
|
||||||
steps{
|
steps {
|
||||||
archiveArtifacts 'stats.txt'
|
archiveArtifacts 'stats.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user