jenkins
This commit is contained in:
parent
d5ff2f7bfa
commit
174d4c36ca
|
@ -64,23 +64,21 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
// stage('Integration Tests') {
|
||||||
stage('Integration Tests') {
|
// steps {
|
||||||
steps {
|
// sh 'mkdir -p test/results/integration'
|
||||||
sh 'mkdir -p test/results/integration'
|
// sh 'bats -F junit test/integration/dns/thelinux.pro/*.bat test/integration/dns/thelinux.pro/**/*.bat > test/results/integration/TEST-Integration-dns-thelinux_pro.xml'
|
||||||
sh 'bats -F junit test/integration/dns/thelinux.pro/*.bat test/integration/dns/thelinux.pro/**/*.bat > test/results/integration/TEST-Integration-dns-thelinux_pro.xml'
|
// sh 'bats -F junit test/integration/dns/kameronkenny.com/*.bat test/integration/dns/kameronkenny.com/**/*.bat > test/results/integration/TEST-Integration-dns-kameronkenny_com.xml'
|
||||||
sh 'bats -F junit test/integration/dns/kameronkenny.com/*.bat test/integration/dns/kameronkenny.com/**/*.bat > test/results/integration/TEST-Integration-dns-kameronkenny_com.xml'
|
// sh 'bats -F junit test/integration/dns/in.thelinuxpro.net/*.bat test/integration/dns/in.thelinuxpro.net/**/*.bat > test/results/integration/TEST-Integration-dns-in_thelinuxpro_net.xml'
|
||||||
sh 'bats -F junit test/integration/dns/in.thelinuxpro.net/*.bat test/integration/dns/in.thelinuxpro.net/**/*.bat > test/results/integration/TEST-Integration-dns-in_thelinuxpro_net.xml'
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
|
||||||
|
|
||||||
post {
|
// post {
|
||||||
always {
|
// always {
|
||||||
archiveArtifacts artifacts: 'test/results/**/*.xml', fingerprint: true
|
// archiveArtifacts artifacts: 'test/results/**/*.xml', fingerprint: true
|
||||||
junit 'test/results/**/*.xml'
|
// junit 'test/results/**/*.xml'
|
||||||
sh 'rm -rf test/results'
|
// sh 'rm -rf test/results'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in New Issue