Skip to content

Commit

Permalink
Merge pull request #14548 from masterleinad/fix_indent_jenkins
Browse files Browse the repository at this point in the history
Fix indentation in Jenkinsfile.mpi
  • Loading branch information
tjhei committed Dec 8, 2022
2 parents b8f4897 + 3a2ae57 commit 70a5a9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contrib/ci/Jenkinsfile.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ pipeline
{
when {
not {
anyOf {
branch 'master'
branch pattern: "dealii-*", comparator: "GLOB"
}
anyOf {
branch 'master'
branch pattern: "dealii-*", comparator: "GLOB"
}
}
}
}

steps
{
Expand Down Expand Up @@ -124,7 +124,7 @@ pipeline
sh "cp /home/dealii/build/detailed.log $WORKSPACE/detailed-mpi.log || true"
archiveArtifacts artifacts: 'detailed-mpi.log', fingerprint: true
}

failure
{
githubNotify context: 'Jenkins: MPI', description: 'build failed', status: 'FAILURE'
Expand Down

0 comments on commit 70a5a9d

Please sign in to comment.