Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3907527
D3605.id9320.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
518 B
Referenced Files
None
Subscribers
None
D3605.id9320.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3605: Check if last version Git tag exists
Attached
Detach File
Event Timeline
Log In to Comment