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 f68cc00 commit 989547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maven
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stage('Build and Test') {
steps {
sh 'ls -ltr'
// build the project and create a JAR file
sh 'cd Jenkins-AtoZ && mvn clean package'
sh 'cd Maven && mvn clean package'
}
}
}
Expand Down

0 comments on commit 989547a

Please sign in to comment.