Skip to content

Commit

Permalink
Update submodule during merge of branches/rudder/8.1 into 8.1-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Normation-Quality-Assistant committed Jan 17, 2024
2 parents 67d5570 + 07cbfe5 commit de808ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

def failedBuild = false
def minor_version = "8.1"
def version = "${minor_version}-next"
def version = "${minor_version}"
def changeUrl = env.CHANGE_URL
def blueUrl = "${env.JOB_DISPLAY_URL}"
def slackResponse = slackSend(channel: "ci", message: "${version} plugins - build - <"+currentBuild.absoluteUrl+"|Link> - <"+blueUrl+"|Blue>", color: "#00A8E1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ package com.normation.plugins.openscappolicies

import com.normation.plugins.LicensedPluginCheck
import com.normation.rudder.services.nodes.NodeInfoService
import com.normation.zio._


/*
* This template file will processed at build time to choose
Expand All @@ -54,5 +56,5 @@ final class CheckRudderPluginEnableImpl(nodeInfoService: NodeInfoService) extend
def pluginDeclaredVersion = "${plugin-declared-version}"
def pluginId = "${plugin-fullname}"

override def getNumberOfNodes: Int = nodeInfoService.getNumberOfManagedNodes
override def getNumberOfNodes: Int = nodeInfoService.getNumberOfManagedNodes.runNow
}

0 comments on commit de808ef

Please sign in to comment.