Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment
Commits
b4f6bea0
Commit
b4f6bea0
authored
2 years ago
by
hahn
Browse files
Options
Downloads
Patches
Plain Diff
add readme
parent
094dc645
No related branches found
No related tags found
1 merge request
!19
5534 add docker
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+33
-0
33 additions, 0 deletions
readme.md
with
33 additions
and
0 deletions
readme.md
0 → 100644
+
33
−
0
View file @
b4f6bea0
# CI Server #
Free software and Open Source from University of Bern :: IML - Institute of Medical Education
📄 Source:
<https://git-repo.iml.unibe.ch/iml-open-source/imldeployment>
\
📜 License: GNU GPL 3.0
\
📖 Docs: TODO
- - -
## Description ##
CI node that checks out projects from git repositories and builds an deployable archive.
The archives can be synched to multiple deployment targets e.g. puppet master or a protected software archive.
## Related projects ##
*
CI package server
<https://git-repo.iml.unibe.ch/iml-open-source/ci-pkg>
*
Deployment client written in bash
<https://git-repo.iml.unibe.ch/iml-open-source/imldeployment-client>
## Features ##
*
API to start a build from somewhere, e.g. from a devops workplace or Gitlab server
*
checkout from git via SSH with multiple ssh keys (can be extended with a plugin)
*
build has hooks to customize build process
*
In our institute it builds projects written in
*
PHP
*
NodeJS - using NVM for custom Node versions
*
Ruby - using RVM for custom Ruby versions
*
sync built archives to deploy systems
*
trigger rollout via ssh command or AWX API call (can be extended with a plugin)
*
receives install status
*
sends messages (email, Slack)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment