From 9ec50b8fe07fe689856d28347655ffff18d554b4 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Thu, 1 Mar 2018 13:06:49 +0100 Subject: [PATCH] - --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index ce9853a..ced081d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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