docker from image

This commit is contained in:
filnow 2024-04-02 23:04:59 +02:00
parent 0f32cb6e77
commit 3b9fdad968
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ pipeline {
stage('Execute Script') {
agent {
dockerfile {
filename 'Dockerfile'
reuseNode true
docker {
image 'filnow/ium:ium'
args '-u root'
}
}