Is it possible to run new build configuration created in branch before merging it to master with kotlin dsl?

I'm trying to create a new build configuration in some development branch and test it before a merge to master.

subproject {
buildType(MyBuildType)
}

When I push changes to remote branch no new build configuration appears.

Is it possible to check configuration before merge?

1
1 comment

Coming from Gitlab and Jenkins I find this the number one thing I'm looking for and can't understand how this is not more requested.

0

Please sign in to leave a comment.