Skip to content

Commit b63286b

Browse files
Update Jenkinsfile
1 parent 6d78aa9 commit b63286b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
stage('Build project') {
1111
steps {
1212
echo 'Build the above code using maven'
13-
sh 'mvn clean install'
13+
sh 'mvn clean install'
1414
}
1515
}
1616
stage('Push artifactory') {

0 commit comments

Comments
 (0)