diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..b065b0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,18 +4,12 @@ pipeline { stages { - stage('Install Dependencies') { + stage('build') { steps { - sh 'npm install' + sh 'echo "build application..."' } } - stage('Test') { - steps { - sh 'echo "testing application..."' - } - } - stage("Deploy application") { steps { sh 'echo "deploying application..."' diff --git a/README.md b/README.md index 5ac99db..eeeb029 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ```sh yum groupinstall 'Development Tools' ``` - +---- 1. Install nodejs ```sh yum -y install nodejs diff --git a/newfile b/newfile new file mode 100644 index 0000000..8531a40 --- /dev/null +++ b/newfile @@ -0,0 +1,2 @@ +test4 files +....................updating my latest file