From 3d3f23ab5bfae5bb561aa023cb848c8a369cfb26 Mon Sep 17 00:00:00 2001 From: AlexisErazoGlobant <168037709+AlexisErazoGlobant@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:07:31 -0500 Subject: [PATCH] Fix to CBP/stable. (#14) Co-authored-by: Alexis Erazo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 86b6596..0634363 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ #!/usr/bin/env groovy @Library('PSL@master') -@Library('CILibrary@feature/sonarscanner-dotnet') _ +@Library('CILibrary@CBP/stable') _ StartPipeline()