dzialajacy kaggla

This commit is contained in:
Jan Nowak 2021-04-10 22:37:04 +02:00
parent 16ab0ca49c
commit 4da0cf094f
2 changed files with 1 additions and 6 deletions

View File

@ -17,5 +17,3 @@ COPY ./skrypt.sh ./
RUN chmod +x skrypt.sh
RUN dos2unix skrypt.sh
CMD ls -l
#CMD ./skrypt.sh 0

5
Jenkinsfile vendored
View File

@ -33,11 +33,8 @@ pipeline {
script {
def img = docker.build('rokoch/ium:01')
img.inside {
sh 'rm -f *.csv *.zip'
sh 'ls -l'
sh 'cat /etc/issue'
sh 'chmod +x skrypt.sh'
sh './skrypt.sh 0'
sh './skrypt.sh ${params.CUTOFF}'
}
}
}