From b454408b442c219b461fac73bb938a60452140fa Mon Sep 17 00:00:00 2001 From: rimeir Date: Tue, 22 Oct 2024 11:20:40 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Jenkinsfile=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=EC=95=84=EC=9B=83=20=EC=BD=94=EB=93=9C=20=EA=B0=80=EC=A0=B8?= =?UTF-8?q?=EC=98=A4=EB=8A=94=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index f677ade..42347ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,12 @@ pipeline { } stages { + stage('Checkout') { + steps { + checkout scm + } + } + stage('Build') { steps { script {