diff --git a/Jenkinsfile b/Jenkinsfile index 60ec783..44fa384 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,4 @@ -node{ -stage("build"){ -echo "nitta-lab" +stage("build") +{ +checkout scm } -stage("branch"){ -sh"git branch" -} -} -