mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Updated Jenkinsfile for pipeline
This commit is contained in:
parent
d0695e713a
commit
31cc576412
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh ''
|
||||
sh 'mvn test'
|
||||
}
|
||||
}
|
||||
stage('Deploy to Artifactory') {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"iso_checksum_type": "md5",
|
||||
"headless": "{{ user `non_gui` }}",
|
||||
"output_directory": "builds",
|
||||
"vm_name": "Tomcat-CentOS7",
|
||||
"vm_name": "Test-env-CentOS7",
|
||||
"guest_os_type": "RedHat_64",
|
||||
"disk_size": "10240",
|
||||
"vboxmanage": [
|
||||
|
|
Loading…
Reference in a new issue