Build4 Jenkins with iOS Build Inject environment variables to the build processAPI_KEY=.BUILD_SECRET=.EMAILS=. Build #!/bin/bash -lcd ${WORKSPACE}#ruby ../build.rbrm -rf buildmkdir buildtouch build/notes.txt#touch build/note.txtxcodebuild archive -workspace project.xcworkspace -scheme project -configuration Debug -archivePath build/project.xcarchive | xcprettyxcodebuild -exportArchive -archivePath build/project.xcarchive -ex.. 2018. 11. 21. Jenkins with Android Build Inject environment variables to the build processANDROID_HOME=/Users/dhdev/Library/Android/sdkEMAILS=...API_KEY=.BUILD_SECRET=. Buildcd ${WORKSPACE}/Project/pwdrm -f notes.txttouch notes.txt#rm -f note.txt#touch note.txt./gradlew assembleGooglePlayStoreDev -x lint After Buildecho ${GIT_BRANCH}-${GIT_COMMIT} >> Project/notes.txtdate +"%Y-%m-%d %H:%M:%S" >> Project/notes.txtecho "" >> Project/note.. 2018. 11. 21. Client Release Process Before & After AS-ISAndroidiOS TO BE 2018. 11. 15. Jenkins 특정 Branch Build 하고 싶을 경우 설정 소스코드 관리의 Repositories의 아래와 같이 설정 Source Code Management Git Repositories Advance Name: ref Refspec : +refs/tags/*:refs/remotes/origin/tags/* Branches to build Branch Specifier (blank for 'any') : v0.9.5.2 2017. 1. 6. 이전 1 다음