okay now it's fixed
This commit is contained in:
parent
4e2a90d6e3
commit
13e714422a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}"
|
jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}"
|
||||||
script {
|
script {
|
||||||
docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'thrrgilag-forgejo-pkg') {
|
docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'spacenerdmo-pkg-pub') {
|
||||||
def customImage = docker.build("git.dreamfall.space/spacenerdmo/pnut-matrix:${TAG}")
|
def customImage = docker.build("git.dreamfall.space/spacenerdmo/pnut-matrix:${TAG}")
|
||||||
customImage.push()
|
customImage.push()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue