From 11eeb5d8911624a73f1ff582dc2e05b450c8996e Mon Sep 17 00:00:00 2001 From: sundayenglish Date: Tue, 29 Oct 2024 17:03:59 +0700 Subject: [PATCH] add --- pipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.groovy b/pipeline.groovy index 0811c2d..572a85d 100644 --- a/pipeline.groovy +++ b/pipeline.groovy @@ -10,7 +10,7 @@ pipeline { steps { sh "cd ${DEST_DIR} && git pull origin ${BRANCH}" // sh "touch demo.php" - sh "pwd" + sh "ls -la" } } }