mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 01:05:48 +00:00
Update Jenkinsfile
This commit is contained in:
parent
6826d5948f
commit
cf7e8cdc7d
1 changed files with 12 additions and 0 deletions
12
Jenkinsfile
vendored
Normal file
12
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
pipeline {
|
||||
agent { label 'worker1' }
|
||||
stages {
|
||||
stage('Docker Build') {
|
||||
steps {
|
||||
sh 'docker build -t spring-petclinic:v1 .'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue