Skip to content

Commit f60b3e7

Browse files
authored
Update Jenkinsfile
1 parent 1709735 commit f60b3e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ pipeline{
2828
}
2929
}
3030
stage('UnitTest'){
31-
agent any
31+
agent {label 'win_slave'}
3232
steps{
33-
sh 'mvn test'
33+
git 'https://github.com/Sonal0409/DevOpsClassCodes.git'
34+
bat 'mvn test'
3435
}
3536
post {
3637
success {

0 commit comments

Comments
 (0)