mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-23 20:01:12 +00:00
14 lines
198 B
Text
14 lines
198 B
Text
pipeline {
|
|
agent any
|
|
|
|
stages {
|
|
stage('git') {
|
|
}
|
|
stage('build') {
|
|
}
|
|
stage('install') {
|
|
}
|
|
stage('deploy') {
|
|
}
|
|
}
|
|
}
|