clean workspace

This commit is contained in:
Michael Shaw
2022-10-17 16:39:34 -04:00
parent 5354bd3205
commit cc6eb90337
Vendored
+5 -1
View File
@@ -1,6 +1,8 @@
pipeline {
agent any
options {
skipDefaultCheckout(true)
}
stages {
stage('Build') {
steps {
@@ -36,6 +38,8 @@ pipeline {
}
steps {
cleanWs()
checkout scm
echo 'Testing ...'
sh 'env'
sh 'go env'