[JIRA] (JENKINS-38397) Regarding aws device farm error

2018-03-15 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Provide a minimal script that reproduced the problem. Use markup to properly format the script so that it's human readable.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38397  
 
 
  Regarding aws device farm error   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-38397) Regarding aws device farm error

2016-09-20 Thread sanyasirao.mop...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sanyasirao Mopada created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38397  
 
 
  Regarding aws device farm error   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 aws-device-farm-plugin  
 
 
Created: 
 2016/Sep/21 4:28 AM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Sanyasirao Mopada  
 

  
 
 
 
 

 
 publishers { archiveArtifacts { // If set, does not fail the build if archiving returns nothing. allowEmpty(true) // Uses default excludes. defaultExcludes(true) // Specifies files that will not be archived. exclude(null) // Fingerprints all archived artifacts. fingerprint(false) // Archives artifacts only if the build is successful. onlyIfSuccessful(false) // Specifies the files to archive. pattern(archiveArtifactPattern) } androidApkUpload { // Specifies filenames or patterns matching one or more APKs that should be uploaded to Google Play. apkFilesPattern(googlePlayApkPattern) // Specifies filenames or patterns matching zero or more expansion files that should be associated with the APK files being uploaded to Google Play. expansionFilesPattern(null) googleCredentialsId(googlePlayCredentialId) // You can optionally apply "What's new" text to the uploaded APK(s), in order to inform your user of changes contained in the new app version. recentChangeList{} // The percentage of existing production users to which the uploaded APK(s) should be rolled out. rolloutPercentage(null) // The release track to which the given APK file(s) will be assigned. trackName(googlePlayReleaseTrack) usePreviousExpansionFilesIfMissing(false) } awsDeviceFarmRecorder { projectName('BoilerPlate') devicePoolName('Test') appArtifact('example') runName('$ {BUILD_TAG} ') testToRun('example') storeResults(true) isRunUnmetered(true) eventCount('example') eventThrottle('example') seed('example') username('example') password('example') appiumJavaJUnitTest('example') appiumJavaTestNGTest('example') appiumPythonTest('example') calabashFeatures('example') calabashTags('example') calabashProfile('example') junitArtifact('example')