mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-05 05:41:11 +00:00
14 lines
199 B
Text
14 lines
199 B
Text
pipeline {
|
|
agent any
|
|
|
|
stages {
|
|
stage('git') {
|
|
}
|
|
stage('build') {
|
|
}
|
|
stage('install') {
|
|
}
|
|
stage ('deploy') {
|
|
}
|
|
}
|
|
}
|