This commit is contained in:
KVKR31 2023-08-03 17:12:13 +05:30
parent ec032c46db
commit be419629b0

View file

@ -14,7 +14,7 @@ pipeline {
stage('code') { stage('code') {
steps { steps {
git url: 'https://github.com/KVKR31/dummy.git' , git url: 'https://github.com/KVKR31/dummy.git' ,
branch : 'master' branch : 'main'
} }
} }
stage('package') { stage('package') {