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
- Host: GitHub
- URL: https://github.com/codefresh-io/example-jenkins-use-codefresh-report-image
- Owner: codefresh-io
- License: mit
- Created: 2022-07-06T07:34:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T10:34:55.000Z (over 3 years ago)
- Last Synced: 2025-04-25T14:59:42.225Z (about 1 year ago)
- Language: Dockerfile
- Size: 97.7 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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