File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,7 @@ void resultNotification(message) {
115
115
116
116
void lint () {
117
117
sh '''
118
- # Added to fix 'Context loading failed error'
119
- go get ./...
120
- echo Installing golangci-lint
121
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.0
122
- make lint saveOutput=true path=./bin/
118
+ make lint saveOutput=true
123
119
'''
124
120
125
121
LINT_OUTPUT = sh(returnStdout : true , script : ' echo helm template lint output: ;cat helm-lint-output.txt ;echo all tests lint output: ;cat test-lint-output.txt' ). trim()
@@ -161,7 +157,7 @@ pipeline {
161
157
timeStamp = sh(returnStdout : true , script : " date +%Y%m%d -d '-5 hours'" ). trim()
162
158
dockerRegistry = ' ml-docker-dev.marklogic.com'
163
159
dockerRepository = " ${ dockerRegistry} /marklogic/marklogic-server-centos"
164
- dockerVersion = " ${ ML_VERSION} -${ timeStamp} -centos-1.0.0 "
160
+ dockerVersion = " ${ ML_VERSION} -${ timeStamp} -centos-1.0.1 "
165
161
}
166
162
167
163
parameters {
You can’t perform that action at this time.
0 commit comments