Merge branch 'master' of https://git.wmi.amu.edu.pl/s425850/ium_425850
This commit is contained in:
commit
f486b3bd7e
@ -13,9 +13,9 @@ node {
|
|||||||
stage('Copy artifacts') {
|
stage('Copy artifacts') {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's425850-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's425850-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
withEnv() {
|
stage('Script') {
|
||||||
sh 'chmod u+x ./get_stats.sh'
|
sh '''wc -l books_edited.csv > stats.txt
|
||||||
sh './get_stats.sh'
|
'''
|
||||||
}
|
}
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
archiveArtifacts artifacts: 'stats.txt', followSymlinks: false
|
archiveArtifacts artifacts: 'stats.txt', followSymlinks: false
|
||||||
|
Loading…
Reference in New Issue
Block a user