Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
```sh
yum groupinstall 'Development Tools'
```

----
1. Install nodejs
```sh
yum -y install nodejs
Expand Down
2 changes: 2 additions & 0 deletions newfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test4 files
....................updating my latest file