Jenkins Test
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
This commit is contained in:
parent
31580824a7
commit
0749dd21de
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -11,10 +11,12 @@ pipeline {
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
checkout poll: false, scm: scmGit([
|
||||
branches: [[name: 'main']],
|
||||
userRemoteConfigs: [[credentialsId: 'gitea-jenkins-user-token', url: 'https://gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist.git']]
|
||||
])
|
||||
dir ('AndysAdguardHomeBlocklist') {
|
||||
checkout poll: false, scm: scmGit([
|
||||
branches: [[name: 'main']],
|
||||
userRemoteConfigs: [[credentialsId: 'gitea-jenkins-user-token', url: 'https://gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist.git']]
|
||||
])
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('NPM Install') {
|
||||
@ -56,5 +58,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user