diff --git a/Jenkinsfile b/Jenkinsfile index db8d3f5..f2ac665 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { - agent any + agent {label 'test'} stages { @@ -25,4 +25,4 @@ pipeline { } - } \ No newline at end of file + } diff --git a/README.md b/README.md index 697c36f..0fd1140 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Pre-requisites -1. A Jenkins server +1. A Jenkins server (hemant) 1. A EC2 instance (Application server) and deploy node.js ### Setup nodejs packages on jenkins (needed for build) and application server (needed to deploy)