본문 바로가기

Infra/(CI) Jenkins6

[Jenkins] Plugin Error There were errors checking the update sites: SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 젠킨스 관리 > 플러그인 관리 > 고급 탭 > https://updates.jenkins.io/update-center.json 를 http://updates.jenkins.io/update-center.json 로 변경해준다. 그래도 발생하면 updates.jenkins-ci.org/download/plugins/skip-c.. 2021. 2. 2.
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.
JIRA Issue List filter Add this build stepUse the "Progress JIRA issues by workflow action" or "Move issues matching JQL to the specified version" with JQL like:issue in (${JIRA_ISSUES})그 외엔 위의 리스트가 안먹힘 2017. 7. 24.