Skip to content

Commit f47deaf

Browse files
committed
updating/checking links and changing .jpg images to .svg
1 parent cd5798a commit f47deaf

File tree

10 files changed

+46
-16
lines changed

10 files changed

+46
-16
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MY-CICD-PIPELINE-EXAMPLES
22

3-
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
43
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
55

66
_Using CI/CD tools to create pipelines._
77

@@ -12,12 +12,12 @@ Table of Contents
1212

1313
Documentation and Reference
1414

15-
* My [concourse cheat sheet](https://github.com/JeffDeCola/my-cheat-sheets/tree/master/software/operations/continuous-integration-continuous-deployment/concourse-cheat-sheet)
16-
* My [gitlab cheat sheet](https://github.com/JeffDeCola/my-cheat-sheets/tree/master/software/operations/continuous-integration-continuous-deployment/gitlab-cheat-sheet)
15+
* [concourse](https://github.com/JeffDeCola/my-cheat-sheets/tree/master/software/operations/continuous-integration-continuous-deployment/concourse-cheat-sheet)
16+
* [gitlab](https://github.com/JeffDeCola/my-cheat-sheets/tree/master/software/operations/continuous-integration-continuous-deployment/gitlab-cheat-sheet)
1717
* This repos
1818
[github webpage](https://jeffdecola.github.io/my-cicd-pipeline-examples/)
1919
_built with
20-
[????????](https://github.com/JeffDeCola/my-cicd-pipeline-examples/blob/master/ci-README.md)_
20+
[tbd](https://github.com/JeffDeCola/my-cicd-pipeline-examples/blob/master/ci-README.md)_
2121

2222
## CONCOURSE PIPELINES
2323

ci-README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# TBD CONTINUOUS INTEGRATION
2+
3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
6+
AUTOMATES
7+
8+
* Use README for
9+
[GitHub Webpage](https://jeffdecola.github.io/my-cicd-pipeline-examples/)
10+
* Alert me of the progress via repo status and slack
11+
12+
## PIPELINE
13+
14+
_tbd._

concourse-pipelines/concourse-pipeline-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CONCOURSE PIPELINE EXAMPLE
22

3-
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
43
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
55

66
_A concourse pipeline example that show task steps and how
77
concourse handles artifacts. It uses a github repo and separates
@@ -20,7 +20,7 @@ Table of Contents
2020
This pipeline will outlines the main features of the concourse ci/cd system.
2121
It will build a todays-date.txt file and then test if its there.
2222

23-
![IMAGE](../../docs/pics/concourse-pipeline-example.svg)
23+
![IMAGE - concourse-pipeline-example.svg - IMAGE](../../docs/pics/concourse-pipeline-example.svg)
2424

2525
## PIPELINE
2626

concourse-pipelines/concourse-pipeline-simple-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CONCOURSE PIPELINE SIMPLE EXAMPLE
22

3-
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
43
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
55

66
_A simple concourse pipeline using just a pipeline.yml file._
77

@@ -15,7 +15,7 @@ Table of Contents
1515

1616
This pipeline is very basic.
1717

18-
![IMAGE](../../docs/pics/concourse-pipeline-simple-example.svg)
18+
![IMAGE - concourse-pipeline-simple-example.svg - IMAGE](../../docs/pics/concourse-pipeline-simple-example.svg)
1919

2020
## PIPELINE
2121

concourse-pipelines/concourse-pipeline-test-build-push-dockerhub/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# CONCOURSE PIPELINE TEST BUILD PUSH DOCKERHUB
22

3-
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
43
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
6+
```text
7+
*** UNDER CONSTRUCTION - CHECK BACK SOON ***
8+
```
59

610
_A concourse pipeline that tests, builds and pushes a docker image to dockerhub._
711

docs/pics/gitlab-pipeline-example.svg

+1
Loading

docs/pics/gitlab-pipeline-simple-example.svg

+1
Loading

gitlab-pipelines/gitlab-pipeline-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GITLAB PIPELINE EXAMPLE
22

3-
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
43
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
55

66
_A gitlab pipeline example that show task steps and how
77
gitlab handles artifacts. It uses a github repo and separates
@@ -20,7 +20,7 @@ Table of Contents
2020
This pipeline will outlines the main features of the gitlab ci/cd system.
2121
It will build a todays-date.txt file and then test if its there.
2222

23-
![IMAGE](../../docs/pics/gitlab-pipeline-example.svg)
23+
![IMAGE - gitlab-pipeline-example.svg - IMAGE](../../docs/pics/gitlab-pipeline-example.svg)
2424

2525
## PIPELINE
2626

Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# GITLAB PIPELINE SIMPLE EXAMPLE
22

3-
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
43
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
55

6-
_A simple gitlab pipeline using just a pipeline.yml file._
6+
```text
7+
*** UNDER CONSTRUCTION - CHECK BACK SOON ***
8+
```
9+
10+
_A simple gitlab pipeline using just a .gitlab.yml file._
711

812
Table of Contents
913

@@ -15,10 +19,12 @@ Table of Contents
1519

1620
This pipeline is very basic.
1721

18-
![IMAGE](../../docs/pics/gitlab-pipeline-simple-example.svg)
22+
![IMAGE - gitlab-pipeline-simple-example.svg - IMAGE](../../docs/pics/gitlab-pipeline-simple-example.svg)
1923

2024
## PIPELINE
2125

22-
To add the pipeline to gitlab I used,
26+
tbd
2327

2428
## JOB SIMPLE EXAMPLE
29+
30+
tbd

gitlab-pipelines/gitlab-pipeline-test-build-push-dockerhub/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# GITLAB PIPELINE TEST BUILD PUSH DOCKERHUB
22

3-
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
43
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
6+
```text
7+
*** UNDER CONSTRUCTION - CHECK BACK SOON ***
8+
```
59

610
_A gitlab pipeline that tests, builds and pushes a docker image to dockerhub._
711

0 commit comments

Comments
 (0)