From c1eebf004c6098749d8fdf148efccd681159dcef Mon Sep 17 00:00:00 2001 From: RRSoundhariyan Date: Tue, 28 May 2024 18:32:22 +1000 Subject: [PATCH 1/4] Create Test.java --- Test.java | 1 + 1 file changed, 1 insertion(+) create mode 100644 Test.java diff --git a/Test.java b/Test.java new file mode 100644 index 00000000..16b14f5d --- /dev/null +++ b/Test.java @@ -0,0 +1 @@ +test file From 35fcd45ac9ba677d9c341e7af34716cf246c2067 Mon Sep 17 00:00:00 2001 From: RRSoundhariyan Date: Tue, 28 May 2024 18:36:51 +1000 Subject: [PATCH 2/4] Update Jenkinsfile --- hello-world/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-world/Jenkinsfile b/hello-world/Jenkinsfile index cb827940..1a4942c0 100644 --- a/hello-world/Jenkinsfile +++ b/hello-world/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Static Analysis') { steps { - echo 'Run the static analysis to the code' + echo 'Run the static analysis to the code test ' } } stage('Compile') { @@ -13,7 +13,7 @@ pipeline { } stage('Security Check') { steps { - echo 'Run the security check against the application' + echo 'Run the security check against the application test' } } stage('Run Unit Tests') { From f1b8f8ad948a6b059f42930dca55576d1bef900a Mon Sep 17 00:00:00 2001 From: RRSoundhariyan Date: Tue, 28 May 2024 18:39:35 +1000 Subject: [PATCH 3/4] Update Jenkinsfile --- hello-world/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-world/Jenkinsfile b/hello-world/Jenkinsfile index 1a4942c0..08182ee0 100644 --- a/hello-world/Jenkinsfile +++ b/hello-world/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Static Analysis') { steps { - echo 'Run the static analysis to the code test ' + echo 'Run the static analysis to the code test test' } } stage('Compile') { @@ -13,7 +13,7 @@ pipeline { } stage('Security Check') { steps { - echo 'Run the security check against the application test' + echo 'Run the security check against the application test test' } } stage('Run Unit Tests') { From f949889405678d0fd75b56e8a9a9341d9de843d1 Mon Sep 17 00:00:00 2001 From: RRSoundhariyan Date: Tue, 28 May 2024 18:42:06 +1000 Subject: [PATCH 4/4] Update Jenkinsfile --- hello-world/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-world/Jenkinsfile b/hello-world/Jenkinsfile index 08182ee0..a550a3f5 100644 --- a/hello-world/Jenkinsfile +++ b/hello-world/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Static Analysis') { steps { - echo 'Run the static analysis to the code test test' + echo 'Run the static analysis to the code test test test' } } stage('Compile') { @@ -18,7 +18,7 @@ pipeline { } stage('Run Unit Tests') { steps { - echo 'Run unit tests from the source code' + echo 'Run unit tests from the source code test' } } stage('Run Integration Tests') {