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