fix: add git init stage
All checks were successful
gitea-sync/mosquito_build/pipeline/head This commit looks good
All checks were successful
gitea-sync/mosquito_build/pipeline/head This commit looks good
This commit is contained in:
parent
19fca4d301
commit
d63b1eee01
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user