Change checkout process.

This commit is contained in:
LexManos 2018-11-12 20:24:14 -08:00
parent b7a1676b15
commit eafeba9fed
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stages {
stage('fetch') {
steps {
git(url: 'https://github.com/MinecraftForge/MinecraftForge.git', changelog: true)
checkout scm
}
}
stage('build') {