.
This commit is contained in:
parent
61f5596d96
commit
20e543a2cf
6
stats/Jenkinsfile
vendored
6
stats/Jenkinsfile
vendored
@ -2,6 +2,7 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
|
||||
stage('Copy Archive') {
|
||||
steps {
|
||||
script {
|
||||
@ -19,9 +20,10 @@ pipeline {
|
||||
sh './stats/generate_stats.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// stage('archiveArtifacts')
|
||||
// steps{
|
||||
|
||||
// }
|
||||
// }
|
||||
}
|
||||
// }
|
Loading…
Reference in New Issue
Block a user