added testing jenkinsfile

This commit is contained in:
Jeremi Sz 2023-03-14 15:34:02 +00:00
parent d3bca412e4
commit 5f367b3e43

10
JenkinsFile Normal file
View file

@ -0,0 +1,10 @@
pipeline{
agent any
stages{
stage("build"){
steps{
echo
}
}
}
}