This commit is contained in:
Adam Wojdyla 2022-04-02 22:36:41 +02:00
parent 5c89f40c70
commit 731d9d8c82

View File

@ -1,7 +1,5 @@
pipeline {
agent {
docker { image 's444507_create_dataset_image:latest' }
}
agent any
stages {
stage('Get arifacts') {
steps {
@ -10,6 +8,7 @@ pipeline {
}
stage('Show stats') {
steps {
sh " docker image ls"
sh "./stats-docker.sh"
}
}