Test again

This commit is contained in:
Michael Hansen 2022-05-04 16:18:32 -04:00
commit 3c7a866baf

2
Jenkinsfile vendored
View file

@ -103,7 +103,7 @@ pipeline {
when {
expression {
return env.PLUGIN_TAG_NAME.startsWith('foo/')
return env.PLUGIN_TAG_NAME.startsWith('release/')
}
}