Skip to content

Commit

Permalink
TEST-256 ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellerathbone committed Jul 31, 2023
1 parent 2d816ca commit 4e76ec2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,19 @@ pipeline {
}
post {
always {
jiraSendBuildInfo branch: 'main'
jiraSendDeploymentInfo site: 'rachellerathbone.atlassian.net'
}
}
}
stage('build') {
steps {
echo 'Building..'
}
post {
always {
jiraSendBuildInfo site: 'rachellerathbone.atlassian.net'
}
}
}
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sdfjsfdsdfsdfsfd
# e2e
sdfjsdfjn

0 comments on commit 4e76ec2

Please sign in to comment.