Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
synergy
o3skim
Commits
09447918
Commit
09447918
authored
Aug 14, 2020
by
BorjaEst
Browse files
Merge branch 'dev'
parents
b9ce9071
31c5d2bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
0 → 100644
View file @
09447918
pipeline
{
agent
{
dockerfile
true
}
stages
{
stage
(
'Unit testing'
)
{
steps
{
echo
'====================executing unittest================================'
echo
'Edit Jenkinsfile - Install test dependencies'
echo
'Edit Jenkinsfile - Trigger unittesting'
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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