Remove comment from Jenkinsfile

This commit is contained in:
egelhaus 2025-03-10 08:59:02 +01:00 committed by GitHub
parent 775547dd7f
commit e4f7a34ab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -1,4 +1,3 @@
# This is required by the Integrations "Postiz-CI/CD"
pipeline {
agent any
@ -43,4 +42,4 @@ pipeline {
echo 'Build failed!'
}
}
}
}