updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-05-31 18:21:15 +08:00
parent 0fbafe8939
commit 2a7ed719a3

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
echo 'Building..'
echo "Git branch: ${env.GIT_BRANCH}"
}
}
stage('Test') {