check jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 20:01:47 +07:00
parent b9a499d0f0
commit caa11c1eca

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline {
} }
stages { stages {
stage('Show the branch') { stage('Show the branch 1') {
steps { steps {
sh '/bin/true' sh '/bin/true'
echo "${params.BRANCH}" echo "${params.BRANCH}"