Skip to content

Releases: cloudogu/ces-build-lib

Git.fetch with credentials

20 May 07:44
e7a174b
Compare
Choose a tag to compare
Merge pull request #37 from cloudogu/feature/fetch_with_credentials

Adds executeWithCredentials to git.fetch()

Git.setTag() & config SQ integration branch

14 May 15:35
1.38.0
Compare
Choose a tag to compare

Git.checkoutOrCreate()

04 May 09:26
1.37.0
7666cac
Compare
Choose a tag to compare
1.37.0

   1.37.0

Multiple minor features and bugfixes

27 Mar 13:09
8e72312
Compare
Choose a tag to compare
  • #22 fix evaluateExpression on maven wrapper
  • #25 SonarCloud with existing additional maven args
  • #26 Feature/simpify git push
  • #27 added methods to manipulate versions of maven projects
  • #28 Added additional git commands: fetch, merge and mergeFastForwardOnly
  • #29 SonarQube GitHub plugin deprecated

Removes trailing caret from git.tag

16 Mar 07:46
1.35.2
Compare
Choose a tag to compare

Avoids required script approval for Maven deployment

11 Feb 15:11
1.35.1
a5799c2
Compare
Choose a tag to compare

Maven: Improved private repo authentication; SonarQube 7.9

11 Feb 12:52
1.35.0
Compare
Choose a tag to compare
  • Pull dependencies from private repos
  • Pass for multiple repo credentials
  • Deploy without passing URL (when specified in pom.xml)
  • Maven: Query properties from pom.xml properly, no more error prone grepping.
  • SonarQube: Keep behaviour when not using Branch Plugin, also with SonarQube 7.9+ (after removing sonar.branch parameter)