Skip to content

Commit

Permalink
jenkinsfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv160410116084 committed Jul 19, 2024
1 parent 590ae78 commit ed69b92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ def autoCancelled = false

pipeline {
agent any


stages {
stage('Process the webhook'){
steps {
Expand Down
11 changes: 0 additions & 11 deletions user-data.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
sudo dnf install httpd -y

sudo systemctl start httpd.service

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
# download and install Node.js (you may need to restart the terminal)

source ~/.bashrc

nvm install 20

node -v

0 comments on commit ed69b92

Please sign in to comment.