File tree 1 file changed +13
-13
lines changed
src/test/resources/com/dabsquared/gitlabjenkins/connection/pipeline
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
package com.dabsquared.gitlabjenkins.connection.pipeline
2
2
3
3
node {
4
- withCredentials([[
5
- $class : ' com.dabsquared.gitlabjenkins.connection.GitLabApiTokenBinding' ,
6
- credentialsId : " apiTokenId" ,
7
- variable : " API_TOKEN1"
8
- ]]) {
9
- println " Token1 is ${ API_TOKEN1.substring(1)} "
10
- }
4
+ withCredentials([[
5
+ $class : ' com.dabsquared.gitlabjenkins.connection.GitLabApiTokenBinding' ,
6
+ credentialsId : " apiTokenId" ,
7
+ variable : " API_TOKEN1"
8
+ ]]) {
9
+ println " Token1 is ${ API_TOKEN1.substring(1)} "
10
+ }
11
11
12
- withCredentials([gitlabApiToken(
13
- credentialsId : " apiTokenId" ,
14
- variable : " API_TOKEN2"
15
- )]) {
16
- println " Token2 is ${ API_TOKEN2.substring(1)} "
17
- }
12
+ withCredentials([gitlabApiToken(
13
+ credentialsId : " apiTokenId" ,
14
+ variable : " API_TOKEN2"
15
+ )]) {
16
+ println " Token2 is ${ API_TOKEN2.substring(1)} "
17
+ }
18
18
}
You can’t perform that action at this time.
0 commit comments