Skip to content

Commit

Permalink
Update JenkinsfileJuly2021
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr authored Sep 2, 2021
1 parent dad0d2b commit 6fed50a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions JenkinsfileJuly2021
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node{
node('nodes'){

def mavenHome = tool name: "maven3.8.2"

Expand All @@ -20,11 +20,12 @@ node{
sh "${mavenHome}/bin/mvn clean package"
}

/*
stage('SonarQubeReport'){
sh "${mavenHome}/bin/mvn clean sonar:sonar"
}

/*

stage('UploadArtifactIntoNexus'){
sh "${mavenHome}/bin/mvn clean deploy"
}
Expand Down

0 comments on commit 6fed50a

Please sign in to comment.