jenkins-shared-libs/vars
Dustin 6cc6c5ef36 bci2: Add defaultBranch keyword argument
Passing the `defaultBranch` argument to `buildContainerImage2()` allows
setting the `latest` for projects where the default branch is not
*main*.  For example:

```groovy
buildContainerImage2(defaultBranch: 'master')
```

This will update the `latest` tag whenever a new build is created on the
*master* branch.
2024-01-11 09:49:50 -06:00
..
buildContainerImage.groovy buildContainerImage: Handle null arguments 2022-12-01 20:06:59 -06:00
buildContainerImage2.groovy bci2: Add defaultBranch keyword argument 2024-01-11 09:49:50 -06:00