docker task 2 try_8

This commit is contained in:
Kamila 2022-04-03 13:21:07 +02:00
parent 24c7438f60
commit f2b9b21c5b

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
dockerfile true {dockerfile true }
steps { steps {
args '-v $WORKSPACE:/output -u root' args '-v $WORKSPACE:/output -u root'
} }