-
This commit is contained in:
parent
d384f2e7fe
commit
28c4ff34d2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user