Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-07 01:22:47 -04:00
parent f7f0a0a018
commit 162921cc90

6
Jenkinsfile vendored
View file

@ -7,5 +7,11 @@ pipeline {
}
}
stage('test') {
steps {
echo 'test'
}
}
}
}