Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAP/jenkins-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.352.0
Choose a base ref
...
head repository: SAP/jenkins-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.353.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 6 contributors

Commits on Mar 25, 2024

  1. Revert "feat(cnbBuild): validate docker credentials (#4840)" (#4872)

    Apparently this pr caused some regression.
    
    This reverts commit df2e976.
    c0d1ngm0nk3y authored Mar 25, 2024
    Copy the full SHA
    70dac23 View commit details
  2. [docs] fix some typos and markdown issues on helm documentation (#4867)

    * fixes `go build` on windows
    
    cmd\cnbBuild.go:589:3: unknown field Credential in struct literal of
    type "syscall".SysProcAttr
    cmd\cnbBuild.go:589:24: undefined: syscall.Credential
    
    * Update cnbBuildAttr.go
    
    * Update cnbBuildAttr_windows.go
    
    * go fmt
    
    * fix some typos and markdown issues
    hilmarf authored Mar 25, 2024
    Copy the full SHA
    2d3c666 View commit details
  3. Bug: fix typo (#4870)

    Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com>
    srinikitha09 and tiloKo authored Mar 25, 2024
    Copy the full SHA
    6e8fdb7 View commit details
  4. Fail on error also in case of no lint config present (#4658)

    * Fail on error also in case of no lint config present
    
    * Fix errors
    
    * test: add unit test
    o-liver authored Mar 25, 2024
    Copy the full SHA
    f6a3bbe View commit details

Commits on Mar 26, 2024

  1. exclude .git on stashBack (#4854)

    This change allows usage of `stashNoDefaultExcludes` parameter,
    as otherwise I think it it impossible to stash back the .git repository.
    
    It should not affect anything if `stashNoDefaultExcludes` is not used.
    cvakiitho authored Mar 26, 2024
    Copy the full SHA
    fc67751 View commit details
Loading