Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.
/ govuk-ci-scripts Public archive

This repo contains scripts to run the tests for GOV.UK projects on Jenkins.

Notifications You must be signed in to change notification settings

alphagov/govuk-ci-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

GOV.UK CI Scripts

This repo contains scripts to run the tests for GOV.UK projects on Jenkins.

Set up

In jenkins.sh:

#!/bin/bash

export REPO_NAME=${REPO_NAME:-"alphagov/content-tagger"}
curl https://raw.githubusercontent.com/alphagov/govuk-ci-scripts/master/rails-app.sh | bash

In jenkins-schema.sh:

#!/bin/bash

export REPO_NAME="alphagov/govuk-content-schemas"
export CONTEXT_MESSAGE="Verify content-tagger against content schemas"

exec ./jenkins.sh

About

This repo contains scripts to run the tests for GOV.UK projects on Jenkins.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages