Skip to content

Commit

Permalink
Update jfrog-pipeline-example.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
gyzong1 authored Apr 21, 2021
1 parent 1e7ef0d commit bc94602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/jfrog-pipeline-example.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ file_contents = '''

sh 'jfrog rt cp --spec=sync.spec'
}

/*
//promotion操作,进行包的升级
stage('promotion') {
def promotionConfig = [
Expand All @@ -243,7 +243,7 @@ file_contents = '''
]
artiServer.promote promotionConfig
}

*/
//进行部署(ansible)
/*
stage('deploy') {
Expand Down

0 comments on commit bc94602

Please sign in to comment.