Skip to content

Commit

Permalink
Jenkinsfile-dynamatrix: enable @Library('jenkins-dynamatrix@') notati…
Browse files Browse the repository at this point in the history
…on for custom-built plugin on NUT CI farm

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Oct 21, 2023
1 parent 37289c1 commit 3910b0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile-dynamatrix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ def buildCommit = '86a32237c7df45c5aba640746f7afc4de09505a1'

// See https://github.com/networkupstools/jenkins-dynamatrix/ for the lib
// Agent setup evolves at https://ci.networkupstools.org/computer/
@Library('jenkins-dynamatrix') _
// NOTE: The "${BRANCH_NAME}" below IS NOT A VARIABLE!
// Special notation per custom plugin build including changes from
// https://github.com/jenkinsci/pipeline-groovy-lib-plugin/pull/19/
@Library('jenkins-dynamatrix@${BRANCH_NAME}') _
import org.nut.dynamatrix.dynamatrixGlobalState;
import org.nut.dynamatrix.*;

Expand Down

0 comments on commit 3910b0e

Please sign in to comment.