Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mikaël Barbero
opensourceinnovation.eu
Commits
51e7b3a2
Commit
51e7b3a2
authored
Mar 10, 2022
by
Mikaël Barbero
🗡
Browse files
Create MR
parent
4c27c656
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
51e7b3a2
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"
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment