Jenkinsfile aktualisiert
This commit is contained in:
parent
7441aca937
commit
f1c7e7f8a4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build Docker image') {
|
stage('Build Docker image') {
|
||||||
steps {
|
steps {
|
||||||
sh 'docker version'
|
sh 'docker build -t andreas/rsyncd:latest .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Tag Docker image') {
|
stage('Tag Docker image') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user