updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-06-21 22:46:12 +08:00
parent 0ba1b2e86f
commit b2496c980c

4
Jenkinsfile vendored
View File

@@ -18,10 +18,6 @@ pipeline {
env.MODE = 'test'
}
}
sh """
echo `whoami`
newgrp docker
"""
}
}
stage('Build') {