This commit is contained in:
jakubknczny 2021-04-11 18:46:58 +02:00
parent af423c1867
commit 69f545db01

View File

@ -1,8 +1,10 @@
node {
docker.image('kubakonieczny/ium:v1.0').withRun('-t') {
docker.image('kubakonieczny/ium:v1.0').inside {
stage('Test') {
sh 'cat /etc/issue'
sh 'ls -lah'
}
}
}
}