From: Izuru Yakumo Date: Sun, 22 Sep 2024 16:27:18 +0000 (-0300) Subject: Where does PWD go to? X-Git-Url: https://git.chaotic.ninja/gitweb/lab/?a=commitdiff_plain;h=457495793eabab9fa1181ec8f2e873a1bba2b37d6ed97c93db0f864726985717;p=chaotic.ninja.git Where does PWD go to? Signed-off-by: Izuru Yakumo --- diff --git a/Jenkinsfile b/Jenkinsfile index 7f0fe45..6ab2b1b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { } stage('Deploy') { steps { - sh '/usr/pkg/bin/rsync -acv .pub/ /var/www/home' + sh "/usr/pkg/bin/rsync -acv ${PWD}/.pub/ /var/www/home" } } }