diff --git a/Jenkinsfile b/Jenkinsfile index a5393064..09d244c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,9 +3,9 @@ pipeline { stages { stage('Build') { steps { - sh 'echo "Hello World"' + sh 'echo "Hello Moose"' sh ''' - echo "Multiline shell steps works too" + echo "Multiline shell steps work too" ls -lah ''' } diff --git a/README.md b/README.md index e6038b04..3392beeb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # jenkins-git - -A simple project to test jenkins git integration -And it should be triggered by any change +[![Build Status](http://localhost:8080/buildStatus/icon?job=scm-polling)](http://localhost:8080/job/scm-polling/) +A simple project to test jenkins git integration and it should be triggered by any change made here