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

12
Jenkinsfile vendored
View File

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