test again
Some checks failed
thrrgilag/prosody-docker/pipeline/head There was a failure building this commit

This commit is contained in:
Morgan McMillian 2023-11-09 17:40:35 -08:00
parent 5610addfa6
commit 8566673a6f

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline {
steps {
// mattermostSend "Docker build started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
script {
docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'thrrgilag-jenkins') {
docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'forgejo-jenkins-p') {
def customImage = docker.build("git.dreamfall.space/thrrgilag/prosody:${env.BUILD_TAG}")
customImage.push()
}