Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ellpeck 2020-03-08 16:23:43 +01:00
commit 601feceb65
2 changed files with 7 additions and 1 deletions

5
Jenkinsfile vendored
View file

@ -20,6 +20,9 @@ pipeline {
} }
stage('Publish') { stage('Publish') {
when {
branch 'master'
}
steps { steps {
sh './gradlew publish --no-daemon' sh './gradlew publish --no-daemon'
} }
@ -29,4 +32,4 @@ pipeline {
environment { environment {
local_maven = '/var/www/maven' local_maven = '/var/www/maven'
} }
} }

View file

@ -4,5 +4,8 @@
}, },
"DJAscendance": { "DJAscendance": {
"tier": 1 "tier": 1
},
"SneezySchoo": {
"tier": 1
} }
} }