Skip to content

Commit

Permalink
Y(a)ML tolerant
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLeresteux authored Mar 20, 2020
2 parents 246e9e5 + bb5f58e commit 60dc7cb
Show file tree
Hide file tree
Showing 45 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ':wastebasket: JIRA Issue closed : [${{ steps.create_jira_issue.outputs.issue }}](${{ secrets.JIRA_BASE_URL }}/browse/${{ steps.create_jira_issue.outputs.issue }})'
body: ':wastebasket: JIRA Issue closed : [${{ steps.extract_jira_number.outputs.jira_number }}](${{ secrets.JIRA_BASE_URL }}/browse/${{ steps.extract_jira_number.outputs.jira_number }}
})
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("com.saagie:technologiesplugin:1.1.1")
classpath("com.saagie:technologiesplugin:1.1.2")
}
}
apply<SaagieTechnologiesPackageGradlePlugin>()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ label: Bash
available: true
icon: bash
contexts:
- id: debian9-stretch
label: debian9-stretch
- id: debian9-stretch-gcp
label: debian9-stretch-gcp
available: true
recommended: true
recommended: false
dockerInfo:
image: saagie/bash
version: debian9-stretch-1.14.0
version: debian9-stretch-gcp-1.14.0
trustLevel: "stable"
job:
features:
Expand All @@ -27,13 +27,13 @@ contexts:
- field: SCHEDULER
label: Scheduled
mandatory: true
- id: debian9-stretch-azure
label: debian9-stretch-azure
- id: debian9-stretch
label: debian9-stretch
available: true
recommended: false
recommended: true
dockerInfo:
image: saagie/bash
version: debian9-stretch-azure-1.14.0
version: debian9-stretch-1.14.0
trustLevel: "stable"
job:
features:
Expand All @@ -49,7 +49,6 @@ contexts:
- field: SCHEDULER
label: Scheduled
mandatory: true

- id: debian9-stretch-aws
label: debian9-stretch-aws
available: true
Expand All @@ -72,13 +71,13 @@ contexts:
- field: SCHEDULER
label: Scheduled
mandatory: true
- id: debian9-stretch-gcp
label: debian9-stretch-gcp
- id: debian9-stretch-azure
label: debian9-stretch-azure
available: true
recommended: false
dockerInfo:
image: saagie/bash
version: debian9-stretch-gcp-1.14.0
version: debian9-stretch-azure-1.14.0
trustLevel: "stable"
job:
features:
Expand All @@ -93,4 +92,5 @@ contexts:
comment: All files are accepted.
- field: SCHEDULER
label: Scheduled
mandatory: true
mandatory: true

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion technologies/job/java/13/dockerInfo.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dockerInfo:
image: saagie/java-scala
version: 13-1.14.0
version: 13-1.16.0_yaml_tolerant
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ label: Java/Scala
available: true
icon: java-scala
contexts:
- id: 7
label: 7
- id: 8
label: 8
available: true
recommended: false
dockerInfo:
image: saagie/java-scala
version: 7-1.14.0
version: 8-1.14.0
trustLevel: "stable"
job:
features:
Expand All @@ -27,13 +27,13 @@ contexts:
- field: SCHEDULER
label: "Scheduled"
mandatory: true
- id: 13
label: 13
- id: 14
label: 14
available: true
recommended: false
dockerInfo:
image: saagie/java-scala
version: 13-1.14.0
version: 14-1.15.0_add_java14_and_sqoop
trustLevel: "experimental"
job:
features:
Expand All @@ -49,13 +49,13 @@ contexts:
- field: SCHEDULER
label: "Scheduled"
mandatory: true
- id: 8
label: 8
- id: 11
label: 11
available: true
recommended: false
recommended: true
dockerInfo:
image: saagie/java-scala
version: 8-1.14.0
version: 11-1.14.0
trustLevel: "stable"
job:
features:
Expand All @@ -71,14 +71,14 @@ contexts:
- field: SCHEDULER
label: "Scheduled"
mandatory: true
- id: 11
label: 11
- id: 13
label: 13
available: true
recommended: true
recommended: false
dockerInfo:
image: saagie/java-scala
version: 11-1.14.0
trustLevel: "stable"
version: 13-1.14.0
trustLevel: "experimental"
job:
features:
- field: COMMAND_LINE
Expand All @@ -93,14 +93,14 @@ contexts:
- field: SCHEDULER
label: "Scheduled"
mandatory: true
- id: 14
label: 14
- id: 7
label: 7
available: true
recommended: false
dockerInfo:
image: saagie/java-scala
version: 14-1.15.0_add_java14_and_sqoop
trustLevel: "experimental"
version: 7-1.14.0
trustLevel: "stable"
job:
features:
- field: COMMAND_LINE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version.buildmeta=
version.buildmeta=yaml_tolerant
version.major=1
version.minor=16
version.patch=0
version.prerelease=
version.semver=1.16.0
version.semver=1.16.0+yaml_tolerant

0 comments on commit 60dc7cb

Please sign in to comment.