Skip to content

Commit 59a7f2b

Browse files
authored
Update Jenkinsfile
1 parent eccf6be commit 59a7f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline{
1616
stage('Compile'){
1717

1818
steps{
19-
echo 'compiling..'
19+
echo 'complie the code..'
2020
sh 'mvn compile'
2121
}
2222
}

0 commit comments

Comments
 (0)