We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3289cfb commit b4d06c5Copy full SHA for b4d06c5
DevOpsJenkins.txt
@@ -28,7 +28,7 @@ pipeline {
28
}
29
stage('Test') {
30
steps {
31
- sh "Scripts/Test.sh"
+ sh "${WORKSPACE}/Test.sh"
32
junit 'reports/*.xml'
33
34
0 commit comments