testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-28 11:42:21 +02:00
parent 13b798f1fb
commit 2382404985

5
Jenkinsfile vendored
View File

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