updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-06-01 15:24:38 +08:00
parent fcbce534cb
commit 6f3f26dd7a

2
Jenkinsfile vendored
View File

@@ -14,7 +14,7 @@ pipeline {
stages {
stage('Setup') {
step {
steps {
echo "Running Setup..."
// sh '. /home/yeqing/.profile'
if (env.GIT_BRANCH == 'develop') {