Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Webbinaro <ollitech@gmail.com>2020-09-04 18:44:33 +0300
committerGitHub <noreply@github.com>2020-09-04 18:44:33 +0300
commit9614ce067a6202ef6fba9c0b1a9b06fa693d8008 (patch)
tree475da96d4986a70a6eff14ffc9596a07413553c7
parent44a276f508f046f1bde881fcb34ab4fc89d9f620 (diff)
Fthis
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 4b5af05..4e47bc2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
}
post {
always {
- jiraSendBuildInfo site: 'se-demo.atlassian.net'
+ jiraSendBuildInfo branch: 'ECOM-99-issue', site: 'se-demo.atlassian.net'
}
}
}