Bump version to try and fix deploying; other nitpicks

This commit is contained in:
Camotoy 2021-08-30 13:55:01 -04:00
parent ea8f4b854b
commit b9541505af
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
134 changed files with 181 additions and 155 deletions

4
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline {
}
}
/*stage ('Deploy') {
stage ('Deploy') {
when {
branch "master"
}
@ -48,7 +48,7 @@ pipeline {
serverId: "opencollab-artifactory"
)
}
}*/
}
}
post {