Fix#2 Jenkins pipeline

This commit is contained in:
2026-05-01 21:23:00 +03:00
parent dfbcf98564
commit cf5235fefc
Vendored
+1 -8
View File
@@ -2,12 +2,6 @@ pipeline {
agent any agent any
stages { stages {
stage('Checkout') {
steps {
checkout scm
}
}
stage('Build') { stage('Build') {
steps { steps {
sh ''' sh '''
@@ -26,5 +20,4 @@ pipeline {
} }
} }
} }
} }