Switched downstream build to relative path in Jenkinsfile.
This commit is contained in:
parent
2140409b7a
commit
597091a0c1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
|||||||
branch '**/master'
|
branch '**/master'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
build wait: false, job: '/ydeng/rsemcs/develop'
|
build wait: false, job: '../rsemcs/develop'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user