Skip to content

Instantly share code, notes, and snippets.

@wei-lee
Created May 18, 2017 17:04
Show Gist options
  • Save wei-lee/a4f684cdf88340ef3957606c44755d30 to your computer and use it in GitHub Desktop.
Save wei-lee/a4f684cdf88340ef3957606c44755d30 to your computer and use it in GitHub Desktop.
BuildConfig for Android apps on openshift
{
"kind": "BuildConfig",
"apiVersion": "v1",
"metadata": {
"name": "sample-android"
},
"spec": {
"source": {
"git": {
"uri": "https://github.com/maleck13/blank-android-gradle.git"
}
},
"strategy": {
"jenkinsPipelineStrategy": {
"jenkinsfilePath":"./Jenkinsfile" }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment