testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-28 13:56:33 +02:00
parent d3ba7d1f27
commit c820560efe
3 changed files with 28 additions and 25 deletions

5
Jenkinsfile vendored
View File

@@ -1,11 +1,6 @@
pipeline {
agent any
stages {
stage('build') {
steps {
sh "mvn clean package"
}
}
stage('docker-compose') {
steps {
sh "docker-compose build"