We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50991a commit 7376d54Copy full SHA for 7376d54
.ci/Jenkinsfile
@@ -122,10 +122,10 @@ def goReleaser(Closure body) {
122
deleteDir()
123
unstash 'source'
124
dir("${BASE_DIR}"){
125
- dockerLogin(secret: "${DOCKER_ELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}")
126
withGoEnv() {
127
sh(label: 'install goreleaser', script: 'go install github.com/goreleaser/[email protected]')
128
withCredentials([string(credentialsId: "${env.GITHUB_TOKEN_CREDENTIALS}", variable: 'GITHUB_TOKEN')]) {
+ dockerLogin(secret: "${DOCKER_ELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}")
129
body()
130
}
131
0 commit comments