changes Jenkinsfile to Info only
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 5m52s
Details
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 5m52s
Details
This commit is contained in:
parent
73c9934708
commit
92283be000
|
@ -25,13 +25,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("Checkout Repositories"){
|
stage("Info"){
|
||||||
steps {
|
|
||||||
checkout_project("https://git.minres.com/TGFS/TGC-ISS.git")
|
|
||||||
checkout_project("https://git.minres.com/TGFS/TGC-COMPLIANCE.git", "master")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage("Build TGC-ISS"){
|
|
||||||
steps {
|
steps {
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
sh 'ls -la'
|
sh 'ls -la'
|
||||||
|
|
Loading…
Reference in New Issue