update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 13:20:28 +02:00
parent ae52426d88
commit 8d55c6e10c

View File

@ -5,7 +5,7 @@ agent {
stages {
stage('Test') {
steps {
sh 'whoami'
sh './download.sh'
}
}
}