zadanie doker

This commit is contained in:
szymonj98 2022-04-03 15:29:11 +02:00
parent 2b16b589dc
commit b52edf7c4d
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
}
agent {
dockerfile {
additionalBuildArgs '-t ium'
additionalBuildArgs "-t ium"
}
}
stages {

View File

@ -1,6 +1,6 @@
pipeline{
agent {
dockerfile { image 'ium' }
docker { image 'ium' }
}
parameters {
buildSelector(