This is an automated email from the ASF dual-hosted git repository.
hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new f857062392 fix(website): Some cleanup work
f857062392 is described below
commit f857062392fcfff9a3aadc1da008ab7967ce3ce7
Author: hutcheb <[email protected]>
AuthorDate: Wed Nov 20 15:57:04 2024 +0800
fix(website): Some cleanup work
---
Jenkinsfile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 4811ff6a50..05153dfb46 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -54,6 +54,7 @@ pipeline {
// When we have test-fails e.g. we don't need to run the remaining
steps
skipStagesAfterUnstable()
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr:
'3'))
+ skipDefaultCheckout()
}
stages {
@@ -217,14 +218,7 @@ pipeline {
deleteDir()
}
// Build a directory containing the aggregated website.
- //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'
- // 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.
- //stash includes: 'target/staging/**/*', name:
'plc4x-site'
}
}
stage('Deploy site') {