mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
601feceb65
2 changed files with 7 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,8 @@
|
||||||
},
|
},
|
||||||
"DJAscendance": {
|
"DJAscendance": {
|
||||||
"tier": 1
|
"tier": 1
|
||||||
|
},
|
||||||
|
"SneezySchoo": {
|
||||||
|
"tier": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue