Commit eba11e7a authored by FANG WANG's avatar FANG WANG

Update Jenkinsfile-gitlab

parent e4c895bc
......@@ -701,12 +701,12 @@ pipeline {
}
}
}
}
}*/
post {
always {
script {
dir ('archives') {
// sh "if [ -d basic_sim/test ] || [ -d phy_sim/test ] || [ -d l2_sim/test ]; then zip -r -qq vm_tests_logs.zip */test ; fi"
sh "if [ -d basic_sim/test ] || [ -d phy_sim/test ] || [ -d l2_sim/test ]; then zip -r -qq vm_tests_logs.zip */test ; fi"
}
if(fileExists('archives/vm_tests_logs.zip')) {
archiveArtifacts artifacts: 'archives/vm_tests_logs.zip'
......@@ -723,7 +723,7 @@ pipeline {
}
}
}
} */
}
}
/* post {
always {
......
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