shimguh / k8s-study

0 stars 0 forks source link

jenkins #1

Open shimguh opened 4 months ago

shimguh commented 4 months ago

1. install java

$ java -version
openjdk version "11.0.21" 2023-10-17
OpenJDK Runtime Environment (build 11.0.21+9-post-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.21+9-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)

2. install jenkins

3. 간단한 vue 생성

$ npm create vue@latest

4. firebase init

화면 캡처 2024-02-26 160710

5. jenkins 새로운 item 생성 -> freestyle -> github project

소스코드관리 git

브랜치 main으로 변경

shimguh commented 4 months ago

git hub token

Settings -> Developer settings -> Personal access tokens -> Tokens (classic) 화면 캡처 2024-02-26 161943

[Dashboard]/[Jenkins 관리]/[Credentials]/[System]/[Global credentials (unrestricted)]

shimguh commented 4 months ago