Commit 831a1791 by Administrator

Update Jenkinsfile

parent bb673b62
...@@ -16,7 +16,7 @@ pipeline { ...@@ -16,7 +16,7 @@ pipeline {
} }
stage('Test') { stage('Test') {
steps { steps {
sh 'source ./jenkins/scripts/test.sh' sh './jenkins/scripts/test.sh'
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment