-
This commit is contained in:
parent
bb2205593c
commit
e09915c342
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -5,11 +5,13 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
|
|
||||||
stage('Clone') {
|
stage('Clone') {
|
||||||
node{
|
steps{
|
||||||
def app
|
node{
|
||||||
// for display purposes
|
def app
|
||||||
// Get some code from a GitHub repository
|
// for display purposes
|
||||||
git 'https://github.com/BrokenFire/BrokenDiscordBot.git'
|
// Get some code from a GitHub repository
|
||||||
|
git 'https://github.com/BrokenFire/BrokenDiscordBot.git'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user