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
Prev Previous commit
Next Next commit
Update Jenkinsfile
  • Loading branch information
muhamadanis78 authored Aug 3, 2023
commit 7d12b7cbfaf5427ad6d5edefdcec664e4a13b05f
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ pipeline {
stage('Deploy') {
steps {
sh './jenkins/scripts/deliver.sh'
input message: 'Sudah selesai menggunakan React App? (Klik "Proceed" untuk mengakhiri)'
sh 'sleep 30'
sh './jenkins/scripts/kill.sh'
}
}