fix jenkinsfile
All checks were successful
git.dreamfall.space/pnut-matrix/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-12-25 07:27:39 -08:00
parent 88b02977c6
commit 4e2a90d6e3

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
steps {
jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}"
script {
docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'pnut-matrix') {
docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'thrrgilag-forgejo-pkg') {
def customImage = docker.build("git.dreamfall.space/spacenerdmo/pnut-matrix:${TAG}")
customImage.push()
}