Integrate App centre with Jenkins

2019-03-16 Thread Pradeep Drall
Hi, I created .ipa and .apk file in Mac machine via Jenkins for mobile application. Please do let me know how to integrate Jenkins with App center and upload ipa and apk file in App center for Mobile application. Please suggest me the plugins name and steps to upload the files in app center.

Re: Unique name (current date+new build number) for build in jenkins Job

2019-02-10 Thread Pradeep Drall
gt; <https://javadoc.jenkins.io/plugin/workflow-support/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.html>, >>> including methods that you can use to determine if you are at the first >>> build of the day. >>> >>> Hope this helps, >&g

Unique name (current date+new build number) for build in jenkins Job

2019-02-08 Thread Pradeep Drall
Hi, I would like to save the build file (ipa and apk file) with unique name (like current date+new build number), build number should be reset every day based on Jenkins job like 20190209.*1* 20190209.*2* 20190209.3 20190209.4 20190210.*1* 20190210*.2* 20190210.3 20190210.4 I

Re: copy file from Mac server to Windows share server via jenkins job

2019-02-05 Thread Pradeep Drall
30, 2019 at 1:22:47 PM UTC+5:30, Pradeep Drall wrote: > > Hi, > > I created .ipa and .apk file in Mac machine with Jenkins job , now I would > like to copy these files from Mac machine to windows shared drive with > jenkins job. Please do let me know the plugin name and je

copy file from Mac server to Windows share server via jenkins job

2019-01-29 Thread Pradeep Drall
Hi, I created .ipa and .apk file in Mac machine with Jenkins job , now I would like to copy these files from Mac machine to windows shared drive with jenkins job. Please do let me know the plugin name and jenkins pipeline job code. Mac server : {HOME}\Archivefile\abc.ipa and bcd.apk file

Create .ipa and .apk file in Mac with Jenkins MsBuild, Xcode and nuget

2018-12-18 Thread Pradeep Drall
Hi, I would like create .ipa and .apk file in Mac with Jenkins agent, MsBuild, Xcode and nuget. I created the build with MsBuild and nuget plugin from Jenkins agent in Mac machine but not getting .ipa and .apk file there. I also installed Xcode integration plugin. I installed Xcode10 version

Mobile application automation in Mac machine

2018-11-27 Thread Pradeep Drall
Hi, I would like to automate Mobile application (.net, ios, android) in Mac machine. I installed the Jenkins, Git, Visual studio in Mac machine. Please do let me know how to install MSBuild, Nuget, Nunit in Mac machine and setup/ configure the path of SDK, MsBuild, Nuget, Xcode in Jenkins

jacoco report not found

2018-10-30 Thread Pradeep Drall
I am using SonarQube with scanner, jenkins, maven, gradle and wants to display code coverage report in SonarQube. I am getting error "Jacoco report not found" [INFO] Sensor JaCoCoSensor [java] [INFO] JaCoCo report not found: 'E:\pradeep doc\sonarQube\javaproject\cucumberba