This commit is contained in:
Jan Nowak 2021-04-10 21:28:47 +02:00
parent 865160ce63
commit 2fbc1c8233

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
script {
def img = docker.build('rokoch/ium:01')
img.inside {
sh 'rm *.csv'
sh 'rm *.csv *.zip'
sh 'ls -l'
sh 'printenv'
sh 'cat /etc/issue'