mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
added ubuntu
This commit is contained in:
parent
38b402e6a3
commit
670fe30eea
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -34,7 +34,7 @@ pipeline{
|
||||||
}
|
}
|
||||||
stage("kubernetes deployment"){
|
stage("kubernetes deployment"){
|
||||||
steps{
|
steps{
|
||||||
sh 'kubectl apply -f deployment.yaml'
|
sh 'kubectl apply -f deployement.yaml'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue