Commit 6605700e authored by wentao.suo's avatar wentao.suo

fff

parent 8333eecf
...@@ -8,7 +8,7 @@ def getTime(){ ...@@ -8,7 +8,7 @@ def getTime(){
def call(body) { def call(body) {
sh 'echo $MAKE_USER'
def config = [:] def config = [:]
...@@ -41,6 +41,7 @@ def call(body) { ...@@ -41,6 +41,7 @@ def call(body) {
node ("192.168.4.36/baseimg/jenkins-slave:20180402"){ node ("192.168.4.36/baseimg/jenkins-slave:20180402"){
try { try {
sh 'echo $MAKE_USER'
ansiColor('xterm') { ansiColor('xterm') {
stage('Checkout & Build') { stage('Checkout & Build') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment