forked from git_study
Jenkinsfile @@ -28,7 +28,11 @@ } stage('test') { steps { sh 'echo test' sh ''' echo "BRANCH ${GIT_BRANCH}" printenv ''' test("${project_name}","${GIT_CREDENTIALS_ID}","${url}","${GIT_BRANCH}") } } stage('version add') {