*What*
* Add from field for git source * Generate new build config (pipeline strategy \[1\] ) using the given git source. {code} kind: BuildConfig apiVersion: v1 metadata: name: helloworld-android-pipeline1 spec: source: git: uri: https://github.com/ odra <repo-user> /helloworld-android-gradle.git ref: jenkins <repo - apk-path branch> strategy: jenkinsPipelineStrategy: env: - name: FH_CONFIG_CONTENT value: empty_content whatever_content_here - name: BUILD_CONFIG value: debug jenkinsfilePath: Jenkinsfile
{code}
\[1\] https://docs.openshift.com/container-platform/3.4/dev_guide/builds/build_strategies.html#pipeline-strategy-options |
|