update jenkinsfile

master
sre 3 years ago
parent 2871164052
commit b64e83c4df

3
Jenkinsfile vendored

@ -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') {

Loading…
Cancel
Save