r10
This commit is contained in:
parent
731d9d8c82
commit
93e2249deb
@ -1,14 +1,15 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker { image 's444507_create_dataset_image:latest' }
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Get arifacts') {
|
stage('Get arifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444507_create_dataset_image', selector: lastSuccessful()
|
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset', selector: lastSuccessful()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Show stats') {
|
stage('Show stats') {
|
||||||
steps {
|
steps {
|
||||||
sh " docker image ls"
|
|
||||||
sh "./stats-docker.sh"
|
sh "./stats-docker.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user