Trying to fix resource manager build via jenkins

This commit is contained in:
Antonio Calanducci 2023-12-19 17:15:43 +01:00
parent 3a06e615e3
commit 61e44b1af5
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
# ---> Ansible
*.retry
.DS_Store

View File

@ -58,7 +58,7 @@ pipeline {
stage('trigger Resource Manager image job') {
steps {
script {
build(job: 'resource-manager-image', wait: false, propagate: false);
build(job: 'resource-manager-service-image', wait: false, propagate: false);
}
}
}