Hockeyapp configuration with jenkin build -


i working on hybrid app , having 2 branch ios , android. how configure jenkins build hockeyapp?

first need install hockeyapp plugin on jenkins

after installation, default hockeyapp configuration option in http://jenkins-server:port/configure

default hockeyapp configuration

default api token   <*provide api token*> **you hockey account http client timeout <leave empty>    enable global debug mode    <keep unchech> 

on job configuration page there add post-build action option in select upload hockeyapp

api token   <leave blank if have done previous step >  upload method = upload app / upload version (select per requirement)  app file = location of app file  symbols (.dsym.zip or mapping.txt) =  optional path, relative build's workspace, generated dsym.zip (ios , macos) or mapping.txt (android) file.  packed libraries (.zip) = optional path  release notes = no release notes/use change log/load release notes file/input release notes  (select per choice)  allow downloads      (select per choice)  restrict downloads tags  (you can restrict downloads of app users/devices these tags.)  notify team     (select per choice) 

delete old versions (select per choice)


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -