Skip to content

Commit 10a18e2

Browse files
authored
Update Jenkinsfile
1 parent f1718f1 commit 10a18e2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ pipeline {
1010
// Skip tests during build
1111
bat 'mvn clean install -DskipTests'
1212
}
13-
}
14-
stage('Test') {
15-
tools{maven 'MAVEN'}
16-
agent {label 'built-in'}
17-
steps {
13+
steps {
1814
bat 'mvn test'
1915
}
2016
}

0 commit comments

Comments
 (0)