Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
c7adf73d
Commit
c7adf73d
authored
Jan 30, 2017
by
akaljuvee
Browse files
check for mkdocs build
parent
d4425aba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
c7adf73d
...
...
@@ -17,10 +17,14 @@ node('local') {
}
}
stage
(
'Report
t
ests'
)
{
stage
(
'Report
T
ests'
)
{
junit
'*/target/surefire-reports/*.xml'
}
stage
(
'Check Documentation'
)
{
sh
'mkdocs build'
}
if
(
currentBuild
.
result
==
null
||
"SUCCESS"
.
equals
(
currentBuild
.
result
))
{
currentBuild
.
result
=
"SUCCESS"
slackSend
(
color:
'#00FF00'
,
message:
"${currentBuild.result}: Job '${env.JOB_NAME} #${env.BUILD_NUMBER}' (<${env.BUILD_URL}|Open>)"
,
channel:
'#biopet-bot'
,
teamDomain:
'lumc'
,
tokenCredentialId:
'lumc'
)
...
...
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