diff --git a/Jenkinsfile b/Jenkinsfile index eae9de9..f8b5c66 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,7 @@ pipeline { branches: [[name: 'main']], userRemoteConfigs: [[credentialsId: 'gitea-jenkins-user-token', url: 'https://gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist.git']] ]) + echo 'pwd' } } } @@ -25,7 +26,7 @@ pipeline { branch 'main' } steps { - echo '$PWD' + echo 'pwd' sh 'npm clean-install' } }