Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESProjects
SDE
Commits
114fd58d
Commit
114fd58d
authored
Apr 29, 2022
by
Alberto Debiasi
Browse files
Add aida info in .gitlab-ci.yml.
parent
5690f0e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
114fd58d
...
...
@@ -87,7 +87,21 @@ before_script:
-
echo "- Putting on line the new update site"
-
ssh -o StrictHostKeyChecking=no $UPDATE_SITE_URL "mv -f $UPDATE_SITE_DIR_NEW $UPDATE_SITE_DIR"
aida:B_and_T:
extends
:
.build_test_and_deploy
image
:
braghieri/eclipse:Java8-Python2
stage
:
build_test_and_deploy
variables
:
PROFILE
:
"
Java8,Neon"
UPDATE_SITE_ROOT_FOLDER
:
"
"
UPDATE_SITE_DIR_ECLIPSE_VERSION_DIR
:
"
tools"
UPDATE_SITE_DIR_NAME
:
"
aida_sde_devel"
TARGET_REPOSITORY_DIR
:
$CI_PROJECT_DIR/eu.fbk.tools.aida.sde.repository/target/repository/*
only
:
-
master
Neon:B_and_T:
extends
:
.build_test_and_deploy
...
...
@@ -130,6 +144,22 @@ Neon:B_and_T:
only
:
-
master
aida:to_production_update_site:
extends
:
.build_test_and_deploy
image
:
braghieri/eclipse:Java8-Python2
stage
:
deploy_to_production
needs
:
-
aida:B_and_T
when
:
manual
variables
:
PROFILE
:
"
Java8,Neon"
UPDATE_SITE_ROOT_FOLDER
:
"
"
SKIP_TESTS_OPT
:
"
-DskipTests"
UPDATE_SITE_DIR_ECLIPSE_VERSION_DIR
:
"
tools"
UPDATE_SITE_DIR_NAME
:
"
aida_sde"
TARGET_REPOSITORY_DIR
:
$CI_PROJECT_DIR/eu.fbk.tools.aida.sde.repository/target/repository/*
Neon:to_production_update_site:
extends
:
.build_test_and_deploy
...
...
Write
Preview
Markdown
is supported
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