Skip to content
Snippets Groups Projects
Commit 2e29a713 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3420 jenkinsfile for e2e tests

parent 76baad61
Branches
No related tags found
No related merge requests found
pipeline {
agent {
node {
label 'jenkins-build-agent-nodejs-16'
}
}
stages {
stage("Hello") {
steps {
echo "Hello World!"
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment