Page MenuHomeDevCentral

D3605.id9320.diff
No OneTemporary

D3605.id9320.diff

diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,16 @@
+node {
+ stage('checkout') {
+ git url: 'https://devcentral.nasqueron.org/source/docker-openfire.git', branch: 'main'
+ }
+
+ stage('validate-git-tag') {
+ def version = readFile "VERSION"
+
+ def tag_lookup = sh (
+ script: 'git tag -l $VERSION',
+ returnStdout: true
+ ).trim()
+
+ assert tag_lookup : "Tag $VERSION is missing."
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 09:53 (18 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2306319
Default Alt Text
D3605.id9320.diff (518 B)

Event Timeline