Commit 46ff555c authored by abdullh.alsoleman's avatar abdullh.alsoleman

test

parent 05f00674
pipeline{
agent{
label "jenkins-agent4"
pipeline {
agent {
label 'jenkins-agent4'
}
tools{
tools {
jdk 'jdk17'
maven 'Maven3'
}
stages{
stage["Cleanup Workspace"]{
steps{
stages {
stage('Cleanup Workspace') {
steps {
cleanWs()
}
}
stage["Checkout from SCM"]{
steps{
stage('Checkout from SCM') {
steps {
git branch: 'master', credentialsId: 'gitlab', url: 'https://git.hiast.edu.sy/abdullh.alsoleman/ci_cd-test-'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment