jobs/updateSrcRev: do not update src revision at clone step

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-09-04 12:56:42 +02:00
parent c4d49cdc0e
commit 86f82a6411
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ pipeline {
common = load "./jobs/Jenkinsfile_Common" common = load "./jobs/Jenkinsfile_Common"
handleCleanBuild(common) handleCleanBuild(common)
common.gitCheckout("${env.YOCTO_REPO_URL}", "${params.BUILD_BRANCH}", "${env.YOCTO_REPO_DIR}", true) common.gitCheckout("${env.YOCTO_REPO_URL}", "${params.BUILD_BRANCH}", "${env.YOCTO_REPO_DIR}", true, false)
} }
} }
} }