Jenkins test
This commit is contained in:
parent
7d7cdaffdf
commit
b12383b97a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -11,8 +11,6 @@ node {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
git url: 'https://github.com/BrokenFire/BrokenDiscordBot.git', branch: 'env.BRANCH_NAME'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
stage('Gradle Buil'){
|
stage('Gradle Buil'){
|
||||||
build job: 'Bot Discord Gradle', wait: true
|
build job: 'Bot Discord Gradle', wait: true
|
||||||
@ -29,7 +27,7 @@ node {
|
|||||||
* Second, the 'latest' tag.
|
* Second, the 'latest' tag.
|
||||||
* Pushing multiple tags is cheap, as all the layers are reused. */
|
* Pushing multiple tags is cheap, as all the layers are reused. */
|
||||||
script {
|
script {
|
||||||
if (${env.BRANCH} == 'master') {
|
if (env.BRANCH_NAME == 'master') {
|
||||||
app.push()
|
app.push()
|
||||||
} else {
|
} else {
|
||||||
app.push("devel")
|
app.push("devel")
|
||||||
|
Loading…
Reference in New Issue
Block a user