copyArtifacts fix
This commit is contained in:
parent
502cc45539
commit
9828c4c8c5
@ -1,13 +1,12 @@
|
|||||||
node {
|
node {
|
||||||
docker.image('s478841-image:latest').inside('--name stats_giver') {
|
|
||||||
stage('Copying artifacts') {
|
stage('Copying artifacts') {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's478841-create-dataset', selectro: lastSuccessful()
|
copyArtifacts fingerprintArtifacts: true, projectName: 's478841-create-dataset', selector: lastSuccessful()
|
||||||
}
|
}
|
||||||
|
docker.image('s478841-image:latest').inside('--name stats_giver') {
|
||||||
stage('Data stats in container') {
|
stage('Data stats in container') {
|
||||||
sh 'ls'
|
sh 'ls -al'
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
sh './data_stats.sh'
|
sh './scripts/data_stats.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user