Skip to content

Commit bba6215

Browse files
committed
Trigger CDSE deploy after successful integration tests
1 parent 0154322 commit bba6215

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

integration-tests/Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,12 @@ pipeline {
7979
}
8080
}
8181
}
82+
stage("Trigger CDSE deploy") {
83+
steps {
84+
script {
85+
utils.triggerJob("openEO/openeo-aggregator-cdse", [])
86+
}
87+
}
88+
}
8289
}
8390
}

0 commit comments

Comments
 (0)