Skip to content

Commit 6ea5dec

Browse files
authored
Update Jenkinsfile-CI
1 parent 48209a4 commit 6ea5dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile-CI

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33
stages {
44
stage('compile') {
55
steps {
6-
echo 'compiling...'
6+
echo 'compiling.....'
77
git url: 'https://github.com/sd2899/samplejavaapp.git'
88
sh script: '/opt/maven/bin/mvn compile'
99
}

0 commit comments

Comments
 (0)