Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment Client
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment Client
Merge requests
!25
add check_deployment.sh ub usage docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
add check_deployment.sh ub usage docs
update-docs
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
update-docs
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
4082acfb
Show latest version
1 file
+
17
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4082acfb
add check_deployment.sh ub usage docs
· 4082acfb
Hahn Axel (hahn)
authored
1 year ago
docs/40_Usage.md
+
17
−
1
View file @ 4082acfb
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,7 +11,7 @@ _______________________________________________________________________________
IML - DEPLOYMENT CLIENT
DOCS: https://os-docs.iml.unibe.ch/imldeployment-client/ _____
_________________________________________________________________________/ v
0.9
_________________________________________________________________________/ v
1.5
HELP:
Loads one or more profiles profile to deploy an application.
@@ -141,3 +141,19 @@ EXAMPLES:
Remark: The directory listing can be turned off on the package server and
results in a 403 status.
```
## check_deployment.sh
This is a script to show the current installation status of all apps.
This script returns exit status > 0 if the rollout or a file generation failed.
The script doesn't support parameters.
Example:
```
txt
./check_deployment.sh
OK: Deployment ... Profiles: 2 ... Errors: 0
OK: userportal - /var/log/imldeployment-client/userportal__2024-05-10__154349.log
OK: intranet - /var/log/imldeployment-client/intranet__2024-05-10__154337.log
```
Loading