update jenkinsfile
This commit is contained in:
parent
ae52426d88
commit
8d55c6e10c
@ -5,7 +5,7 @@ agent {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'whoami'
|
sh './download.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user