Skip to content

Commit

Permalink
Merge pull request #7 from saagie/java_fix
Browse files Browse the repository at this point in the history
(job) fix java artifact feature (mandatory=true)
  • Loading branch information
PierreLeresteux authored Dec 29, 2019
2 parents 1602bdd + 8c0ba2b commit 5e67d5a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions certified/job/java/11/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version:
defaultValue: java -jar {file} arg1 arg2
- field: ARTIFACT
label: Package
isMandatory: false
isMandatory: true
comment: "Compatible upload file : .jar"
- field: SCHEDULER
label: Scheduled
Expand All @@ -27,4 +27,4 @@ techno:
recommendedVersion: 11
docker:
image: saagie/java-scala
version: 11-0.5.0
version: 11-0.7.0_java_fix
2 changes: 1 addition & 1 deletion certified/job/java/11/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version:
defaultValue: java -jar {file} arg1 arg2
- field: ARTIFACT
label: Package
isMandatory: false
isMandatory: true
comment: "Compatible upload file : .jar"
- field: SCHEDULER
label: Scheduled
Expand Down
4 changes: 2 additions & 2 deletions certified/job/java/7/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version:
defaultValue: java -jar {file} arg1 arg2
- field: ARTIFACT
label: Package
isMandatory: false
isMandatory: true
comment: "Compatible upload file : .jar"
- field: SCHEDULER
label: Scheduled
Expand All @@ -27,4 +27,4 @@ techno:
recommendedVersion: 11
docker:
image: saagie/java-scala
version: 7-0.5.0
version: 7-0.7.0_java_fix
2 changes: 1 addition & 1 deletion certified/job/java/7/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version:
defaultValue: java -jar {file} arg1 arg2
- field: ARTIFACT
label: Package
isMandatory: false
isMandatory: true
comment: "Compatible upload file : .jar"
- field: SCHEDULER
label: Scheduled
Expand Down
4 changes: 2 additions & 2 deletions certified/job/java/8/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version:
defaultValue: java -jar {file} arg1 arg2
- field: ARTIFACT
label: Package
isMandatory: false
isMandatory: true
comment: "Compatible upload file : .jar"
- field: SCHEDULER
label: Scheduled
Expand All @@ -26,4 +26,4 @@ techno:
recommendedVersion: 11
docker:
image: saagie/java-scala
version: 8-0.5.0
version: 8-0.7.0_java_fix
2 changes: 1 addition & 1 deletion certified/job/java/8/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version:
defaultValue: java -jar {file} arg1 arg2
- field: ARTIFACT
label: Package
isMandatory: false
isMandatory: true
comment: "Compatible upload file : .jar"
- field: SCHEDULER
label: Scheduled
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version.buildmeta=
version.buildmeta=java_fix
version.buildmeta.prefix=_
version.major=0
version.minor=7
version.patch=0
version.prerelease=
version.semver=0.7.0
version.semver=0.7.0_java_fix

0 comments on commit 5e67d5a

Please sign in to comment.