We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef707a8 commit 10b8f0dCopy full SHA for 10b8f0d
Jenkinsfile
@@ -105,6 +105,19 @@ pipeline {
105
}
106
107
108
+ stage('(Re)Deploy Test API') {
109
+ when {
110
+ expression {
111
+ return env.BRANCH_NAME ==~ SNAPSHOT_BRANCH_REGEX
112
+ }
113
114
+ steps {
115
+ script {
116
+ build job: 'oqapi Deployment/main', wait: false
117
118
119
120
+
121
stage('Wrapping Up') {
122
steps {
123
encourage()
0 commit comments