updates for TGC-ISS in Jenkinfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -137,8 +137,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stages{
|
||||
stage("Checkout TGC-ISS, TGC-Compliance and TGC-GEN"){
|
||||
stage("Checkout TGC-ISS, TGC-Compliance and TGC-GEN"){
|
||||
steps {
|
||||
sh 'rm -rf * .??* '
|
||||
checkout_iss_project("https://git.minres.com/TGFS/TGC-ISS.git", "develop")
|
||||
@ -151,7 +150,7 @@ pipeline {
|
||||
|
||||
}
|
||||
}
|
||||
stage("Generate cores and build TGC-ISS"){
|
||||
stage("Generate cores and build TGC-ISS"){
|
||||
steps {
|
||||
sh 'pwd'
|
||||
sh 'conan profile detect --force'
|
||||
@ -177,7 +176,6 @@ pipeline {
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("start to check") {
|
||||
steps {
|
||||
|
Reference in New Issue
Block a user