jenkins
This commit is contained in:
parent
f5c74c3914
commit
23845d3dbb
@ -14,6 +14,14 @@ pipeline {
|
|||||||
git branch: 'main', credentialsId: 'rschneider_gitea.rschneider.hu', poll: false, url: 'https://gitea.rschneider.hu/rschneider/yogastic.git'
|
git branch: 'main', credentialsId: 'rschneider_gitea.rschneider.hu', poll: false, url: 'https://gitea.rschneider.hu/rschneider/yogastic.git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Build Docker image') {
|
||||||
|
steps {
|
||||||
|
sh """
|
||||||
|
cd environment/dev/docker/cms/
|
||||||
|
bash build.docker.build.sh
|
||||||
|
"""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user