Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-31 20:50:19 +02:00
parent 85de43f836
commit 29a0125a83

2
Docker/Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage ("run agent") { stage ("run agent") {
steps { steps {
sh 'cd Docker' sh 'cd ./Docker'
sh 'ls -la' sh 'ls -la'
sh 'docker build -f ./Docker/Dockerfile -t ium_docker .' sh 'docker build -f ./Docker/Dockerfile -t ium_docker .'
} }