diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2022-09-19 11:43:13 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2022-09-19 11:43:13 +0300 |
| commit | c0e6d44bfa0ec1c1eb0fdbe7c0c32d42292c0c06 (patch) | |
| tree | b776baea57d1f80462cb6a3486f451c2659cc619 | |
| parent | openvpn_otp: Strip text in OPENVPN_OTP_SECRET_FILE. (diff) | |
| download | openvpn-mintotp-cd.tar.gz | |
| -rw-r--r-- | Jenkinsfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..ae7fffc --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,15 @@ +pipeline { + agent { label "jenkins" } + options { + buildDiscarder(logRotator(numToKeepStr: "10", + artifactNumToKeepStr: "10")) + disableConcurrentBuilds() + } + stages { + stage("build") { + steps { + sh ":" + } + } + } +} |
