Skip to content

Commit

Permalink
Merge pull request #255 from ONSdigital/update_jenkinsfile
Browse files Browse the repository at this point in the history
update jenkinsfile for new rdsa_token
  • Loading branch information
JenCheshire authored Jun 28, 2024
2 parents 7f96211 + 0d51f7e commit c6ed940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
BUILD_BRANCH = 'main' // Any commits to this branch will create a build in artifactory
BUILD_TAG = '*-release' // Any commits tagged with this pattern will create a build in artifactory
MIN_COVERAGE_PC = '0'
GITLAB_CREDS = 'epds_gitlab_token' // Credentials used for notifying GitLab of build status
GITLAB_CREDS = 'rdsa_token' // Credentials used for notifying GitLab of build status
}

options {
Expand Down
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit c6ed940

Please sign in to comment.