Update Jenkinsfile

Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
This commit is contained in:
Ramesh05 2025-06-21 18:31:03 +05:30 committed by GitHub
parent 35fa9f39ce
commit 694e2f878c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
Jenkinsfile vendored
View file

@ -3,12 +3,20 @@ pipeline {
stages {
stage('git') {
steps {
}
}
stage('build') {
steps {
}
}
stage('test') {
steps {
}
}
stage ('deploy') {
stage('deploy') {
steps {
}
}
}
}