Skip to content

Commit

Permalink
Remove delivery settings to unblock CI for now
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 committed Jul 28, 2021
1 parent 3c8e34e commit aeffad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion reports-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ integTest.dependsOn(bundle)
integTest.getClusters().forEach{c -> c.plugin(project.getObjects().fileProperty().value(bundle.getArchiveFile()))}

testClusters.integTest {
testDistribution = "ARCHIVE"
testDistribution = "INTEG_TEST"
// need to install job-scheduler first, need to assemble job-scheduler first
plugin(provider(new Callable<RegularFile>(){
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,13 @@ fun constructReportDefinitionRequest(
"origin":"localhost:5601",
"id":"id"
},
$trigger
"format":{
"duration":"PT1H",
"fileFormat":"Pdf",
"limit":1000,
"header":"optional header",
"footer":"optional footer"
},
$trigger
"delivery":{
"recipients":["nobody@email.com"],
"deliveryFormat":"LinkOnly",
"title":"title",
"textDescription":"textDescription",
"htmlDescription":"optional htmlDescription",
"configIds":["optional_configIds"]
}
}
}
Expand Down

0 comments on commit aeffad9

Please sign in to comment.