This commit is contained in:
Sebastien 2018-03-01 12:11:29 +01:00
parent 4f35ff34d1
commit 73ca3a2e86

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ node {
// Get some code from a GitHub repository
git 'https://github.com/BrokenFire/BrokenDiscordBot.git'
}
stage('Gradle Buil){
stage('Gradle Buil'){
build job: 'Bot Discord Gradle', wait: true
}
stage('Build image') {