Browse Source

added report

Avinash 2 years ago
parent
commit
bfab96fef4
2 changed files with 23 additions and 1 deletions
  1. 1
    1
      Jenkinsfile
  2. 22
    0
      report/Sales Invoice.xml

.jenkins/Jenkinsfile → Jenkinsfile View File

85
 
85
 
86
     // Check for changes
86
     // Check for changes
87
     sh """
87
     sh """
88
-        git checkout ${env.BRANCH_NAME}
88
+        git pull
89
         git add .
89
         git add .
90
         git commit -m "Moved processed XML files to backup"
90
         git commit -m "Moved processed XML files to backup"
91
         git push https://jenkinstest:Bizgaze123@code.bizgaze.com/devops.bizgaze/imports.git ${env.BRANCH_NAME}
91
         git push https://jenkinstest:Bizgaze123@code.bizgaze.com/devops.bizgaze/imports.git ${env.BRANCH_NAME}

+ 22
- 0
report/Sales Invoice.xml
File diff suppressed because it is too large
View File


Loading…
Cancel
Save