Test Jenkinsfile
Some checks failed
Gitea/Status/pipeline/head There was a failure building this commit

This commit is contained in:
2024-05-05 20:15:22 +02:00
parent 5dff8fce63
commit 8720624f1a

3
Jenkinsfile vendored
View File

@@ -1,5 +1,8 @@
pipeline {
agent any
environment {
SSH_CREDENTIALS_ID = 'SSH'
}
stages {
stage('Checkout') {