Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React app #15

Open
wants to merge 16 commits into
base: react-app
Choose a base branch
from
8 changes: 6 additions & 2 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ pipeline {
sh './jenkins/scripts/test.sh'
}
}
stage('Deliver') {
stage('Approval') {
steps {
input message: 'apakah pipeline siap untuk di deploy?', submitter: 'dicoding'
}
}
stage('Deploy') {
steps {
sh './jenkins/scripts/deliver.sh'
input message: 'Finished using the web site? (Click "Proceed" to continue)'
sh './jenkins/scripts/kill.sh'
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3"
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down