From 2c3750458b3495c8a577c4563f2e27ade67c4f50 Mon Sep 17 00:00:00 2001 From: Joel Baldauf Date: Sun, 27 Oct 2024 17:00:36 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8947cea..41e335f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -133,49 +133,6 @@ pipeline { } } } - stage('MultiArch Build') { - when { - not { - equals expected: 'UNSTABLE', actual: currentBuild.result - } - } - steps { - sh "./scripts/buildx --push ${buildxPushTags}" - } - } - stage('Docs / Comment') { - parallel { - stage('Docs Job') { - when { - allOf { - branch pattern: "^(develop|master)\$", comparator: "REGEXP" - not { - equals expected: 'UNSTABLE', actual: currentBuild.result - } - } - } - steps { - build wait: false, job: 'nginx-proxy-manager-docs', parameters: [string(name: 'docs_branch', value: "$BRANCH_NAME")] - } - } - stage('PR Comment') { - when { - allOf { - changeRequest() - not { - equals expected: 'UNSTABLE', actual: currentBuild.result - } - } - } - steps { - script { - npmGithubPrComment("Docker Image for build ${BUILD_NUMBER} is available on [DockerHub](https://cloud.docker.com/repository/docker/jc21/${IMAGE}) as `jc21/${IMAGE}:github-${BRANCH_LOWER}`\n\n**Note:** ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes.", true) - } - } - } - } - } - } post { always { sh 'echo Reverting ownership'