diff --git a/Jenkinsfile b/Jenkinsfile index db8d3f5..84530c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } } - stage("Deploy nodejs application") { + stage("Deploy application") { steps { sh 'echo "deploying application..."' } @@ -25,4 +25,4 @@ pipeline { } - } \ No newline at end of file + } diff --git a/README.md b/README.md index 697c36f..5ac99db 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,14 @@ yum -y install nodejs ``` - Setup Jenkins job - ## Fork nodejs applicaton onto your repository Github URL: https://github.com/ravdy/nodejs.git Using simple "hello world" application from the [nodejs.org](https://nodejs.org/en/docs/guides/getting-started-guide/) website - ## On Jenkins GUI 1. Create the new FreeStyle Project