initial test

This commit is contained in:
areeqakbr 2025-02-24 10:15:10 +07:00
parent 40178e7fcc
commit c52cbc2363
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any agent any
environment { 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 { stages {
@ -10,7 +10,7 @@ pipeline {
steps { steps {
checkout([ checkout([
$class: 'GitSCM', $class: 'GitSCM',
branches: [[name: '*/main']], branches: [[name: '*/dev']],
doGenerateSubmoduleConfigurations: false, doGenerateSubmoduleConfigurations: false,
extensions: [], extensions: [],
userRemoteConfigs: [[ userRemoteConfigs: [[