Archive stats.txt
This commit is contained in:
parent
db9b2cda82
commit
3587927003
@ -8,5 +8,9 @@ node {
|
|||||||
sh 'chmod +x ./scripts/data_stats.sh'
|
sh 'chmod +x ./scripts/data_stats.sh'
|
||||||
sh './scripts/data_stats.sh'
|
sh './scripts/data_stats.sh'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Archive artifacts') {
|
||||||
|
archiveArtifacts artifacts: 'stats.txt', followSymlinks: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user