From 10b3a96f477c1ffa317a62821f9dbf57dacf3231 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jul 2022 03:32:20 +0000 Subject: [PATCH 1/4] updated Jenkinsfile --- Jenkinsfile | 54 +++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..e3b4f3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,28 +1,30 @@ -pipeline { - - agent any - - stages { - - stage('Install Dependencies') { - steps { - sh 'npm install' +pipeline { + agent any + stages{ + stage("new"){ + steps{ + echo "new sources" + } } - } - - stage('Test') { - steps { - sh 'echo "testing application..."' + stage("advanced"){ + steps{ + echo "advanced resource" + } } - } - - stage("Deploy application") { - steps { - sh 'echo "deploying application..."' - } - - } - - } - - } + stage("advanced level"){ + steps{ + echo "advanced level resources" + } + } + stage("BUILDING"){ + steps{ + echo "Building the sources" + } + } + stage("analyze"){ + steps{ + echo "analyzing the sources" + } + } + } +} From e72379f28e89c32fa3be97bff75ca424cc2fab77 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jul 2022 03:36:04 +0000 Subject: [PATCH 2/4] updated Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e3b4f3c..dcbe000 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { echo "advanced level resources" } } - stage("BUILDING"){ + stage("BUILDING application"){ steps{ echo "Building the sources" } From 868eb680e76a5f6b14a2ff8cbd95def959f7d293 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jul 2022 03:39:14 +0000 Subject: [PATCH 3/4] Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index dcbe000..72477e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,12 +11,12 @@ pipeline { echo "advanced resource" } } - stage("advanced level"){ + stage("advanced level testing"){ steps{ echo "advanced level resources" } } - stage("BUILDING application"){ + stage("BUILDING"){ steps{ echo "Building the sources" } From af8e51d37da5a5d22233d48f1bd707cf4a817793 Mon Sep 17 00:00:00 2001 From: Susheeldevops <97143308+Susheeldevops@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:02:37 +0530 Subject: [PATCH 4/4] Add new line to main.yml practice --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..b9e0987 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1 @@ +new line added