mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Update Jenkinsfile
Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
This commit is contained in:
parent
0363045e15
commit
f088a5e5cc
1 changed files with 8 additions and 10 deletions
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
|
@ -2,22 +2,20 @@ pipeline {
|
|||
agent any
|
||||
|
||||
stages {
|
||||
stage('git') {
|
||||
stage('Build') {
|
||||
steps {
|
||||
git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git'
|
||||
echo 'Building..'
|
||||
}
|
||||
}
|
||||
stage('build') {
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing..'
|
||||
}
|
||||
}
|
||||
stage('test') {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage('deploy') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
echo 'Deploying....'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue