Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Apr 28, 2021
1 parent a42c916 commit 94663d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ pipeline {
forAllMatch("${REPO}/examples", "AN*/") { path ->
runXdoc("${path}/doc")
}
runXdoc("${REPO}/${REPO}/doc")

// Archive all the generated .pdf docs
archiveArtifacts artifacts: "${REPO}/**/pdf/*.pdf", fingerprint: true, allowEmptyArchive: true
runXdoc("${REPO}/doc")
}
// Archive all the generated .pdf docs
archiveArtifacts artifacts: "${REPO}/**/pdf/*.pdf", fingerprint: true, allowEmptyArchive: true

}
}
}
Expand Down

0 comments on commit 94663d6

Please sign in to comment.