We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48209a4 commit 6ea5decCopy full SHA for 6ea5dec
jenkins/Jenkinsfile-CI
@@ -3,7 +3,7 @@ pipeline {
3
stages {
4
stage('compile') {
5
steps {
6
- echo 'compiling...'
+ echo 'compiling.....'
7
git url: 'https://github.com/sd2899/samplejavaapp.git'
8
sh script: '/opt/maven/bin/mvn compile'
9
}
0 commit comments