fix: add git init stage
All checks were successful
gitea-sync/mosquito_build/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-09-25 16:12:42 +02:00
parent 19fca4d301
commit d63b1eee01

8
Jenkinsfile vendored
View File

@ -50,6 +50,14 @@ pipeline{
} }
stages stages
{ {
stage('git init') {
steps {
sh'''
cd $WORKSPACE
git submodule update --init --depth 1
'''
}
}
stage('Build AMD64') { stage('Build AMD64') {
agent { agent {
docker { docker {