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

View File

@ -1,4 +1,5 @@
node {
docker.image('kubakonieczny/ium:v1.0').withRun('-t') {
docker.image('kubakonieczny/ium:v1.0').inside {
stage('Test') {
sh 'cat /etc/issue'
@ -6,3 +7,4 @@ node {
}
}
}
}