Updated Jenkinsfile to reflect new RSMCS modpack loading method.

This commit is contained in:
Harrison Deng 2022-05-13 03:08:26 -05:00
parent 98b831baa6
commit 0879be5fa2

2
Jenkinsfile vendored
View File

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