Skip to content
Jeffrey Carpenter edited this page Apr 23, 2026 · 2 revisions


Jenkinsfile

WIP Jenkinsfile examples

usage

ntfy

post {
    always {
        sh "curl -d 'Build ${currentBuild.fullDisplayName} - ${currentBuild.result}' https://notifications.479831.xyz/jenkins"
    }
}

Clone this wiki locally