Skip to content

Commit b19b19d

Browse files
committed
Enabling installation
Signed-off-by: Amit Raj <[email protected]>
1 parent 04d49cb commit b19b19d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/Jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ pipeline {
120120
// }
121121
// }
122122
// }
123+
stage('vLLM Test')
124+
{
125+
126+
steps
127+
{
128+
build job: 'qefficient_vllm_upstream',
129+
parameters: [string(name: 'NAME', value: "${BUILD_TAG}")],
130+
propagate: true
131+
}
132+
}
123133
}
124134

125135
post {

0 commit comments

Comments
 (0)