test scrippted

This commit is contained in:
jakubknczny 2021-04-11 18:41:00 +02:00
parent 0443c8a278
commit 2c9975236b

View File

@ -1,15 +1,7 @@
pipeline { node {
agent { docker.image('kubakonieczny/ium:v1.0').inside {
docker { stage('Test') {
image 'kubakonieczny/ium:v1.0' sh 'cat /etc/issue'
args '-t'
}
}
stages {
stage('archive artifacts') {
steps {
archiveArtifacts 'stats.txt'
}
} }
} }
} }