test
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 17:16:12 +02:00
parent af1f654935
commit 7cb76d06a8

3
Jenkinsfile vendored
View File

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