checkout scm!
This commit is contained in:
parent
802b29f77a
commit
ff45320cbe
|
|
@ -1,10 +1,15 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
options {
|
||||||
|
skipDefaultCheckout(true)
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage ('Pre-Build') {
|
stage ('Pre-Build') {
|
||||||
steps {
|
steps {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
|
checkout scm
|
||||||
|
|
||||||
sh 'make go-tools'
|
sh 'make go-tools'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue