Disabled build waiting.

This commit is contained in:
Harrison Deng 2022-05-16 03:25:06 -05:00
parent 202b872851
commit 26b480a50f

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
branch "**/master" branch "**/master"
} }
steps { steps {
build '../rsemcs/develop' build wait: false, job: '../rsemcs/develop'
} }
} }
} }