add csv ingress to knex migrations

This commit is contained in:
2020-02-26 20:52:39 +01:00
parent b79bfdde43
commit 615171e409
4 changed files with 67 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
VERSION = VersionNumber([
versionNumberString:
'${BUILDS_ALL_TIME}',
versionPrefix: '1.0.',
versionPrefix: '1.1.',
worstResultForIncrement: 'SUCCESS'
])
}