We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b1e55 commit b4aa106Copy full SHA for b4aa106
Jenkinsfile
@@ -20,10 +20,10 @@ mixedBeehiveFlow(
20
resourceLimitMemory: '4Gi'
21
],
22
customSteps: {
23
- stage("storybook") {
+ stage("update storybook") {
24
def status = beehiveFlowStatus()
25
if (status.branchState == 'releaseReady' && status.isLatest) {
26
- sshagent (credentials: ['3e856116-029e-4c8d-b57d-593b2fba3cb2']) {
+ tinyGit.withGitHubSSHCredentials {
27
exec('yarn deploy-storybook')
28
}
29
} else {
0 commit comments