Chris Pomeroy
2023-06-11 afa76d0a20f3863767629d4f0029244377926aeb
Jenkinsfile
@@ -1,5 +1,6 @@
def customImage
def discordUrl = "https://discordapp.com/api/webhooks/764667082272145418/vorf2JdFG47WAmQP3yZhgHH12wW_qUXG0bS0SG8INLYVwU0HcDFajq9doaDgi_hnI00-"
def scmvars
pipeline{
@@ -34,12 +35,12 @@
        }
        stage('Push Image'){
           steps{
               script{
                script{
                    docker.withRegistry('https://dev-reg.darkurthe.net'){
                        customImage.push()
                        customImage.push("latest")
                    }
               }
                }
            }
            post{
                failure {