Update deploy job location to new folder
This commit is contained in:
parent
9ba2e7991d
commit
e495bd67de
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -28,7 +28,7 @@ pipeline {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
build(job: 'hostedapps/deploy/r-builds', wait: true,
|
build(job: 'r-builds/deploy-r-builds', wait: true,
|
||||||
parameters: [string(name: 'ENVIRONMENT', value: 'staging')])
|
parameters: [string(name: 'ENVIRONMENT', value: 'staging')])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue