updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-05-31 19:24:22 +08:00
parent ef47e4747a
commit a1396a27b4

2
Jenkinsfile vendored
View File

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