This commit is contained in:
BrokenFire 2018-02-18 19:17:23 +01:00
parent d384f2e7fe
commit 28c4ff34d2

2
Jenkinsfile vendored
View File

@ -2,9 +2,9 @@ pipeline {
agent any agent any
stages { stages {
def app
stage('Clone') { // for display purposes stage('Clone') { // for display purposes
steps{ steps{
def app
// Get some code from a GitHub repository // Get some code from a GitHub repository
git 'https://github.com/BrokenFire/BrokenDiscordBot.git' git 'https://github.com/BrokenFire/BrokenDiscordBot.git'
} }