edit branch on devel

This commit is contained in:
BrokenFire 2018-02-27 12:28:59 +01:00
parent 7354971f55
commit 5d50c66842

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ node {
def app
stage('Clone') { // for display purposes
// Get some code from a GitHub repository
git 'https://github.com/BrokenFire/BrokenDiscordBot.git'
git url: 'https://github.com/BrokenFire/BrokenDiscordBot.git', branch: 'devel'
}
stage('Build image') {
/* This builds the actual image; synonymous to