Skip to content

Commit

Permalink
fix(website): Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Nov 11, 2024
1 parent a4f1b1a commit 6fe3000
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 91 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pipeline {
// Generate the driver documentation.
sh './mvnw -P${JENKINS_PROFILE},with-java,skip-prerequisite-check site -X -pl :plc4j-driver-all'
// Build the actual website.
sh './mvnw -P${JENKINS_PROFILE},skip-prerequisite-check site -X -pl .'
sh './mvnw -P${JENKINS_PROFILE},skip-prerequisite-check site -X -pl . -pl website'
}
}

Expand All @@ -196,7 +196,7 @@ pipeline {
//sh './mvnw -B -P${JENKINS_PROFILE},skip-prerequisite-check,with-proxies site:stage'
sh './mvnw -B -P${JENKINS_PROFILE},skip-prerequisite-check site:stage -pl .'
// Make sure the script is executable.
sh 'chmod +x tools/clean-site.sh'
//sh 'chmod +x tools/clean-site.sh'
// Remove some redundant resources, which shouldn't be required.
//sh 'tools/clean-site.sh'
// Stash the generated site so we can publish it on the 'git-website' node.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include::partial$pom.adoc[]

The general pipeline for a Protocol looks like the following:

[ditaa,driver-anatomy]
[ditaa]
....
+-------------------------------------+
| Upstream (e.g. PLC4X API :
Expand Down
88 changes: 1 addition & 87 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
},
"dependencies": {
"@antora/lunr-extension": "^1.0.0-alpha.8",
"asciidoctor-plantuml": "^1.5.0",
"asciidoctor-kroki": "0.15.4",
"target": "^0.0.2"
}
Expand Down

0 comments on commit 6fe3000

Please sign in to comment.