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

This commit is contained in:
Eyck-Alexander Jentzsch 2024-05-22 15:10:15 +02:00
parent 73c9934708
commit 92283be000
1 changed files with 1 additions and 7 deletions

8
Jenkinsfile vendored
View File

@ -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'