From 64b2a49153b1f5a7f9e366c208cb62653f574ba7 Mon Sep 17 00:00:00 2001 From: ResmiADevi <86533017+ResmiADevi@users.noreply.github.com> Date: Wed, 26 Apr 2023 09:45:38 -0400 Subject: [PATCH 1/4] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..27a798ad8 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' From 8771c6a95335aa61571d56e23a261b291b9678bb Mon Sep 17 00:00:00 2001 From: ResmiADevi <86533017+ResmiADevi@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:25:48 -0400 Subject: [PATCH 2/4] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27a798ad8..738a203b6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ trigger: - master +- develop pool: vmImage: ubuntu-latest From 30558a98b06c46cdecd4dfde5f68089f9f738245 Mon Sep 17 00:00:00 2001 From: ResmiADevi <86533017+ResmiADevi@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:40:58 -0400 Subject: [PATCH 3/4] Update Docker_Commands.MD --- Docker/Docker_Commands.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Docker_Commands.MD b/Docker/Docker_Commands.MD index b5d3be843..d59b96baf 100644 --- a/Docker/Docker_Commands.MD +++ b/Docker/Docker_Commands.MD @@ -1,4 +1,4 @@ - +editing code for pipeline triggers 1. how to search a docker image in hub.docker.com ```sh docker search httpd From b1173696498117ef9e0f5e4295917880097883b6 Mon Sep 17 00:00:00 2001 From: ResmiADevi <86533017+ResmiADevi@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:49:54 -0400 Subject: [PATCH 4/4] Update DockerHub.MD --- Docker/DockerHub.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker/DockerHub.MD b/Docker/DockerHub.MD index 500f6a9e9..a5720a039 100644 --- a/Docker/DockerHub.MD +++ b/Docker/DockerHub.MD @@ -1,4 +1,5 @@ ## What is Docker Hub Registry +## edited for triggering job Docker Hub is a cloud-based registry service which allows you to link to code repositories, build your images and test them, stores manually pushed images, and links to Docker Cloud so you can deploy images to your hosts. It provides a centralized resource for container image discovery, distribution and change management, user and team collaboration, and workflow automation throughout the development pipeline.