From 74f7d2171b2d305cfb42adaf7bb2b3d48d10b1cb Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 20 Mar 2020 20:13:11 +0700 Subject: [PATCH] test jenkins --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e5915b3..55fc303 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,13 +9,8 @@ pipeline { stage('Show the branch 1') { steps { sh '/bin/true' - echo "BRANCH IS: ${params.BRANCH}" + echo "BRANCH IS: ${env.BRANCH}" } } } - - node('master') { - build job: 'build', parameters: [string(name: 'Branch', value: "${env.BRANCH_NAME}")], propagate: true, wait: true - build job: 'release', parameters: [string(name: 'Branch', value: "${env.BRANCH_NAME}")], propagate: true, wait: true - } } \ No newline at end of file