Merge pull request #90 from rstudio/r-builds-folder

Update deploy job location to new folder
This commit is contained in:
Steve Nolen 2021-02-16 14:06:34 -05:00 committed by GitHub
commit ae1220091a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -28,7 +28,7 @@ pipeline {
branch 'master'
}
steps {
build(job: 'hostedapps/deploy/r-builds', wait: true,
build(job: 'r-builds/deploy-r-builds', wait: true,
parameters: [string(name: 'ENVIRONMENT', value: 'staging')])
}
}