Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opensourceinnovation.eu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mikaël Barbero
opensourceinnovation.eu
Merge requests
!1
Create MR
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Create MR
some-changes
into
main
Overview
5
Commits
1
Changes
1
All threads resolved!
Hide all comments
Open
Mikaël Barbero
requested to merge
some-changes
into
main
3 years ago
Overview
5
Commits
1
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
main
version 13
8cc16c21
3 years ago
version 12
f12c3855
3 years ago
version 11
bc471945
3 years ago
version 10
7ad78b51
3 years ago
version 9
7805b820
3 years ago
version 8
8ce8491a
3 years ago
version 7
d907a045
3 years ago
version 6
cb859a01
3 years ago
version 5
d28fad7f
3 years ago
version 4
31fc9607
3 years ago
version 3
b6bc9efe
3 years ago
version 2
391ac330
3 years ago
version 1
7428a14c
3 years ago
main (HEAD)
and
latest version
latest version
51e7b3a2
1 commit,
3 years ago
version 13
8cc16c21
1 commit,
3 years ago
version 12
f12c3855
1 commit,
3 years ago
version 11
bc471945
1 commit,
3 years ago
version 10
7ad78b51
1 commit,
3 years ago
version 9
7805b820
1 commit,
3 years ago
version 8
8ce8491a
1 commit,
3 years ago
version 7
d907a045
1 commit,
3 years ago
version 6
cb859a01
1 commit,
3 years ago
version 5
d28fad7f
1 commit,
3 years ago
version 4
31fc9607
1 commit,
3 years ago
version 3
b6bc9efe
1 commit,
3 years ago
version 2
391ac330
1 commit,
3 years ago
version 1
7428a14c
1 commit,
3 years ago
1 file
+
8
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Jenkinsfile
+
8
−
10
Options
pipeline
{
agent
any
stages
{
stage
(
'build'
)
{
steps
{
sh
'echo "Hello World again!!!"'
}
}
}
}
@Library
(
'releng-pipeline'
)
_
hugo
(
appName:
'opensourceinnovation.eu'
,
imageName:
'eclipsefdn/mba-test-opensourceinnov'
,
productionDomain:
'opensourceinnovation.eu'
,
namespace:
"mba-test-preview-fmk"
)
Loading