From 91f7a8e8ce120d64f024cdcf840043dafdc6de8e Mon Sep 17 00:00:00 2001 From: premkadile <55544831+premkadile@users.noreply.github.com> Date: Sat, 19 Jun 2021 12:22:09 +0530 Subject: [PATCH 1/4] Create test.sh --- test.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..77913c6 --- /dev/null +++ b/test.sh @@ -0,0 +1 @@ +echo "regex" From 20ea6784e711a9b07aff8eeed551c962288cecd7 Mon Sep 17 00:00:00 2001 From: premkadile <55544831+premkadile@users.noreply.github.com> Date: Sun, 20 Jun 2021 21:48:40 +0530 Subject: [PATCH 2/4] added ec2 --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..a21a30a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,4 @@ +test pipeline { agent any @@ -14,9 +15,7 @@ pipeline { steps { sh 'echo "testing application..."' } - } - - stage("Deploy application") { + } stage("Deploy application") { steps { sh 'echo "deploying application..."' } From 6ad6a88261b878b887abdebb5d6fc12da696220d Mon Sep 17 00:00:00 2001 From: premkadile <55544831+premkadile@users.noreply.github.com> Date: Tue, 22 Jun 2021 17:18:55 +0530 Subject: [PATCH 3/4] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a21a30a..4a1cb31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { sh 'npm install' } } - + testtt stage('Test') { steps { sh 'echo "testing application..."' From b89f40cf1c4cc13f21e1a7d45cd8aedc2be37cb5 Mon Sep 17 00:00:00 2001 From: premkadile <55544831+premkadile@users.noreply.github.com> Date: Wed, 23 Jun 2021 15:29:03 +0530 Subject: [PATCH 4/4] Update Jenkinsfile aded test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4a1cb31..4467994 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ test pipeline { agent any - +ddsksnkmdjks stages { stage('Install Dependencies') {