Skip to content

Commit b4d06c5

Browse files
authored
Update DevOpsJenkins.txt
1 parent 3289cfb commit b4d06c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevOpsJenkins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
}
2929
stage('Test') {
3030
steps {
31-
sh "Scripts/Test.sh"
31+
sh "${WORKSPACE}/Test.sh"
3232
junit 'reports/*.xml'
3333
}
3434
}

0 commit comments

Comments
 (0)