Commit 7a916a3a authored by Luhan Wang's avatar Luhan Wang

test

parent ba209445
......@@ -86,13 +86,21 @@ pipeline {
}
}
}
stage ("Verify Function") {
steps {
script {
echo "Run docker inside VM"
sh './ci-scripts/verifyFunction.sh'
}
}
}
}
post {
always {
script {
// Stage destroy may not be run if error in previous stage
sh "./ci-scripts/removeVM.sh"
//sh "./ci-scripts/removeVM.sh"
}
}
success {
......
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