Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
ed8c7e34
Commit
ed8c7e34
authored
Jun 29, 2018
by
Mathias Goebel
🎠
Browse files
version +1, cleanup
parent
2394f93a
Changes
2
Show whitespace changes
Inline
Side-by-side
Jenkinsfile
deleted
100644 → 0
View file @
2394f93a
node
{
stage
(
'Preparation'
)
{
checkout
scm
sh
'rm -f build/*.xar'
}
stage
(
'Build'
)
{
sh
'ant'
}
stage
(
'Publish'
)
{
archiveArtifacts
artifacts:
'build/*.xar'
,
onlyIfSuccessful:
true
FILENAME
=
sh
(
script:
"find build/ -name '*.xar' -exec basename {} \\;"
,
returnStdout:
true
).
trim
()
sh
"curl -X POST -F 'file=@build/${FILENAME}' http://localhost:8181/exist/apps/receiver.xql"
}
stage
(
'Post'
)
{
always
{
cleanWs
()
}
}
}
build.properties
View file @
ed8c7e34
project.namespace
=
http://textgrid.de/ns/SADE
project.version
=
2.5.
4
project.version
=
2.5.
5
project.title
=
Scalable Architecture for Digital Editions
project.abbrev
=
SADE
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