Skip to content
Snippets Groups Projects
Commit f46b070b authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

build version extraction testing...

parent 2599917a
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ node { ...@@ -12,7 +12,7 @@ node {
echo "-- Creating package --" echo "-- Creating package --"
def pom = readMavenPom file: './pom.xml' def pom = readMavenPom file: './pom.xml'
def VERSION = pom.version def pVersion = pom.version
sh ''' sh '''
fpm -t deb -a noarch -s dir --name tgauth \ fpm -t deb -a noarch -s dir --name tgauth \
...@@ -21,7 +21,7 @@ node { ...@@ -21,7 +21,7 @@ node {
--vendor='DARIAH-DE' \ --vendor='DARIAH-DE' \
--url='https://textgrid.de' \ --url='https://textgrid.de' \
--iteration $BUILD_NUMBER \ --iteration $BUILD_NUMBER \
--version $VERSION \ --version $pVersion \
-x ".git**" \ -x ".git**" \
-x "**/.git**" \ -x "**/.git**" \
-x "**/.hg**" \ -x "**/.hg**" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment