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