This commit is contained in:
Ramesh05 2025-06-21 12:09:58 +00:00 committed by GitHub
commit 71626b6972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
jenkins file Normal file
View file

@ -0,0 +1,14 @@
pipeline {
agent any
stages {
stage('git') {
}
stage('build') {
}
stage('install') {
}
stage ('deploy') {
}
}
}