Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-31 20:52:04 +02:00
parent 29a0125a83
commit 3c5e0d3a92

4
Docker/Jenkinsfile vendored
View File

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