Update deploy job location to new folder

This commit is contained in:
Joshua Spiewak 2021-02-16 10:19:30 -05:00 committed by GitHub
commit e495bd67de
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' 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')])
} }
} }