incremental repo

This commit is contained in:
Ruben Abad 2024-02-06 12:01:20 +01:00
parent ccf76e0f32
commit 1c8b906b6a
1 changed files with 3 additions and 15 deletions

18
Jenkinsfile vendored
View File

@ -202,11 +202,13 @@ pipeline
when { branch "ruben/jenkins_migration"; }
steps
{
dir('doc_repo')
dir('${env.WORKSPACE}/doc_repo')
{
checkout scmGit(
branches: [[name: '*/ruben/jenkins_migration']],
extensions: [
cleanBeforeCheckout(),
checkoutOption(120),
localBranch("**"),
cloneOption(noTags:false, reference:'', shallow: false, timeout:120)
@ -232,20 +234,6 @@ pipeline
}
}
post
{
always
{
deleteDir()
}
}
}
}
post
{
always
{
deleteDir()
}
}
}