testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-28 12:07:48 +02:00
parent e53cb8128d
commit d3ba7d1f27
2 changed files with 16 additions and 15 deletions

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"