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 d3eb3e8 commit b7ab971Copy full SHA for b7ab971
.ci/Jenkinsfile
@@ -61,6 +61,8 @@ pipeline {
61
setEnvVar('K8S_CHANGES', isGitRegionMatch(patterns: [ '(^deploy/kubernetes/.*|^version/docs/version.asciidoc|.ci/Jenkinsfile)' ], shouldMatchAll: false).toString())
62
setEnvVar('EXT_WINDOWS_CHANGES', isGitRegionMatch(patterns: [ '.ci/Jenkinsfile' ], shouldMatchAll: false).toString())
63
setEnvVar('EXT_M1_CHANGES', isGitRegionMatch(patterns: [ '.ci/Jenkinsfile' ], shouldMatchAll: false).toString())
64
+ // set the GO_VERSION env variable with the go version to be used in withMageEnv
65
+ setEnvVar('GO_VERSION', readFile(file: '.go-version')?.trim())
66
}
67
68
0 commit comments