Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
3d9cb3c5
Commit
3d9cb3c5
authored
Feb 07, 2019
by
Benedikt Kleinmeier
Browse files
In ".gitlab/ci/templates/deploy_stage_templates.yml", added newline just for testing.
parent
35a15c72
Pipeline
#89201
failed
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3d9cb3c5
...
...
@@ -14,7 +14,7 @@
# # non-zero exit code, the job fails.
#
# Procedure: Use GitLab job templates in ".gitlab/ci/templates/" and use them
#
"here"
by using the "extend" keyword.
#
in the job description
by using the "extend" keyword.
#
# ## References
#
...
...
.gitlab/ci/jobs/windows_jobs.yml
View file @
3d9cb3c5
deploy_branch_on_windows
:
extends
:
.template_deploy_branch
tags
:
-
windows
-
windows
environment
:
name
:
windows
url
:
${VADERE_DEPLOYMENT_BASE_URL}/branches/vadere-console.${CI_COMMIT_REF_NAME}.${CI_COMMIT_SHA}.${CI_ENVIRONMENT_NAME}.jar"
.gitlab/ci/templates/deploy_stage_templates.yml
View file @
3d9cb3c5
...
...
@@ -17,3 +17,4 @@
# - scp ${VADERE_PACKAGE_NAME}.zip di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/branches/${VADERE_PACKAGE_NAME}.zip
when
:
always
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