Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 10:32:59 +02:00
parent bf4d31b4e8
commit d7ecb5db4d

1
Docker/Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ node {
app.inside {
sh 'ls -la'
sh 'cd Docker'
sh 'ls -la'
sh 'python3 ./script.py'
}
}