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