updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-05-31 19:24:22 +08:00
parent ba39f45d3f
commit 4ae985525e

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline {
stages {
stage('Setup') {
steps {
"Running Setup..."
echo "Running Setup..."
sh 'source /home/yeqing/.profile'
}
}