Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
a23b561a
Commit
a23b561a
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
OSB-45
: committing initial jenkinsfile
parent
95c09473
No related branches found
No related tags found
1 merge request
!89
Monitoring maintenance Epic branch merge
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
LCU/Maintenance/Docker/Jenkinsfile
+22
-0
22 additions, 0 deletions
LCU/Maintenance/Docker/Jenkinsfile
with
23 additions
and
0 deletions
.gitattributes
+
1
−
0
View file @
a23b561a
...
@@ -1904,6 +1904,7 @@ LCU/Maintenance/Docker/BackgroundWorkers/Dockerfile -text
...
@@ -1904,6 +1904,7 @@ LCU/Maintenance/Docker/BackgroundWorkers/Dockerfile -text
LCU/Maintenance/Docker/BackgroundWorkers/entrypoint.sh -text
LCU/Maintenance/Docker/BackgroundWorkers/entrypoint.sh -text
LCU/Maintenance/Docker/BaseMaintenance/Dockerfile -text
LCU/Maintenance/Docker/BaseMaintenance/Dockerfile -text
LCU/Maintenance/Docker/DBInterface/Dockerfile -text
LCU/Maintenance/Docker/DBInterface/Dockerfile -text
LCU/Maintenance/Docker/Jenkinsfile -text
LCU/Maintenance/Docker/NginxProxy/Dockerfile -text
LCU/Maintenance/Docker/NginxProxy/Dockerfile -text
LCU/Maintenance/Docker/NginxProxy/nginx.conf -text
LCU/Maintenance/Docker/NginxProxy/nginx.conf -text
LCU/Maintenance/Docker/RESTService/Dockerfile -text
LCU/Maintenance/Docker/RESTService/Dockerfile -text
...
...
This diff is collapsed.
Click to expand it.
LCU/Maintenance/Docker/Jenkinsfile
0 → 100644
+
22
−
0
View file @
a23b561a
pipeline
{
agent
bob
stages
{
stage
(
'Build'
)
{
steps
{
sh
'ls && pwd'
docker
-
compose
-
f
LCU
/Maintenance/
Docker
/
compose_build
.
yml
build
}
}
stage
(
'Test'
)
{
steps
{
echo
'Testing..'
}
}
stage
(
'Deploy'
)
{
steps
{
echo
'Deploying....'
}
}
}
}
\ No newline at end of file
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