testing jenkins docker
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,6 +1,11 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
|
stage('build') {
|
||||||
|
steps {
|
||||||
|
sh "mvn clean package"
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('docker-compose') {
|
stage('docker-compose') {
|
||||||
steps {
|
steps {
|
||||||
sh "docker-compose build"
|
sh "docker-compose build"
|
||||||
|
|||||||
Reference in New Issue
Block a user