An open API service indexing awesome lists of open source software.

https://github.com/codefresh-io/example-jenkins-use-codefresh-report-image

Example calling jenkins CI trigger codefresh report image
https://github.com/codefresh-io/example-jenkins-use-codefresh-report-image

Last synced: 4 months ago
JSON representation

Example calling jenkins CI trigger codefresh report image

Awesome Lists containing this project

README

          

# example-jenkins-use-codefresh-report-image
Example calling jenkins CI trigger codefresh report image

Using Pipeline configured with
* definition: Pipeline script from scm
* SCM: GIT
* Repositories: https://github.com/codefresh-io/example-jenkins-use-codefresh-report-image.git
* Script path:
* example-shell/Jenkinsfile

When the pipeline is run, it pulls the script from repo and run it.
The script build and image from the Dockerfile and reports that to codefresh using codefresh-report-image container image.

## Example 1 -JenkinsfileShellExample
Uses shell to run docker with env variables by: docker run --env-file=cf_env