Increase timeout for golangci-lint
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good
This commit is contained in:
parent
17867421eb
commit
dbf774b727
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -35,7 +35,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sh label: 'Show environment', script: 'go env GOPATH'
|
sh label: 'Show environment', script: 'go env GOPATH'
|
||||||
sh label: 'Run golangci-lint', script: '$(go env GOPATH)/bin/golangci-lint run --sort-results --verbose --max-same-issues 0 --max-issues-per-linter 0'
|
sh label: 'Run golangci-lint', script: '$(go env GOPATH)/bin/golangci-lint run --timeout=10m0s --sort-results --verbose --max-same-issues 0 --max-issues-per-linter 0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Reference in a new issue