This commit is contained in:
Sebastien 2018-03-01 13:06:49 +01:00
parent 9bbfc2a98f
commit 9ec50b8fe0

2
Jenkinsfile vendored
View File

@ -2,7 +2,9 @@ node {
def app
stage('Clone') { // for display purposes
// Get some code from a GitHub repository
echo env.BRANCH_NAME
git url: 'https://github.com/BrokenFire/BrokenDiscordBot.git', branch: 'env.BRANCH_NAME'
}
stage('Gradle Buil'){
build job: 'Bot Discord Gradle', wait: true