-
This commit is contained in:
parent
9bbfc2a98f
commit
9ec50b8fe0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,9 @@ node {
|
|||||||
def app
|
def app
|
||||||
stage('Clone') { // for display purposes
|
stage('Clone') { // for display purposes
|
||||||
// Get some code from a GitHub repository
|
// Get some code from a GitHub repository
|
||||||
|
echo env.BRANCH_NAME
|
||||||
git url: 'https://github.com/BrokenFire/BrokenDiscordBot.git', branch: 'env.BRANCH_NAME'
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user