Commit 8e840995 by Administrator

Update Jenkinsfile

parent 831a1791
...@@ -16,7 +16,7 @@ pipeline { ...@@ -16,7 +16,7 @@ pipeline {
} }
stage('Test') { stage('Test') {
steps { steps {
sh './jenkins/scripts/test.sh' sh 'source ./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