jobs/buildTarget: added post step cleaning repository
the post step cleans the residuals from the update of the source revisions. Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
22b6e0adc4
commit
0a2a6685ea
|
|
@ -85,6 +85,14 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
script {
|
||||
common.cleanupRepository("${env.YOCTO_REPO_DIR}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
stage('Update SSTATE-CACHE MIRROR') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue