Skip to content

Commit

Permalink
Thank You for Choosing to Learn from in28Minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
in28minutes committed Feb 7, 2020
1 parent 127e49d commit 260a24c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ pipeline {
}
}

stage('Package') {
steps {
sh "mvn package -DskipTests"
}
}

stage('Build Docker Image') {
steps {
//"docker build -t in28min/currency-exchange-devops:$env.BUILD_TAG"
Expand Down

0 comments on commit 260a24c

Please sign in to comment.