Update Jenkins file

Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
This commit is contained in:
Ramesh05 2025-06-21 18:20:44 +05:30 committed by GitHub
parent 22e7871453
commit f91ae91342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ pipeline {
}
stage('install') {
}
stage ('deploy') {
stage('deploy') {
}
}
}