Skip to content

Commit

Permalink
ci: jenkins pipeline is now located in sep file
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 26, 2024
1 parent e6640f4 commit a9ee2a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// The code for the jenkins pipeline is located in
// vars/runJenkinsPipeline.groovy to avoid the "Code too Large" issue as noted
// here https://issues.jenkins.io/browse/JENKINS-37984

library identifier: 'shared-library@version', retriever: legacySCM(scm)
jenkinsPipeline()
runJenkinsPipeline()
File renamed without changes.

0 comments on commit a9ee2a7

Please sign in to comment.