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