Skip to content
Snippets Groups Projects
Commit aedac1d0 authored by Arne Emmel's avatar Arne Emmel
Browse files

Add documentation-brainscales2 to container verification stage

Change-Id: I1e278510d0e52e64a7949df463a41491d662609e
parent c465cdef
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,12 @@ pipeline { ...@@ -178,6 +178,12 @@ pipeline {
parameters: [string(name: 'OVERWRITE_DEFAULT_CONTAINER_IMAGE', value: CONTAINER_IMAGE)]) parameters: [string(name: 'OVERWRITE_DEFAULT_CONTAINER_IMAGE', value: CONTAINER_IMAGE)])
} }
} }
stage('documentation-brainscales2') {
steps {
build(job: 'doc_gerrit_documentation-brainscales2-dependencies',
parameters: [string(name: 'OVERWRITE_DEFAULT_CONTAINER_IMAGE', value: CONTAINER_IMAGE)])
}
}
// HDBIOAI project code // HDBIOAI project code
stage('HDBIOAI project') { stage('HDBIOAI project') {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment