Skip to content
Open

Dev #38

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
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
}
}

stage("Deploy nodejs application") {
stage("Deploy application") {
steps {
sh 'echo "deploying application..."'
}
Expand All @@ -25,4 +25,4 @@ pipeline {

}

}
}
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down