Skip to content

Commit

Permalink
Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed May 29, 2024
1 parent a23569a commit c74875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent any
tools {
maven 'Maven3.8.5'
maven 'Maven 3.8.5'
}
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
Expand Down

0 comments on commit c74875b

Please sign in to comment.