using the docker image pipeline #1
|
@ -1,24 +1,3 @@
|
||||||
pipeline {
|
@Library('shared-jenkins-pipelines') _
|
||||||
agent any
|
|
||||||
triggers {
|
|
||||||
cron('H 17 * * *')
|
|
||||||
}
|
|
||||||
options {
|
|
||||||
timestamps()
|
|
||||||
ansiColor("xterm")
|
|
||||||
disableConcurrentBuilds()
|
|
||||||
}
|
|
||||||
stages {
|
|
||||||
stage('build') {
|
|
||||||
steps {
|
|
||||||
sh 'docker build -t benediktkr/jenkins:lts .'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('push') {
|
dockerimg tag: 'lts', cron: 'H 17 * * *'
|
||||||
steps {
|
|
||||||
sh 'docker push benediktkr/jenkins:lts'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue