go env inspection 2

This commit is contained in:
Michael Shaw 2022-10-06 09:52:29 -04:00
parent f471dc8f9c
commit da00da4ea2

1
Jenkinsfile vendored
View File

@ -29,6 +29,7 @@ pipeline {
sh 'env'
sh 'pwd'
sh 'go env'
sh 'ls -tla /var/lib/jenkins/jobs'
sh 'make test'
}
}