First versions of pipeline.
This commit is contained in:
parent
140f0f7593
commit
f37069c4f9
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -18,13 +18,6 @@ pipeline {
|
|||||||
IMAGE_TAG = "${BUILD_NUMBER}"
|
IMAGE_TAG = "${BUILD_NUMBER}"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
|
||||||
steps {
|
|
||||||
git credentialsId: 'aa7540b3-6e80-4d5e-97d4-852da70986b9',
|
|
||||||
url: 'https://git.wamblee.org/erik/converge.git',
|
|
||||||
branch: 'main'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh """
|
sh """
|
||||||
|
Loading…
Reference in New Issue
Block a user