Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-upperware
Commits
6cfe6adc
Commit
6cfe6adc
authored
Mar 24, 2021
by
Alicja Reniewicz
Browse files
checking-ems: revert removing build for dlms-agent
parent
820bcbb5
Pipeline
#11896
failed with stage
in 16 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6cfe6adc
...
...
@@ -174,6 +174,15 @@ build:zpp-solver:
paths
:
-
$CI_PROJECT_DIR/zpp-solver/target
build:dlms-agent:
stage
:
build
image
:
$MAVEN_IMAGE
script
:
-
$DLMS_AGENT_CLI -Pwithout-docker clean install
artifacts
:
paths
:
-
$CI_PROJECT_DIR/dlmsAgent/target
build:ems:
stage
:
build
image
:
$MAVEN_IMAGE
...
...
@@ -482,6 +491,25 @@ deploy:cp-solver:
-
docker tag $LOCAL_REPO/melodic/cpsolver:unknown $CI_REGISTRY_IMAGE/cpsolver:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/cpsolver:$CI_COMMIT_BRANCH
deploy:dlms-agent:
stage
:
deploy
only
:
-
master
-
rc3.0
-
rc3.1
image
:
"
python:latest"
before_script
:
-
pip install awscli
dependencies
:
-
build:dlms-agent
script
:
-
export AWS_ACCESS_KEY_ID=$K8S_SECRET_AWS_USER
-
export AWS_SECRET_ACCESS_KEY=$K8S_SECRET_AWS_PASSWORD
-
export AWS_DEFAULT_REGION=eu-west-1
-
ls -l $CI_PROJECT_DIR/dlmsAgent
-
ls -l $CI_PROJECT_DIR/dlmsAgent/target
-
aws s3 cp $CI_PROJECT_DIR/dlmsAgent/target/DLMSAgent-3.1.0-SNAPSHOT.jar s3://melodic.testing.data/ARTIFACTS/ow2/dlmsagent/
deploy:ems:
stage
:
deploy
only
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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