Added some scripts

This commit is contained in:
Guillem Hernández Sola
2017-04-04 09:58:42 +02:00
parent 8f2d4e6205
commit 25ada802f4
4 changed files with 54 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
pipeline {
agent none
agent any
parameters {
booleanParam(defaultValue: true, description: '', name: 'flag')
// TODO: Be prepared to change this to "stringParam" once we're on a new enough core.
@@ -8,7 +8,7 @@ pipeline {
triggers {
cron('@daily')
}
properties {
options {
buildDiscarder(logRotator(numToKeepStr:'1'))
disableConcurrentBuilds()
}
@@ -19,6 +19,4 @@ pipeline {
}
}
}
}
}