Skip to content

Commit

Permalink
Update Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainshareef authored Nov 17, 2023
1 parent e8f605a commit 6465229
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Maven
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@ pipeline {
//git branch: 'main', url: 'https://github.com/iam-veeramalla/Jenkins-Zero-To-Hero.git'
}
}
stage('Build and Test') {
steps {
sh 'ls -ltr'
// build the project and create a JAR file
sh 'cd java-maven-sonar-argocd-helm-k8s/spring-boot-app && mvn clean package'
}
}
}
}

0 comments on commit 6465229

Please sign in to comment.