diff options
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 2f841c3..0a96f6b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,6 +46,7 @@ pipeline { GO111MODULE=on go install github.com/prometheus/prometheus/cmd/promtool && \ export PATH="/root/go/bin/:${PATH}" && \ cd .. && \ + ls -l && \ make test ''' } |