Skip to content

Commit

Permalink
Moving from Travis to Azure pipelines (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
AHeise authored Mar 4, 2019
1 parent 8a9a8ae commit 589cb25
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 125 deletions.
71 changes: 0 additions & 71 deletions .travis.yml

This file was deleted.

27 changes: 27 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
trigger:
branches:
include:
- refs/heads/*
- refs/tags/*
pr:
branches:
include:
- master

variables:
- group: sonarqube
- group: sign
- group: ossrh

resources:
repositories:
- repository: templates
type: github
name: bakdata/bakdata-project-templates
endpoint: bot

jobs:
- template: azure/gradle/build.yml@templates
- template: azure/gradle/create_tag_version.yml@templates
- template: azure/gradle/upload_release.yml@templates
- template: azure/gradle/upload_snapshot.yml@templates
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
// release
id("net.researchgate.release") version "2.6.0"
id("com.bakdata.sonar") version "1.1.2"
id("com.bakdata.sonatype") version "1.1.2"
id("com.bakdata.sonar") version "1.1.4"
id("com.bakdata.sonatype") version "1.1.4"
id("org.hildan.github.changelog") version "0.8.0"
}

Expand Down Expand Up @@ -38,7 +38,7 @@ configure<org.hildan.github.changelog.plugin.GitHubChangelogExtension> {

subprojects {
apply(plugin = "java-library")
// build fails for java 11, let"s wait for a newer lombok version

configure<JavaPluginConvention> {
sourceCompatibility = org.gradle.api.JavaVersion.VERSION_11
targetCompatibility = org.gradle.api.JavaVersion.VERSION_11
Expand Down
19 changes: 0 additions & 19 deletions travis/get_version.sh

This file was deleted.

14 changes: 0 additions & 14 deletions travis/github_release.sh

This file was deleted.

7 changes: 0 additions & 7 deletions travis/prepare_git_for_bot.sh

This file was deleted.

11 changes: 0 additions & 11 deletions travis/setup_deploy_key.sh

This file was deleted.

0 comments on commit 589cb25

Please sign in to comment.