new & changed links

This commit is contained in:
PurpleCow 2023-03-26 22:10:44 +02:00
parent e1571d011c
commit c10aa3cce2

11
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}