mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Update Jenkinsfile2
This commit is contained in:
parent
3243c3f69e
commit
d9da7cdc82
1 changed files with 5 additions and 0 deletions
|
@ -19,5 +19,10 @@ pipeline {
|
||||||
sh 'docker push shaik1128/spring-petclinic:3.0'
|
sh 'docker push shaik1128/spring-petclinic:3.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('deploy') {
|
||||||
|
steps {
|
||||||
|
sh 'kubectl apply -f spc.yaml'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue