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:17:01 +02:00
parent 7cb76d06a8
commit a801aaa33c

4
Jenkinsfile vendored
View File

@ -16,7 +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' sh 'pwd'
} }
} }
} }
@ -26,7 +26,7 @@ pipeline {
branch 'main' branch 'main'
} }
steps { steps {
echo 'pwd' sh 'pwd'
sh 'npm clean-install' sh 'npm clean-install'
} }
} }