diff --git a/Jenkinsfile b/Jenkinsfile index cd73c74..09c5981 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,8 @@ pipeline { version = "1.0.${env.BUILD_NUMBER}" } steps { + sh 'apt install -y git-lfs' + sh 'git lfs pull' sh 'docker build --no-cache -t registry.miaostay.com/kotadoc -f Dockerfile .' } }