Updated Jenkinsfile for pipeline

This commit is contained in:
gesparza3 2019-05-08 14:13:12 -07:00
parent d0695e713a
commit 31cc576412
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

@ -11,7 +11,7 @@ pipeline {
} }
} }
steps { steps {
sh '' sh 'mvn test'
} }
} }
stage('Deploy to Artifactory') { stage('Deploy to Artifactory') {

View file

@ -13,7 +13,7 @@
"iso_checksum_type": "md5", "iso_checksum_type": "md5",
"headless": "{{ user `non_gui` }}", "headless": "{{ user `non_gui` }}",
"output_directory": "builds", "output_directory": "builds",
"vm_name": "Tomcat-CentOS7", "vm_name": "Test-env-CentOS7",
"guest_os_type": "RedHat_64", "guest_os_type": "RedHat_64",
"disk_size": "10240", "disk_size": "10240",
"vboxmanage": [ "vboxmanage": [