Skip to content

Commit

Permalink
Trigger CDSE deploy after successful integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tcassaert committed Aug 24, 2023
1 parent 0154322 commit bba6215
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integration-tests/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,12 @@ pipeline {
}
}
}
stage("Trigger CDSE deploy") {
steps {
script {
utils.triggerJob("openEO/openeo-aggregator-cdse", [])
}
}
}
}
}

0 comments on commit bba6215

Please sign in to comment.