Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-integration
Commits
ac7d9ffa
Commit
ac7d9ffa
authored
Apr 15, 2022
by
Jan Marchel
Browse files
Update .gitlab-ci.yml file
parent
4704d703
Pipeline
#20673
failed with stages
in 3 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ac7d9ffa
...
...
@@ -38,8 +38,10 @@ after_script:
stages
:
-
build-raml
-
build-interfaces
-
build-connectors
-
deploy-raml
-
deploy-interfaces
-
deploy-connectors
-
deploy-rest
build-raml:raml_to_jaxrs:
...
...
@@ -56,6 +58,23 @@ build-interfaces:interfaces:
script
:
-
$INTERFACES_CLI clean install
build-connectors:connectors:
stage
:
build-connectors
image
:
$MAVEN_IMAGE
script
:
-
$CONNECTORS_CLI clean install
deploy-connectors:connectors:
stage
:
deploy-connectors
image
:
$MAVEN_IMAGE
only
:
-
proactive-dev-2.5
dependencies
:
-
build-connectors:connectors
script
:
-
$CONNECTORS_CLI deploy
deploy-raml:raml_to_jaxrs:
stage
:
deploy-raml
image
:
$MAVEN_IMAGE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment