주석 추가 / 파일 정리

This commit is contained in:
leedongmyung[desktop] 2023-11-05 07:55:12 +09:00
parent a113997a6c
commit 7328ee20bd
4 changed files with 9 additions and 1 deletions

View file

@ -1,8 +1,13 @@
:: 현재 빌드 프로젝트에 대해 이전 리비전에 대해 바뀐점이 있다면 패키지 업데이트 진행
: PATH_WIN은 젠킨스에서 설정을 해주어야 한다
PATH=%PATH_WIN%
: cd ../dart_framework && git pull origin master
: cd "../%JOB_NAME%"
: call check_rev.bat
set /p REV_OLD=<git_rev.txt
git rev-list --all HEAD --all --count > git_rev.txt
set /p REV_NEW=<git_rev.txt

View file

@ -1 +0,0 @@
call "./assets/script/batch/check_package_update.bat"

View file

@ -1,3 +1,5 @@
:: 젠킨스의 파라매터 값을 가져와 json에 데이터 형식으로 변환
@echo {
@echo "workspace":"%WORKSPACE%",
@echo "jenkinsHome":"%JENKINS_HOME%",

View file

@ -1,3 +1,5 @@
:: CMD에서 색상 표를 보이게 해주는 예제
@echo off
setlocal