mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +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
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -2,22 +2,20 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('git') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git'
|
echo 'Building..'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Testing..'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Deploying....'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage('deploy') {
|
|
||||||
steps {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue