xgeek-net / pipeline

Be less busy, less mistake in Salesforce metadata deploy
https://www.xgeek.net/salesforce/pipeline-for-salesforce/
GNU General Public License v3.0
39 stars 19 forks source link

Run pipeline is failed #17

Closed nguyen-tien-github closed 5 years ago

nguyen-tien-github commented 5 years ago

Hi Admin,

After I setup 2 connections and new pipeline successfully, run pipeline is always failed with error below:

14:14:40 [SF.api] Authorize : true 14:14:40 [Git] Clone from [git repo.git] (#pipeline ): 14:17:47 [Git] Pull files from branch: #pipeline 14:17:47 [ERROR] Run pipeline : Error: ENOENT: no such file or directory, stat '/Users/mypc/Library/Application Support/pipeline/pipeline/481289da-6fec-49f9-99b4-5a136891af66/git/tabs/ONG_Education__c.tab'

Could you please check and help me? Thank you.

xgeek-net commented 5 years ago

Hi, @nguyen-tien-mulodo , Which git service are you using? Does it work when you remove tabs metadata?

nguyen-tien-github commented 5 years ago

@xgeek-net I understand error above, but now I have new error:

17:33:08 [SF.api] Authorize : true 17:33:08 [Git] Clone from https://github.com/mulodo-vietnam/office-tool-next-generation.git (#pipeline ): 17:35:06 [Git] Pull files from branch: #pipeline 17:35:06 [ERROR] Run pipeline : Error: ENOENT: no such file or directory, stat '/Users/mulodo/Library/Application Support/pipeline/pipeline/1faeff5d-ccef-4d46-83a8-3606d805d91d/git/src'

How I can allow permission to create them on system folder of Mac?

Could you please help me? Thank you.

xgeek-net commented 5 years ago

@nguyen-tien-mulodo , seems the src folder is not found in root directory of git. Assign the src parent path when you create a pipeline as below:

スクリーンショット 2019 06 19 19 44 36

In case of the src folder is committed as path parentfolder/src.

nguyen-tien-github commented 5 years ago

@xgeek-net the error is still occurred when I changed parent folder as you said above. Could you please give me sample git for this deployment? Thank you.

xgeek-net commented 5 years ago

@nguyen-tien-mulodo folk this repository, set root path to be blank, and try again. https://github.com/xgeek-net/sfdc-apex-trigger-framework

nguyen-tien-github commented 5 years ago

Hi @xgeek-net

I run your repo above, but the deployment is still failed. 21

Please check attachment image. Thank you.

xgeek-net commented 5 years ago

@nguyen-tien-mulodo , it works for me, see below:

スクリーンショット 2019-06-20 14 51 30
14:50:37 [SF.api] Authorize : true
14:50:37 [Github] Pull from sfdc-apex-trigger-framework (#master ):
14:50:37 [Github] Pull files from branch: #master
14:50:37         > .gitignore (Ignored)
14:50:37         > LICENSE (Ignored)
14:50:37         > README.md (Ignored)
14:50:39         > src/classes/TriggerHandler.cls-meta.xml (Size: 174)
14:50:39         > src/classes/AccountTriggerHandler.cls (Size: 1609)
14:50:39         > src/classes/TriggerHandler.cls (Size: 3031)
14:50:39         > src/triggers/AccountTrigger.trigger-meta.xml (Size: 178)
14:50:39         > src/classes/TriggerHandlerManager.cls-meta.xml (Size: 174)
14:50:39         > src/classes/AccountTriggerHandler.cls-meta.xml (Size: 174)
14:50:39         > src/triggers/AccountTrigger.trigger (Size: 588)
14:50:39         > src/classes/TriggerHandlerManager.cls (Size: 3607)
14:50:39 [Github] Pull Done.
nguyen-tien-github commented 5 years ago

@xgeek-net I tried many times but they are failed :(

Screen Shot 2019-06-20 at 2 30 03 PM

Step by step below:

Could you please help me? Thank you.

xgeek-net commented 5 years ago

@nguyen-tien-mulodo could you share Metadata.zip and deploy log? you can get them as below :

59824054 0a979200 936b 11e9 830a f2cde40058f3

nguyen-tien-github commented 5 years ago

de5938f6-39b2-498e-ab42-61e809e0de04.zip please download and check @xgeek-net . Thank you.

xgeek-net commented 5 years ago

@nguyen-tien-mulodo reproduced! Seems it is a bug and I will fix it ASAP!

nguyen-tien-github commented 5 years ago

Thank you so much @xgeek-net x I'm waiting for your new version <3

xgeek-net commented 5 years ago

@nguyen-tien-mulodo , just fixed this issue at latest version (2.0.2), get update and try again. :)

nguyen-tien-github commented 5 years ago

@xgeek-net thank you so much, not it's working well on my PC. Nice weekend @xgeek-net