From c52cbc2363271d74c056e713ced778133e98936f Mon Sep 17 00:00:00 2001 From: areeqakbr Date: Mon, 24 Feb 2025 10:15:10 +0700 Subject: [PATCH] initial test --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f90ae35..297da30 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any environment { - GIT_CREDENTIALS = '560c52f4-4213-4fb3-a757-620b6d3f119c' // This should be the ID of your Jenkins credentials + GIT_CREDENTIALS = '8b0e90f6-53b0-416c-9b25-d338b86c8a3a' // This should be the ID of your Jenkins credentials } stages { @@ -10,7 +10,7 @@ pipeline { steps { checkout([ $class: 'GitSCM', - branches: [[name: '*/main']], + branches: [[name: '*/dev']], doGenerateSubmoduleConfigurations: false, extensions: [], userRemoteConfigs: [[