We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af021b1 commit 7da2556Copy full SHA for 7da2556
1 file changed
Jenkinsfile
@@ -2,9 +2,6 @@ pipeline {
2
agent { docker { image 'maven:3.3.3' } }
3
stages {
4
stage('checkout & build') {
5
- steps {
6
- checkout scm
7
- }
8
steps {
9
sh 'mvn package'
10
}
0 commit comments