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 diff --git a/hello-world/Jenkinsfile b/hello-world/Jenkinsfile index cb827940..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' + echo 'Run the static analysis to the code test test test' } } stage('Compile') { @@ -13,12 +13,12 @@ pipeline { } stage('Security Check') { steps { - echo 'Run the security check against the application' + echo 'Run the security check against the application test test' } } 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') {