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 {
|
steps {
|
||||||
sh 'rm -rf * .??* '
|
sh 'rm -rf * .??* '
|
||||||
checkout_iss_project("https://git.minres.com/TGFS/TGC-ISS.git", "develop")
|
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 {
|
steps {
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
sh 'conan profile detect --force'
|
sh 'conan profile detect --force'
|
||||||
@ -177,7 +176,6 @@ pipeline {
|
|||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
stage("start to check") {
|
stage("start to check") {
|
||||||
steps {
|
steps {
|
||||||
|
Reference in New Issue
Block a user