This commit is contained in:
Pavel Kachalouski
2023-01-22 14:02:44 +01:00
parent 77833e1619
commit 4038ea77a9

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
stages {
stage('Build') {
steps {
getDatabaseConnection 123
getDatabaseConnection
}
}
}