diff --git a/HelloWorld.sh b/HelloWorld.sh new file mode 100644 index 0000000..b227396 --- /dev/null +++ b/HelloWorld.sh @@ -0,0 +1 @@ +echo "Hello World!!!" diff --git a/Jenkinsfile b/Jenkinsfile index cb263d9..69387fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,5 +26,4 @@ node sh """chmod +x HelloWorld.sh ./HelloWorld.sh""" - } -} + \ No newline at end of file diff --git a/README.md b/README.md index 016d6a4..786eb62 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # BranchingandMergingDemo Repository to Demo Branching and Merging +test for pull request