Add the restricted declarative plugin

This commit is contained in:
R. Tyler Croy 2018-01-02 12:09:11 -08:00
parent 49cb58e2bb
commit 4516b6f4b0
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ fi;
pushd $REPOS_DIR
# Grab the restricted declarative plugin to disable Scripted Pipeline
git clone --depth 1 git://github.com/abayer/restricted-declarative-plugin.git
# Grab the latest datadog plugin from their org (it's not in jenkinsci)
git clone --depth 1 git://github.com/datadog/jenkins-datadog-plugin.git datadog-plugin