Added new jenkinsfile and kuggle download script
This commit is contained in:
parent
e7a1d407f6
commit
897303a998
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -26,4 +26,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
deleteDir() /* clean up our workspace */
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user