We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d78aa9 commit b63286bCopy full SHA for b63286b
Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
10
stage('Build project') {
11
steps {
12
echo 'Build the above code using maven'
13
- sh 'mvn clean install'
+ sh 'mvn clean install'
14
}
15
16
stage('Push artifactory') {
0 commit comments