Skip to content
Snippets Groups Projects
Commit c8360c00 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Fixed master JOB_NAME.

parent cc4363ee
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ pipeline {
}
}
stage('Master') {
when { environment name: 'JOB_NAME', value: 'OpenGeoSys/ogs/master' }
when { environment name: 'JOB_NAME', value: 'ufz/ogs/master' }
parallel {
// ************************* Deploy Web ********************************
stage('Deploy Web') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment