SQL
This commit is contained in:
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@@ -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'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user