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 {
agent {
docker {
image 'kubakonieczny/ium:v1.0'
args '-t'
}
}
stages {
stage('archive artifacts') {
steps {
archiveArtifacts 'stats.txt'
}
node {
docker.image('kubakonieczny/ium:v1.0').inside {
stage('Test') {
sh 'cat /etc/issue'
}
}
}