Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deb-icinga2
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
packaging
deb-icinga2
Merge requests
!26
Add Ubuntu jammy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add Ubuntu jammy
jammy
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Alexander A. Klimov
requested to merge
jammy
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
5e0690bc
Show latest version
1 file
+
25
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5e0690bc
Add Ubuntu jammy
· 5e0690bc
Alexander A. Klimov
authored
3 years ago
.gitlab-ci.yml
+
25
−
0
Options
@@ -196,6 +196,31 @@ upload/debian/stretch:
# Ubuntu
###################################
ubuntu/jammy
:
<<
:
*source
variables
:
DOCKER_IMAGE
:
ubuntu/jammy
ubuntu/jammy:x86_64
:
<<
:
*binary
variables
:
DOCKER_IMAGE
:
ubuntu/jammy
dependencies
:
-
ubuntu/jammy
test/ubuntu/jammy:x86_64
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
ubuntu/jammy
dependencies
:
-
ubuntu/jammy:x86_64
upload/ubuntu/jammy
:
<<
:
*upload
dependencies
:
-
ubuntu/jammy:x86_64
-
ubuntu/jammy
# impish
ubuntu/impish
:
<<
:
*source
Loading