test with different creds
Some checks failed
thrrgilag/prosody-docker/pipeline/head There was a failure building this commit
Some checks failed
thrrgilag/prosody-docker/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5fa67476aa
commit
5610addfa6
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -6,7 +6,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
// mattermostSend "Docker build started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
// mattermostSend "Docker build started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
||||||
script {
|
script {
|
||||||
docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'forgejo-jenkins') {
|
docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'thrrgilag-jenkins') {
|
||||||
def customImage = docker.build("git.dreamfall.space/thrrgilag/prosody:${env.BUILD_TAG}")
|
def customImage = docker.build("git.dreamfall.space/thrrgilag/prosody:${env.BUILD_TAG}")
|
||||||
customImage.push()
|
customImage.push()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue