- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for jenkinsNotify (0.06 sec)
-
disabled-Jenkinsfile
throw e } catch (Throwable e) { echo "[FAILURE-001] ${e}" currentBuild.result = "FAILURE" throw e } finally { // notify completion stage("Notifications") { jenkinsNotify() } } def archiveDirs(stageId, archives) { archives.each { archivePrefix, pathToContent -> if (fileExists(pathToContent)) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Sep 30 14:11:55 UTC 2024 - 8.4K bytes - Viewed (0)