Skip to content

Commit 40edd34

Browse files
CLD-677 (#62)
* Update Docker version * Remove local installation of linter as we have global install
1 parent a657820 commit 40edd34

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Jenkinsfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,7 @@ void resultNotification(message) {
115115

116116
void lint() {
117117
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
123119
'''
124120

125121
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 {
161157
timeStamp = sh(returnStdout: true, script: "date +%Y%m%d -d '-5 hours'").trim()
162158
dockerRegistry = 'ml-docker-dev.marklogic.com'
163159
dockerRepository = "${dockerRegistry}/marklogic/marklogic-server-centos"
164-
dockerVersion = "${ML_VERSION}-${timeStamp}-centos-1.0.0"
160+
dockerVersion = "${ML_VERSION}-${timeStamp}-centos-1.0.1"
165161
}
166162

167163
parameters {

0 commit comments

Comments
 (0)