Copying artifacts
This commit is contained in:
parent
b306292524
commit
622f62e2e4
@ -1,8 +1,11 @@
|
||||
node {
|
||||
docker.image('s478841-image:latest').inside('--name stats_giver') {
|
||||
stage('Copying artifacts') {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's478841-create-dataset', selectro: lastSuccessful()
|
||||
}
|
||||
|
||||
stage('Data stats in container') {
|
||||
sh 'ls -al'
|
||||
sh 'chmod +x stats_giver:/app/data_stats.sh && stats_giver:/app/data_stats.sh'
|
||||
sh './data_stats.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user