Skip to content

Commit

Permalink
Removed import_schemas from Jenkins pipeline (#872)
Browse files Browse the repository at this point in the history
Co-authored-by: Barry Daniels <[email protected]>
  • Loading branch information
barrydaniels-nl and gurustacks authored Nov 27, 2023
1 parent ae0b34e commit 3a5e4d2
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ node {
]
}
}

stage("Import schemas into DSO-API ACC DB") {
tryStep "import", {
build job: 'ams_schema_importer',
parameters: [
[$class: 'StringParameterValue', name: 'environment', value: 'acceptance']
]
}
}
}

stage('Waiting for approval') {
Expand All @@ -85,15 +76,6 @@ node {
[$class: 'StringParameterValue', name: 'INVENTORY', value: 'production'],
[$class: 'StringParameterValue', name: 'PLAYBOOK', value: 'publish-dataservices-static-schemas.yml'],
]
}
}
} }

stage("Import schemas into DSO-API PROD DB") {
tryStep "import", {
build job: 'ams_schema_importer',
parameters: [
[$class: 'StringParameterValue', name: 'environment', value: 'production']
]
}
}
}

0 comments on commit 3a5e4d2

Please sign in to comment.