Switched downstream build to relative path in Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-05-13 02:07:55 -05:00
parent 2140409b7a
commit 597091a0c1

2
Jenkinsfile vendored
View File

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