Add Jenkinsfile
This commit is contained in:
1
Jenkinsfile
vendored
Normal file
1
Jenkinsfile
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pipeline {\n agent any\n stages {\n stage("Hello") {\n steps {\n echo "Hello from Gitea + Jenkins CI\!"\n echo "Build triggered by webhook"\n }\n }\n }\n}
|
||||
Reference in New Issue
Block a user