File tree 10 files changed +46
-16
lines changed
concourse-pipeline-example
concourse-pipeline-simple-example
concourse-pipeline-test-build-push-dockerhub
gitlab-pipeline-simple-example
gitlab-pipeline-test-build-push-dockerhub
10 files changed +46
-16
lines changed Original file line number Diff line number Diff line change 1
1
# MY-CICD-PIPELINE-EXAMPLES
2
2
3
- [ ![ MIT License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://jeffdecola.mit-license.org )
4
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
5
6
6
_ Using CI/CD tools to create pipelines._
7
7
@@ -12,12 +12,12 @@ Table of Contents
12
12
13
13
Documentation and Reference
14
14
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 )
17
17
* This repos
18
18
[ github webpage] ( https://jeffdecola.github.io/my-cicd-pipeline-examples/ )
19
19
_ 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 ) _
21
21
22
22
## CONCOURSE PIPELINES
23
23
Original file line number Diff line number Diff line change
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._
Original file line number Diff line number Diff line change 1
1
# CONCOURSE PIPELINE EXAMPLE
2
2
3
- [ ![ MIT License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://jeffdecola.mit-license.org )
4
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
5
6
6
_ A concourse pipeline example that show task steps and how
7
7
concourse handles artifacts. It uses a github repo and separates
@@ -20,7 +20,7 @@ Table of Contents
20
20
This pipeline will outlines the main features of the concourse ci/cd system.
21
21
It will build a todays-date.txt file and then test if its there.
22
22
23
- ![ IMAGE] ( ../../docs/pics/concourse-pipeline-example.svg )
23
+ ![ IMAGE - concourse-pipeline-example.svg - IMAGE ] ( ../../docs/pics/concourse-pipeline-example.svg )
24
24
25
25
## PIPELINE
26
26
Original file line number Diff line number Diff line change 1
1
# CONCOURSE PIPELINE SIMPLE EXAMPLE
2
2
3
- [ ![ MIT License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://jeffdecola.mit-license.org )
4
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
5
6
6
_ A simple concourse pipeline using just a pipeline.yml file._
7
7
@@ -15,7 +15,7 @@ Table of Contents
15
15
16
16
This pipeline is very basic.
17
17
18
- ![ IMAGE] ( ../../docs/pics/concourse-pipeline-simple-example.svg )
18
+ ![ IMAGE - concourse-pipeline-simple-example.svg - IMAGE ] ( ../../docs/pics/concourse-pipeline-simple-example.svg )
19
19
20
20
## PIPELINE
21
21
Original file line number Diff line number Diff line change 1
1
# CONCOURSE PIPELINE TEST BUILD PUSH DOCKERHUB
2
2
3
- [ ![ MIT License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://jeffdecola.mit-license.org )
4
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
+ ``` text
7
+ *** UNDER CONSTRUCTION - CHECK BACK SOON ***
8
+ ```
5
9
6
10
_ A concourse pipeline that tests, builds and pushes a docker image to dockerhub._
7
11
Original file line number Diff line number Diff line change 1
1
# GITLAB PIPELINE EXAMPLE
2
2
3
- [ ![ MIT License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://jeffdecola.mit-license.org )
4
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
5
6
6
_ A gitlab pipeline example that show task steps and how
7
7
gitlab handles artifacts. It uses a github repo and separates
@@ -20,7 +20,7 @@ Table of Contents
20
20
This pipeline will outlines the main features of the gitlab ci/cd system.
21
21
It will build a todays-date.txt file and then test if its there.
22
22
23
- ![ IMAGE] ( ../../docs/pics/gitlab-pipeline-example.svg )
23
+ ![ IMAGE - gitlab-pipeline-example.svg - IMAGE ] ( ../../docs/pics/gitlab-pipeline-example.svg )
24
24
25
25
## PIPELINE
26
26
Original file line number Diff line number Diff line change 1
1
# GITLAB PIPELINE SIMPLE EXAMPLE
2
2
3
- [ ![ MIT License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://jeffdecola.mit-license.org )
4
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
5
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._
7
11
8
12
Table of Contents
9
13
@@ -15,10 +19,12 @@ Table of Contents
15
19
16
20
This pipeline is very basic.
17
21
18
- ![ IMAGE] ( ../../docs/pics/gitlab-pipeline-simple-example.svg )
22
+ ![ IMAGE - gitlab-pipeline-simple-example.svg - IMAGE ] ( ../../docs/pics/gitlab-pipeline-simple-example.svg )
19
23
20
24
## PIPELINE
21
25
22
- To add the pipeline to gitlab I used,
26
+ tbd
23
27
24
28
## JOB SIMPLE EXAMPLE
29
+
30
+ tbd
Original file line number Diff line number Diff line change 1
1
# GITLAB PIPELINE TEST BUILD PUSH DOCKERHUB
2
2
3
- [ ![ MIT License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://jeffdecola.mit-license.org )
4
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
+ ``` text
7
+ *** UNDER CONSTRUCTION - CHECK BACK SOON ***
8
+ ```
5
9
6
10
_ A gitlab pipeline that tests, builds and pushes a docker image to dockerhub._
7
11
You can’t perform that action at this time.
0 commit comments