Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
ci_cd test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
ci_cd test
Commits
46ff555c
Commit
46ff555c
authored
May 31, 2024
by
abdullh.alsoleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
05f00674
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
21 deletions
+21
-21
Jenkinsfile
Jenkinsfile
+21
-21
No files found.
Jenkinsfile
View file @
46ff555c
pipeline
{
pipeline
{
agent
{
agent
{
label
"jenkins-agent4"
label
'jenkins-agent4'
}
}
tools
{
tools
{
jdk
'jdk17'
jdk
'jdk17'
maven
'Maven3'
maven
'Maven3'
}
}
stages
{
stages
{
stage
[
"Cleanup Workspace"
]{
stage
(
'Cleanup Workspace'
)
{
steps
{
steps
{
cleanWs
()
cleanWs
()
}
}
}
}
stage
[
"Checkout from SCM"
]{
stage
(
'Checkout from SCM'
)
{
steps
{
steps
{
git
branch:
'master'
,
credentialsId:
'gitlab'
,
url:
'https://git.hiast.edu.sy/abdullh.alsoleman/ci_cd-test-'
git
branch:
'master'
,
credentialsId:
'gitlab'
,
url:
'https://git.hiast.edu.sy/abdullh.alsoleman/ci_cd-test-'
}
}
}
}
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment