Implemented wildcards for MQTT and downgraded SQLite to the version that supports retrieving last inserted key
This commit is contained in:
parent
1de26a7240
commit
529cacfe81
5 changed files with 299 additions and 43 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -28,6 +28,7 @@ pipeline {
|
|||
withGradle {
|
||||
sh "./gradlew ${gradleParams} test"
|
||||
}
|
||||
junit './build/test-reports/test/*.xml'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue