From 455e15f1b44871bf731853fe5ebfa39b461c40b7 Mon Sep 17 00:00:00 2001 From: liuningty <57650048+liuningty@users.noreply.github.com> Date: Sun, 5 Jan 2020 12:36:56 +1100 Subject: [PATCH 1/4] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index b982250..0411f84 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { stage('Test') { steps { echo 'Testing..' + exit1 } } stage('Deploy') { From 11fc469eb331cbd9e975cdec3c388bd58d24b65a Mon Sep 17 00:00:00 2001 From: liuningty <57650048+liuningty@users.noreply.github.com> Date: Sun, 5 Jan 2020 12:42:05 +1100 Subject: [PATCH 2/4] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0411f84..b982250 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,6 @@ pipeline { stage('Test') { steps { echo 'Testing..' - exit1 } } stage('Deploy') { From 21ab14bf54aaa0875369829a7a6e10ffccaefca5 Mon Sep 17 00:00:00 2001 From: liuningty <57650048+liuningty@users.noreply.github.com> Date: Tue, 7 Jan 2020 11:44:45 +1100 Subject: [PATCH 3/4] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index b982250..4bd2098 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { stage('Test') { steps { echo 'Testing..' + echo 'Testing again..' } } stage('Deploy') { From 68d22dc6ccb2d52a1b01e1c71f5a3a5296ffea56 Mon Sep 17 00:00:00 2001 From: liuningty <57650048+liuningty@users.noreply.github.com> Date: Tue, 7 Jan 2020 11:50:07 +1100 Subject: [PATCH 4/4] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4bd2098..9de313e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Test') { steps { echo 'Testing..' - echo 'Testing again..' + echo 'Testing again...' } } stage('Deploy') {