Este commit está contenido en:
2023-10-14 00:55:01 +05:30
padre 2da9807fa0
commit 0228fded30
+6
Ver fichero
@@ -6,6 +6,12 @@ pipeline {
} }
stages { stages {
stage('Checkout') {
steps {
checkout scm
}
}
stage('Setup') { stage('Setup') {
steps { steps {
script { script {