Commit f6687e1d authored by Serdar TURKEL's avatar Serdar TURKEL

commig x2

parent a82e26a0
......@@ -18,7 +18,7 @@ pipeline {
NEXUS_CREDENTIAL_ID = "nexus-credential"
}
stages {
stage('Build') {
stage('Maven Build') {
steps {
sh 'echo ${JAVA_HOME}'
sh 'echo ${MAVEN_HOME}'
......@@ -29,6 +29,11 @@ pipeline {
sh 'mvn dependency:tree -Dverbose -B -DskipTests clean package'
}
}
stage('Docker Compose Build') {
steps {
sh 'docker-compose build'
}
}
stage("Nexus") {
steps {
script {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment