4 Commits

Author SHA1 Message Date
vgallegoiz 65ba36b439 Merge pull request 'statusFeature' (#2) from statusFeature into main
Reviewed-on: #2
2024-05-05 21:29:48 +02:00
vgallegoiz 9355d9b2de Test Jenkinsfile
Gitea/Status/pipeline/head This commit looks good
2024-05-05 19:58:01 +02:00
vgallegoiz dc9c7eabc6 Merge branch 'main' of ssh://gitssh.mainserverprivate.org:8222/vgallegoiz/Status 2024-05-05 19:51:48 +02:00
vgallegoiz e976c48103 Test Jenkinsfile 2024-05-05 19:51:29 +02:00
Vendored
+10
View File
@@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage("Hello") {
steps {
echo "Hello world"
}
}
}
}