From 5a00fca377d04885e135a6ab93834864b17b117a Mon Sep 17 00:00:00 2001 From: Alvaro Lopez Garcia Date: Mon, 16 Sep 2024 13:30:38 +0200 Subject: [PATCH] fix: fetch master branch for OSCAR services update --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1a7f29f..7407677 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -332,6 +332,7 @@ pipeline { withFolderProperties { script { dir("_ai4os-hub-qa") { + git branch: "master", url: 'https://github.com/ai4os/ai4os-hub-qa' }