Skip to content
Snippets Groups Projects
Commit 00f7c684 authored by Burhan Akbar's avatar Burhan Akbar
Browse files

Minor

parent b7ebed4c
No related branches found
No related tags found
No related merge requests found
pipeline { pipeline {
agent any // Or specify a specific agent label
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
git credentialsId: 'your-repo-credentials', url: 'your-repo-url' git credentialsId: 'your-repo-credentials', url: 'git@git.cardiff.ac.uk:c24025433/healthcare.git'
} }
} }
stage('Build') { stage('Build') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment