-
This commit is contained in:
parent
bb2205593c
commit
e09915c342
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,12 +5,14 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
|
|
||||||
stage('Clone') {
|
stage('Clone') {
|
||||||
|
steps{
|
||||||
node{
|
node{
|
||||||
def app
|
def app
|
||||||
// for display purposes
|
// for display purposes
|
||||||
// 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'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
stage('Build image') {
|
stage('Build image') {
|
||||||
|
Loading…
Reference in New Issue
Block a user