Jenkins test stage with inside

This commit is contained in:
Dominik Chilla 2019-06-14 00:05:05 +02:00
parent 65d6bc8c0d
commit 05382b2156

View File

@ -20,6 +20,7 @@ pipeline {
script {
dockerImage.inside { c ->
sh '/usr/bin/env'
sh '/bin/ps auxwwf'
}
}
}