From 39c96fdd1dbfbf32c2c4a62a4d72f0b3a2512069 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sat, 24 Aug 2024 23:00:32 +0200 Subject: debug --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 ''' } -- cgit v1.2.3