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