Skip to content

Commit 48d092a

Browse files
author
althaf
committed
test
1 parent f04aaec commit 48d092a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

testfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pipeline{
2+
agent {label 'slave 1'}
3+
stages{
4+
stage('build stage'){
5+
steps{
6+
echo 'this is althaf'
7+
}
8+
}
9+
10+
}
11+
}

0 commit comments

Comments
 (0)