testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-28 12:04:22 +02:00
parent 2382404985
commit e53cb8128d
3 changed files with 22 additions and 22 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"