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