com.redpillanalytics.checkmate.obi
所有者: Stewart Bryson
Checkmate是一个为不自然支持持续集成的产品启用持续集成的解决方案。OBI插件为Oracle Business Intelligence启用CI/CD。
https://github.com/RedPillAnalytics/checkmate-obi
来源: https://github.com/RedPillAnalytics/checkmate
版本 12.1.4(最新版本)
12.1.4
创建于 2021年3月22日。
Checkmate for OBI是Oracle BI的CI/CD平台,引入了git集成、内容发布、自动测试和自动部署。
使用插件DSL
plugins {
id("com.redpillanalytics.checkmate.obi") version "12.1.4"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.redpillanalytics:checkmate-obi:12.1.4")
}
}
apply(plugin = "com.redpillanalytics.checkmate.obi")