1 parent f04aaec commit 48d092aCopy full SHA for 48d092a
1 file changed
testfile
@@ -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