update jenkinsfile
This commit is contained in:
parent
890eaf59c2
commit
cb21cee85d
@ -5,7 +5,7 @@ agent {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 ./Zajecia_2/main.py'
|
sh './download.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user