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 d92a5fb commit 2f6a910Copy full SHA for 2f6a910
Jenkinsfile
@@ -1,11 +1,7 @@
1
-@Library('global-jenkins-library@2.4.0') _
+@Library('global-jenkins-library@2.7.3') _
2
buildJavaProject(
3
buildInfo: getBuildInfo(),
4
integrationTestsEnvVars: [],
5
shouldPublishJars: true,
6
shouldPublishDockerImages: true,
7
- dockerfileDir: '.',
8
- preDevelopVisibility: 'iex.ec',
9
- developVisibility: 'iex.ec',
10
- preProductionVisibility: 'docker.io',
11
- productionVisibility: 'docker.io')
+ dockerfileDir: '.')
0 commit comments