This commit is contained in:
Pavel Kachalouski
2023-01-22 13:31:12 +01:00
parent 4efa313e2d
commit c4a03eb07d

13
Jenkinsfile vendored
View File

@@ -6,19 +6,8 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'echo Build' sql sql: "select * from test;"
}
}
stage('Test'){
steps {
sh 'echo Test'
}
}
stage('Deploy') {
steps {
sh 'echo Deploy'
} }
} }
} }
} }