Checkout build files.
This commit is contained in:
parent
6e151a929b
commit
8340926289
|
|
@ -1,4 +1,8 @@
|
|||
node ("make") {
|
||||
stage('checkout tools') {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
stage('checkout') {
|
||||
checkout([
|
||||
$class: 'GitSCM',
|
||||
|
|
|
|||
Loading…
Reference in New Issue