Tento commit je obsažen v:
2023-10-14 00:55:01 +05:30
rodič 2da9807fa0
revize 0228fded30
vendorováno
+6
Zobrazit soubor
@@ -6,6 +6,12 @@ pipeline {
} }
stages { stages {
stage('Checkout') {
steps {
checkout scm
}
}
stage('Setup') { stage('Setup') {
steps { steps {
script { script {