update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 13:43:22 +02:00
parent 8ee15ee101
commit 0e1aa42666

View File

@ -34,7 +34,7 @@ pipeline {
stage('Script'){
steps {
sh './download.sh $CUTOFF'
sh './download.sh'
}
}
}