First versions of pipeline.

This commit is contained in:
Erik Brakkee 2024-11-17 19:37:23 +01:00
parent 140f0f7593
commit f37069c4f9

7
Jenkinsfile vendored
View File

@ -18,13 +18,6 @@ pipeline {
IMAGE_TAG = "${BUILD_NUMBER}"
}
stages {
stage('Checkout') {
steps {
git credentialsId: 'aa7540b3-6e80-4d5e-97d4-852da70986b9',
url: 'https://git.wamblee.org/erik/converge.git',
branch: 'main'
}
}
stage('Build') {
steps {
sh """