From 28c4ff34d2cac548d5f3f772d34a18f62bc539e6 Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Sun, 18 Feb 2018 19:17:23 +0100 Subject: [PATCH] - --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0535d2b..636b80f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,9 +2,9 @@ pipeline { agent any stages { - def app stage('Clone') { // for display purposes steps{ + def app // Get some code from a GitHub repository git 'https://github.com/BrokenFire/BrokenDiscordBot.git' }