Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
jenkins withCredentials test:3
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchneider committed Jul 31, 2018
1 parent 1dc5544 commit 4893c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pipeline{
GTRI_RANCHER_API_ENDPOINT = credentials('gtri-rancher-api-endpoint')
GTRI_CLARITY_ENV_ID = credentials('gtri-clarity-env-id')
EMORY_CLARITY_ENV_ID = credentials('emory-clarity-env-id')
}

//Define stages for the build process
stages{
Expand Down Expand Up @@ -65,5 +66,4 @@ pipeline{
}
}
}
}
}

0 comments on commit 4893c94

Please sign in to comment.