We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd7b2c commit d578008Copy full SHA for d578008
Jenkinsfile
@@ -7,7 +7,7 @@ pipeline {
7
stage("build"){
8
9
steps {
10
- sh 'mvn clean package'
+ echo 'building application'
11
}
12
13
0 commit comments