Re: Jenkins - Mutlibranch pipeline

2022-04-14 Thread John Patrick
So I've changed mine to 7 days, which I've done using the groovy script that created/configures the pipeline. e.g. multibranchPipelineJob(...) { .. orphanedItemStrategy { discardOldItems { daysToKeep(7) // how long before dead branch build is deleted } } .. } I think the defa

Jenkins - Mutlibranch pipeline

2022-04-14 Thread Madhu Muchukota
Hi Team - We are using a Multibranch pipeline with GIT branch source. When ever we delete a branch in the Project repository, we see that this branch is being showed as strike-through. How long it will be shown as strike-through and when it will get deleted completely from Jenkins UI? Also when

Alternative for Multiple SCM plugin

2022-04-14 Thread Adharsha sri
Hi Team, Is there any alternative plugin for Multiple SCM plugin to checkout multiple git repos in jenkins freestyle. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Re: Reasons for workspace cleanup

2022-04-14 Thread mar...@gmail.com
When starting Jenkins you can change the default for the hudson.model.WorkspaceCleanupThread.retainForDays which is 30 days. Search for the property in Jenkins Features Controlled with system properties . What I have done is added