diff --git a/Jenkinsfile b/Jenkinsfile index 2e552fb..85c74b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,8 @@ pipeline { stages { stage('Build') { steps { - sh 'CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o exporter main.go' + sh 'echo "Hello World"' +// sh 'CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o exporter main.go' } } stage('Test') {