This commit is contained in:
2023-10-14 00:55:01 +05:30
parent 2da9807fa0
commit 0228fded30
Vendored
+6
View File
@@ -6,6 +6,12 @@ pipeline {
}
stages {
stage('Checkout') {
steps {
checkout scm
}
}
stage('Setup') {
steps {
script {