From 8ef53d52818e79cd5330e43e93fff786950c73a2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 8 Feb 2023 13:26:24 +0900 Subject: [PATCH] test --- Jenkinsfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf96489..009330c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,9 +36,8 @@ pipeline { } } } - stage('Push Testing') { - when { branch 'testing'} - if (branch == 'testing') { + stage('Push') { + if (branch 'testing') { options { timeout(time: 5, unit: 'MINUTES') } steps { script { @@ -48,7 +47,7 @@ pipeline { } } } - if (branch == 'main') { + if (branch 'main') { options { timeout(time: 5, unit: 'MINUTES') } steps { script {