We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccf6be commit 59a7f2bCopy full SHA for 59a7f2b
1 file changed
Jenkinsfile
@@ -16,7 +16,7 @@ pipeline{
16
stage('Compile'){
17
18
steps{
19
- echo 'compiling..'
+ echo 'complie the code..'
20
sh 'mvn compile'
21
}
22
0 commit comments